Syg-status: ret 'Syg' → 'syg' (lowercase) i alle filer
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
after: '06:30:00'
|
||||
before: '19:30:00'
|
||||
- condition: template
|
||||
value_template: "{{ not is_state('input_select.daniel_status', 'Syg') }}"
|
||||
value_template: "{{ not is_state('input_select.daniel_status', 'syg') }}"
|
||||
action:
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
@@ -50,7 +50,7 @@
|
||||
after: '10:00:00'
|
||||
before: '19:45:00'
|
||||
- condition: template
|
||||
value_template: "{{ not is_state('input_select.daniel_status', 'Syg') }}"
|
||||
value_template: "{{ not is_state('input_select.daniel_status', 'syg') }}"
|
||||
action:
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user