1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

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

View File

@@ -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"]

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"
},