Update sky_hub to remove codeowner (#143047)

This commit is contained in:
RogerSelwyn 2025-04-15 21:57:45 +01:00 committed by GitHub
parent 9baf5ad404
commit a87b6fee89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

1
CODEOWNERS generated
View File

@ -1391,7 +1391,6 @@ build.json @home-assistant/supervisor
/homeassistant/components/siren/ @home-assistant/core @raman325 /homeassistant/components/siren/ @home-assistant/core @raman325
/tests/components/siren/ @home-assistant/core @raman325 /tests/components/siren/ @home-assistant/core @raman325
/homeassistant/components/sisyphus/ @jkeljo /homeassistant/components/sisyphus/ @jkeljo
/homeassistant/components/sky_hub/ @rogerselwyn
/homeassistant/components/sky_remote/ @dunnmj @saty9 /homeassistant/components/sky_remote/ @dunnmj @saty9
/tests/components/sky_remote/ @dunnmj @saty9 /tests/components/sky_remote/ @dunnmj @saty9
/homeassistant/components/skybell/ @tkdrob /homeassistant/components/skybell/ @tkdrob

View File

@ -1,7 +1,7 @@
{ {
"domain": "sky_hub", "domain": "sky_hub",
"name": "Sky Hub", "name": "Sky Hub",
"codeowners": ["@rogerselwyn"], "codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/sky_hub", "documentation": "https://www.home-assistant.io/integrations/sky_hub",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["pyskyqhub"], "loggers": ["pyskyqhub"],