Added time sensor for use in templates and TTS.
This commit is contained in:
parent
59243731cc
commit
766ee79729
@ -34,6 +34,7 @@
|
||||
- input_number.internet_traffic_delta_out
|
||||
- automation.monitor_traffic_in
|
||||
- automation.monitor_traffic_out
|
||||
- sensor.time
|
||||
# event_types:
|
||||
# - call_service # Don't record service calls
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
# Time sensor (for use in templates and TTS)
|
||||
- platform: time_date
|
||||
display_options:
|
||||
- 'time'
|
||||
# Raspberry Pi CPU temp
|
||||
- platform: command_line
|
||||
name: "CPU Temp"
|
||||
|
Loading…
Reference in New Issue
Block a user