Update screen when appearance setting has changed

pull/23/head
Paul-Vincent Roll 9 months ago
parent 7bfb4ba075
commit e51f4f55d5

@ -46,7 +46,7 @@ button:
select: select:
- platform: template - platform: template
name: "weatherman: Appearance" name: Appearance
id: appearance id: appearance
options: options:
- "Dark Mode" - "Dark Mode"
@ -55,6 +55,9 @@ select:
restore_value: true restore_value: true
optimistic: true optimistic: true
entity_category: config entity_category: config
on_value:
then:
- script.execute: update_screen
# Global variables for detecting if the display needs to be refreshed. (Thanks @paviro!) # Global variables for detecting if the display needs to be refreshed. (Thanks @paviro!)
globals: globals:

Loading…
Cancel
Save