Hi,
I would like to send a notification of one of the state attributes of an entity. Basically the below is the entity and I would like to send the daily_yield value in a message.
Tried the below but it didn’t work.
message: ’ {{ states(sensor.sun2000_3_68ktl_l1.attributes[“daily_yield”] }}’
Regards,
Et