Template for customizing displayed value
A new optional template configuration for customizing the displayed value.
Example:
- entity: binary_sensor.let_the_dog_out
template: >-
{{ state_attr(entity_id, 'schedule') | rejectattr('disabled',
'true') | map(attribute='from') | map('truncate', 2, True, '')
| join(' | ') }}