Added time sensor for use in templates and TTS.

This commit is contained in:
Marcus Scholz 2021-09-11 23:34:31 +02:00
parent 59243731cc
commit 766ee79729
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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"