Fix hassio CODEOWNER to be the actual team name, hass-io

This commit is contained in:
Robbie Trencheny 2019-04-04 00:34:34 -07:00
parent f9564400e8
commit 704983a64f
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ homeassistant/components/gpsd/* @fabaff
homeassistant/components/group/* @home-assistant/core homeassistant/components/group/* @home-assistant/core
homeassistant/components/gtfs/* @robbiet480 homeassistant/components/gtfs/* @robbiet480
homeassistant/components/harmony/* @ehendrix23 homeassistant/components/harmony/* @ehendrix23
homeassistant/components/hassio/* @home-assistant/hassio homeassistant/components/hassio/* @home-assistant/hass-io
homeassistant/components/heos/* @andrewsayre homeassistant/components/heos/* @andrewsayre
homeassistant/components/hikvision/* @mezz64 homeassistant/components/hikvision/* @mezz64
homeassistant/components/history/* @home-assistant/core homeassistant/components/history/* @home-assistant/core

View File

@ -7,6 +7,6 @@
"http" "http"
], ],
"codeowners": [ "codeowners": [
"@home-assistant/hassio" "@home-assistant/hass-io"
] ]
} }