I have sensor:
- platform: template
sensors:
x1:
value_template: "{{now().day}}"
entity_id: sensor.time_date
x2:
value_template: "{{now().month}}"
entity_id: sensor.time_date
- platform: time_date
display_options:
- 'date_time'
but x1 and x2 sensors are not updating automatically. Why? And how to fix it?