Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
Bugfixes
  • Loading branch information
TroRon committed Oct 13, 2024
1 parent a4cce94 commit fccb2cc
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"name": "Ronny Troxler",
"email": "[email protected]",
"website": "https://place4fun.ch"
},
{
"name": "Bert Marcelis",
"email": "[email protected]",
"website": "https://bertmarcelis.be"
}
],
"translators": [
Expand Down Expand Up @@ -1916,16 +1921,16 @@
{
"id": "pihole",
"name": {
"en": "PiHole",
"da": "PiHole",
"de": "PiHole",
"es": "PiHole",
"fr": "PiHole",
"nl": "PiHole",
"no": "PiHole",
"pl": "PiHole",
"ru": "PiHole",
"sv": "PiHole"
"en": "PiHole v5.x",
"da": "PiHole v5.x",
"de": "PiHole v5.x",
"es": "PiHole v5.x",
"fr": "PiHole v5.x",
"nl": "PiHole v5.x",
"no": "PiHole v5.x",
"pl": "PiHole v5.x",
"ru": "PiHole v5.x",
"sv": "PiHole v5.x"
},
"class": "sensor",
"capabilities": [
Expand Down Expand Up @@ -1965,13 +1970,24 @@
},
"pair": [
{
"id": "welcome",
"next": "manual_input"
"id": "list_devices",
"template": "list_devices",
"options": {
"singular": true
},
"navigation": {
"next": "configure_device"
}
},
{
"id": "configure_device",
"navigation": {
"prev": "list_devices"
}
},
{
"id": "manual_input",
"prev": "welcome",
"next": "done"
"id": "add_device",
"template": "add_devices"
}
],
"settings": [
Expand Down

0 comments on commit fccb2cc

Please sign in to comment.