Skip to content

Commit

Permalink
Merge pull request #3 from Bertware/main
Browse files Browse the repository at this point in the history
Improved pairing flow, on/off button capability
  • Loading branch information
TroRon authored Oct 13, 2024
2 parents a5b3556 + 2be1b8b commit a4cce94
Show file tree
Hide file tree
Showing 9 changed files with 518 additions and 439 deletions.
5 changes: 5 additions & 0 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"name": "Ronny Troxler",
"email": "[email protected]",
"website": "https://place4fun.ch"
},
{
"name": "Bert Marcelis",
"email": "[email protected]",
"website": "https://bertmarcelis.be"
}
],
"translators": [
Expand Down
19 changes: 18 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1929,6 +1929,7 @@
},
"class": "sensor",
"capabilities": [
"onoff",
"alarm_communication_error",
"alarm_filter_state",
"last_sync",
Expand All @@ -1941,6 +1942,22 @@
"web_update_available",
"ftl_update_available"
],
"capabilitiesOptions": {
"onoff": {
"titleTrue": {
"en": "Adblocking enabled"
},
"titleFalse": {
"en": "Adblocking disabled"
},
"insightsTitleTrue": {
"en": "Adblocking has been enabled"
},
"insightsTitleFalse": {
"en": "Adblocking has been disabled"
}
}
},
"images": {
"small": "/drivers/pihole/assets/images/small.png",
"large": "/drivers/pihole/assets/images/large.png",
Expand All @@ -1954,7 +1971,7 @@
{
"id": "manual_input",
"prev": "welcome",
"next": "list_devices"
"next": "done"
}
],
"settings": [
Expand Down
Loading

0 comments on commit a4cce94

Please sign in to comment.