Fix deprecated time settings

This commit is contained in:
Correl Roush 2019-02-25 10:55:36 -05:00
parent 4a93d5bcf1
commit c39bca0806
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ automation:
value_template: "{{ states('sensor.time') == (states.input_datetime.sonos_nightmode_end.attributes.timestamp | int | timestamp_custom('%H:%M', False)) }}" value_template: "{{ states('sensor.time') == (states.input_datetime.sonos_nightmode_end.attributes.timestamp | int | timestamp_custom('%H:%M', False)) }}"
sensor: sensor:
- platform: time_date - platform: time_date
display: display_options:
- time - time
binary_sensor: binary_sensor:
- platform: template - platform: template

View File

@ -68,7 +68,7 @@ input_datetime:
initial: '06:30' initial: '06:30'
sensor: sensor:
- platform: time_date - platform: time_date
display: display_options:
- time - time
automation: automation:
- alias: Sunrise - alias: Sunrise