Just curious if it’s possible to extract or read from my date sensor that I already have that shows the year, month, day to output a new sensor that just shows the day only. Some way to read what shows after the second dash only in the following example
sensor.date current state: 2017-09-10
then my new sensor would be showing just the number 10
Dub,
I assume you got this fixed but no-one revisted the topic to say how.
I believe that HA stopped updating now() so basically it get read and interpreted at boot and thence no more.
What you should do is place an “entity_id: sensor.date” above the value_template (but indented as per the sensor name (today_number), the system will then update the value when ‘date’ changes