Add integration_type service to smhi (#163400)

This commit is contained in:
Joost Lekkerkerker
2026-02-18 21:46:18 +01:00
committed by GitHub
parent f7628b87c8
commit f74fdd7605
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/smhi",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pysmhi"],
"requirements": ["pysmhi==1.1.0"]

View File

@@ -6347,7 +6347,7 @@
},
"smhi": {
"name": "SMHI",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},