Update input_datetime.markdown

This commit is contained in:
Marc Forth 2018-02-20 12:08:19 +00:00 committed by GitHub
parent c12f2e7e67
commit be3c0f0f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,6 @@ The following example shows the usage of the `input_datetime` as a trigger in an
# Turns on bedroom light at the time specified.
trigger:
platform: template
value_template: '{{ states.sensor.time.state == (states.input_datetime.bedroom_alarm_clock_time.attributes.timestamp | int | timestamp_custom("%H:%M", False)) }}'
action:
- service: light.turn_on