Add integration type to met (#157720)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-02 12:41:58 +00:00
committed by Franck Nijhof
co-authored by Claude
parent 8c891a20e5
commit c82ce1ff89
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@danielhiversen"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/met",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["metno"],
"requirements": ["PyMetno==0.13.0"]
+1 -1
View File
@@ -3897,7 +3897,7 @@
},
"met": {
"name": "Meteorologisk institutt (Met.no)",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},