mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 23:51:32 +02:00
Add integration_type service to met_eireann (#159314)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eca9f36e55
commit
b9abfba20f
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@DylanGore"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/met_eireann",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["meteireann"],
|
||||
"requirements": ["PyMetEireann==2024.11.0"]
|
||||
|
||||
@@ -3932,7 +3932,7 @@
|
||||
},
|
||||
"met_eireann": {
|
||||
"name": "Met \u00c9ireann",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user