Skip to content
Snippets Groups Projects
Verified Commit ecf3825f authored by Erick Hitter's avatar Erick Hitter
Browse files

Allow for different checks for status

parent 8c5aef54
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,21 @@
"home_assistant_proto": "http",
"home_assistant_pass": null,
"buttons": {
"0": { "mac": "", "label": "", "entity_id": "" }
"mac": {
"mac": "",
"label": "",
"status": {
"entity": "",
"entity_id": ""
},
"on": {
"entity": "",
"entity_id": ""
},
"off": {
"entity": "",
"entity_id": ""
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment