14 lines
324 B
YAML
14 lines
324 B
YAML
|
# add global sensors added here
|
||
|
# needed for any time of day related triggers
|
||
|
- platform: time_date
|
||
|
display_options:
|
||
|
- 'time'
|
||
|
- 'date'
|
||
|
- 'date_time'
|
||
|
# - 'date_time_iso'
|
||
|
# - 'time_date'
|
||
|
# - 'time_utc'
|
||
|
# - 'beat'
|
||
|
# tracks connected websocket api clients
|
||
|
- platform: websocket_api
|