1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type device to tami4 (#163659)

This commit is contained in:
Joost Lekkerkerker
2026-02-20 19:35:29 +01:00
committed by GitHub
parent 2a03d95bcd
commit 7cd48ef079
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@Guy293"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tami4",
"integration_type": "device",
"iot_class": "cloud_polling",
"requirements": ["Tami4EdgeAPI==3.0"]
}
+1 -1
View File
@@ -6801,7 +6801,7 @@
},
"tami4": {
"name": "Tami4 Edge / Edge+",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "cloud_polling"
},