Skip to content

Commit ba57b72

Browse files
authored
Add integration_type service to elvia (home-assistant#159002)
1 parent bb08b31 commit ba57b72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/elvia/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["recorder"],
77
"documentation": "https://www.home-assistant.io/integrations/elvia",
8+
"integration_type": "service",
89
"iot_class": "cloud_polling",
910
"requirements": ["elvia==0.1.0"]
1011
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@
16821682
},
16831683
"elvia": {
16841684
"name": "Elvia",
1685-
"integration_type": "hub",
1685+
"integration_type": "service",
16861686
"config_flow": true,
16871687
"iot_class": "cloud_polling"
16881688
},

0 commit comments

Comments
 (0)