Add integration_type service to eafm (#158937)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 06:59:46 +01:00
committed by GitHub
parent 662bada5d8
commit f582f06ee4
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@Jc2k"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/eafm",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aioeafm"],
"requirements": ["aioeafm==0.1.2"]
+1 -1
View File
@@ -1508,7 +1508,7 @@
},
"eafm": {
"name": "Environment Agency Flood Gauges",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},