Add time as sensors
This commit is contained in:
parent
0820913f71
commit
4722abce31
|
@ -168,6 +168,14 @@ sensor:
|
||||||
{{ pir_name }}
|
{{ pir_name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
- platform: time_date
|
||||||
|
display_options:
|
||||||
|
- 'time'
|
||||||
|
- 'date'
|
||||||
|
- 'date_time'
|
||||||
|
- 'date_time_iso'
|
||||||
|
- 'time_date'
|
||||||
|
|
||||||
# - platform: history_stats
|
# - platform: history_stats
|
||||||
# name: Pool Pumpe Heute
|
# name: Pool Pumpe Heute
|
||||||
# entity_id: switch.pool_pumpe
|
# entity_id: switch.pool_pumpe
|
||||||
|
|
Loading…
Reference in New Issue