1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00

Update owner stream integration

This commit is contained in:
Paulus Schoutsen 2019-06-23 12:00:06 -07:00
parent d22bb8fc7d
commit c296e9b9bb
2 changed files with 2 additions and 1 deletions

View File

@ -238,6 +238,7 @@ homeassistant/components/spider/* @peternijssen
homeassistant/components/sql/* @dgomes homeassistant/components/sql/* @dgomes
homeassistant/components/statistics/* @fabaff homeassistant/components/statistics/* @fabaff
homeassistant/components/stiebel_eltron/* @fucm homeassistant/components/stiebel_eltron/* @fucm
homeassistant/components/stream/* @hunterjm
homeassistant/components/sun/* @Swamp-Ig homeassistant/components/sun/* @Swamp-Ig
homeassistant/components/supla/* @mwegrzynek homeassistant/components/supla/* @mwegrzynek
homeassistant/components/swiss_hydrological_data/* @fabaff homeassistant/components/swiss_hydrological_data/* @fabaff

View File

@ -8,5 +8,5 @@
"dependencies": [ "dependencies": [
"http" "http"
], ],
"codeowners": [] "codeowners": ["@hunterjm"]
} }