I have a wifi thermostat that was auto discovered, and it created an entity and the entity has attributes. I’d like to include these attributes for data collection in the configuration.yaml, but I’m unsure about the correct way to reference the entity and the specific attributes.
For example: In the config yaml, should it be:
climate.thermostat_72_cc_11
or
thermostat_72_cc_11
Do I need the “climate.”?
And when referring to the attributes of the entity, is it just the dot field:
climate.thermostat_72_cc_11.hvac_modes
climate.thermostat_72_cc_11.current_temperature
etc?
This is what the entity explorer displays for the thermostat entity.