mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to ipma (#159179)
This commit is contained in:
committed by
GitHub
parent
6af674e64e
commit
391ccbafae
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@dgomes"],
|
"codeowners": ["@dgomes"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ipma",
|
"documentation": "https://www.home-assistant.io/integrations/ipma",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["geopy", "pyipma"],
|
"loggers": ["geopy", "pyipma"],
|
||||||
"requirements": ["pyipma==3.0.9"]
|
"requirements": ["pyipma==3.0.9"]
|
||||||
|
|||||||
@@ -3136,7 +3136,7 @@
|
|||||||
},
|
},
|
||||||
"ipma": {
|
"ipma": {
|
||||||
"name": "Instituto Portugu\u00eas do Mar e Atmosfera (IPMA)",
|
"name": "Instituto Portugu\u00eas do Mar e Atmosfera (IPMA)",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user