1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00

String Fixes

This commit is contained in:
Adam Dodman 2016-11-30 00:04:27 +00:00
parent 6c9b96625b
commit 550b8e993f

View File

@ -1,6 +1,6 @@
- platform: template
sensors:
alarm_time:
friendly_name: 'Time'
friendly_name: 'Alarm Time'
value_template: '{{ "%0.02d:%0.02d" | format(states("input_slider.alarmhour") | int, states("input_slider.alarmminutes") | int) }}'