Add integration_type device to snooz (#163627)

This commit is contained in:
Joost Lekkerkerker
2026-02-20 16:20:31 +01:00
committed by GitHub
parent 3143d9c4fd
commit 8c3e72b53d
2 changed files with 2 additions and 1 deletions
@@ -13,6 +13,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/snooz",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["pysnooz==0.8.6"]
}
+1 -1
View File
@@ -6411,7 +6411,7 @@
},
"snooz": {
"name": "Snooz",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},