Skip to content

Commit 59d663e

Browse files
authored
Add integration type to DSMR Reader (home-assistant#155325)
1 parent 2442a96 commit 59d663e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/dsmr_reader/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": ["mqtt"],
77
"documentation": "https://www.home-assistant.io/integrations/dsmr_reader",
8+
"integration_type": "device",
89
"iot_class": "local_push",
910
"mqtt": ["dsmr/#"]
1011
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@
14721472
},
14731473
"dsmr_reader": {
14741474
"name": "DSMR Reader",
1475-
"integration_type": "hub",
1475+
"integration_type": "device",
14761476
"config_flow": true,
14771477
"iot_class": "local_push"
14781478
},

0 commit comments

Comments
 (0)