mirror of
https://github.com/home-assistant/core.git
synced 2026-06-24 23:55:21 +02:00
Add integration_type device to snooz (#163627)
This commit is contained in:
committed by
GitHub
parent
3143d9c4fd
commit
8c3e72b53d
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -6411,7 +6411,7 @@
|
||||
},
|
||||
"snooz": {
|
||||
"name": "Snooz",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user