From 16a794270a22cddda4eaedbc12f55d8102488778 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sat, 2 Apr 2022 20:08:10 +0200 Subject: [PATCH] added example for hidden page and navigate --- appdaemon/apps.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appdaemon/apps.yaml b/appdaemon/apps.yaml index 5fd53fff..bb61f3b1 100644 --- a/appdaemon/apps.yaml +++ b/appdaemon/apps.yaml @@ -59,10 +59,19 @@ nspanel-1: - entity: delete - entity: button.example_item - entity: cover.example_item + - entity: navigate.cardGrid_testKey title: Exmaple Gird - type: cardThermo entity: climate.example_item - type: cardMedia entity: media_player.example_item - type: cardAlarm - entity: alarm_control_panel.alarmo \ No newline at end of file + entity: alarm_control_panel.alarmo + hiddenCards: + - type: cardGrid + title: Exmaple Grid + entities: + - entity: light.kueche_lights + - entity: light.kueche_lights + - entity: light.kueche_lights + key: testKey