natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 6 forks source link

Vivint thermostat humidity? #26

Closed ksignorini closed 2 years ago

ksignorini commented 2 years ago

I can't seem to find a humidity entity for the Vivint thermostat. I can see that its data is being pulled in somehow when I look at the point in developer mode:

image

I see "current humidity" there and it matches what I see on my app.

I know very little about how HASS works in the back end, but I'm wondering if I'm just missing something in pulling in the humidity to display on a gauge, for example.

ksignorini commented 2 years ago

Nevermind. Apparently I was able to access that attribute in an entity card this time. Hm. Guess it works!

natekspencer commented 2 years ago

Entities in certain domains (such as climate) have more attributes than others that can be read through various means in HA or optionally exposed as a separate entity.