Hi and thanks for fantastic add-on.
Could you add implementation for conditional menu items ..
For example I would only like do display the "Christmas control" link
when my binary sensor "Christmas time" = true
example:
- action: navigate
navigation_path: /kiosk-2025/xmas
name: Christmas Control
conditional: {{ is_state('binary_sensor.xmas_time', 'on }}
Cheers,
Konni
Hi and thanks for fantastic add-on.
Could you add implementation for conditional menu items ..
For example I would only like do display the "Christmas control" link
when my binary sensor "Christmas time" = true
example:
navigation_path: /kiosk-2025/xmas
name: Christmas Control
conditional: {{ is_state('binary_sensor.xmas_time', 'on }}
Cheers,
Konni