Skip to content

Commit f582f06

Browse files
authored
Add integration_type service to eafm (home-assistant#158937)
1 parent 662bada commit f582f06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/eafm/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@Jc2k"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/eafm",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"loggers": ["aioeafm"],
910
"requirements": ["aioeafm==0.1.2"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@
15081508
},
15091509
"eafm": {
15101510
"name": "Environment Agency Flood Gauges",
1511-
"integration_type": "hub",
1511+
"integration_type": "service",
15121512
"config_flow": true,
15131513
"iot_class": "cloud_polling"
15141514
},

0 commit comments

Comments
 (0)