diff --git a/storage/popup_state.json b/storage/popup_state.json index 55a61e0..0c60c62 100755 --- a/storage/popup_state.json +++ b/storage/popup_state.json @@ -1,6 +1,6 @@ { - "active": true, + "active": false, "sensor_entity_id": "binary_sensor.doorbell_all_occupancy", "opened_at": 1774443085, - "expires_at": 1774443122 + "expires_at": null } diff --git a/wall_panel/config.yaml b/wall_panel/config.yaml index a95d31e..305aff3 100755 --- a/wall_panel/config.yaml +++ b/wall_panel/config.yaml @@ -1,6 +1,6 @@ name: Wall Panel description: Wall Panel PHP interface as a Home Assistant add-on -version: "1.0.18" +version: "1.0.19" slug: wall_panel url: https://git.striker72rus.ru/PHP/wallpanell.git init: false @@ -14,6 +14,7 @@ startup: services ingress: true ingress_panel: true ingress_port: 8099 +webui: "http://[HOST]:[PORT:8099]/" panel_title: Wall Panel panel_icon: mdi:view-dashboard hassio_api: true