Hi
I use a Huawei Mediapad tablet running Fully Kiosk Browser to show HASS.
Is it possible to force / show a specific dashboard (that contains the alarmo panel card) when the HASS alarm state is armed?
Tnx!
Hi
I use a Huawei Mediapad tablet running Fully Kiosk Browser to show HASS.
Is it possible to force / show a specific dashboard (that contains the alarmo panel card) when the HASS alarm state is armed?
Tnx!
To answer it myself:
I use these two automations with Fully Kiosk Browser running on the wallmounted tablet:
alias: Tablet show Alarmo when Armed
description: ''
trigger:
- platform: state
entity_id:
- alarm_control_panel.alarmo
from: disarmed
condition: []
action:
- service: fullykiosk.load_url
data:
entity_id: media_player.huawei_mediapad_t5_media_player
url: https://*************/tablet-alarm/0
mode: single
and
alias: Tablet hide Alarmo when Disarmed
description: ''
trigger:
- platform: state
entity_id:
- alarm_control_panel.alarmo
to: disarmed
condition: []
action:
- service: fullykiosk.load_url
data:
entity_id: media_player.huawei_mediapad_t5_media_player
url: https://*************/lovelace-tablet/0
mode: single