1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Add integration type to sun (#159146)

This commit is contained in:
Artur Pragacz
2025-12-16 09:38:50 +01:00
committed by GitHub
parent 1c6f8b7e54
commit 278cb4d3ae
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@home-assistant/core"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sun",
"integration_type": "service",
"iot_class": "calculated",
"quality_scale": "internal",
"single_config_entry": true

View File

@@ -6478,7 +6478,7 @@
"iot_class": "cloud_polling"
},
"sun": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "calculated",
"single_config_entry": true