From fa37924f23020cef05b1afe3f820eae509b6740b Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 30 Mar 2022 23:08:10 +0200 Subject: [PATCH] Add weather override examples --- appdaemon/apps.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appdaemon/apps.yaml b/appdaemon/apps.yaml index 59be7e2b..43f7ac28 100644 --- a/appdaemon/apps.yaml +++ b/appdaemon/apps.yaml @@ -19,6 +19,11 @@ nspanel-1: timeFormat: "%H:%M" dateFormat: "%A, %d. %B %Y" # ignored if babel python package is installed weather: weather.example + weatherOverrideForecast3: sensor.nas_cpu_perc + weatherOverrideForecast4: + sensor.solar_power_current: # use this for overriding name and icon + name: Zon + icon: solar-power pages: - type: cardEntities heading: Example Page 1 @@ -56,4 +61,4 @@ nspanel-1: - type: cardMedia item: media_player.spotify_user - type: cardAlarm - item: alarm_control_panel.alarmo \ No newline at end of file + item: alarm_control_panel.alarmo