mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 11:37:11 +00:00
This integration creates sensors for Sleep As Android. It's nothing special, but the main goal is to create a dynamic binary sensor for sleep/awake status for automations.
13 lines
No EOL
309 B
JSON
13 lines
No EOL
309 B
JSON
{
|
|
"domain": "saas",
|
|
"name": "SAAS - Sleep As Android Status",
|
|
"codeowners": ["@sudoxnym"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "",
|
|
"iot_class": "local_push",
|
|
"issue_tracker": "",
|
|
"quality_scale": "silver",
|
|
"requirements": ["pyhaversion"],
|
|
"version": "0.0.1"
|
|
} |