1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Add integration_type device to v2c (#163742)

This commit is contained in:
Joost Lekkerkerker
2026-02-22 10:48:24 +01:00
committed by GitHub
parent 539ad6bf2b
commit a9abeb6ca5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7433,7 +7433,7 @@
},
"v2c": {
"name": "V2C",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},