Skip to content

Commit c82ce1f

Browse files
arturpragaczclaude
authored andcommitted
Add integration type to met (home-assistant#157720)
Co-authored-by: Claude <[email protected]>
1 parent 8c891a2 commit c82ce1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/met/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@danielhiversen"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/met",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"loggers": ["metno"],
910
"requirements": ["PyMetno==0.13.0"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3897,7 +3897,7 @@
38973897
},
38983898
"met": {
38993899
"name": "Meteorologisk institutt (Met.no)",
3900-
"integration_type": "hub",
3900+
"integration_type": "service",
39013901
"config_flow": true,
39023902
"iot_class": "cloud_polling"
39033903
},

0 commit comments

Comments
 (0)