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