Add integration_type service to aurora (#158852)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:56:01 +01:00
committed by GitHub
parent 407b675080
commit 8a26961304
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@djtimca"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/aurora",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["auroranoaa"],
"requirements": ["auroranoaa==0.0.5"]

View File

@@ -608,7 +608,7 @@
}
},
"aurora": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},