#is there a way to get an attribute out of an entity to display in apex charts?
1 messages · Page 1 of 1 (latest)
- entity: climate.sinope_technologies_th1124zb_g2_thermostat
- attribute: target_temperature
oh awesome that looks like exactly what I want
currently I have two entities under a single series heading, and each entity becomes it's own graph, which is what I want
do I need to restructure this to add an attribute as a series?
probably not
I've got this:
series:
- entity: climate.sinope_technologies_th1124zb_g2_thermostat
attribute: target_temperature
and it's showing the chart but it has N/A for the value
are you sure that's the right attribute
by default climates have temperature which is their set point and current_temperature which is their measured temperature
oh, I saw target_temperature here https://developers.home-assistant.io/docs/core/entity/climate/
yup that was the issue
that's... weird
docs out of date I guess?