From 9d0acb3c0e16203f4204217cb85e54d5c303dd08 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 28 Mar 2022 22:36:45 +0200 Subject: [PATCH] update docs --- README.md | 3 ++- appdaemon/apps.yaml | 5 +++-- info.md | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d11ce63..8e3cccc9 100644 --- a/README.md +++ b/README.md @@ -298,8 +298,9 @@ nspanel-1: heading: Exmaple Thermostat item: climate.example_climate - type: cardMedia - heading: Exampe Media item: media_player.spotify_user + - type: cardAlarm + item: alarm_control_panel.alarmo ``` key | optional | type | default | description diff --git a/appdaemon/apps.yaml b/appdaemon/apps.yaml index e6e67e18..59be7e2b 100644 --- a/appdaemon/apps.yaml +++ b/appdaemon/apps.yaml @@ -54,5 +54,6 @@ nspanel-1: heading: Exmaple Thermostat item: climate.example_climate - type: cardMedia - heading: Exampe Media - item: media_player.spotify_user \ No newline at end of file + item: media_player.spotify_user + - type: cardAlarm + item: alarm_control_panel.alarmo \ No newline at end of file diff --git a/info.md b/info.md index 7372571e..ac599812 100644 --- a/info.md +++ b/info.md @@ -61,8 +61,9 @@ nspanel-1: heading: Exmaple Thermostat item: climate.example_climate - type: cardMedia - heading: Exampe Media item: media_player.spotify_user + - type: cardAlarm + item: alarm_control_panel.alarmo ``` key | optional | type | default | description