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

Loading…
Cancel
Save