19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"domain": "snooz",
|
|
"name": "Snooz",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "Snooz*"
|
|
},
|
|
{
|
|
"service_uuid": "729f0608-496a-47fe-a124-3a62aaa3fbc0"
|
|
}
|
|
],
|
|
"codeowners": ["@AustinBrunkhorst"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/snooz",
|
|
"iot_class": "local_push",
|
|
"requirements": ["pysnooz==0.8.3"]
|
|
}
|