ZacheryThomas / homeassistant-smartrent

Home Assistant Custom Component for SmartRent Locks 🔐, Thermostats 🌡, Sensors 💧 and Switches💡
MIT License
84 stars 3 forks source link

Sensors #5

Closed Eclipseop closed 2 years ago

Eclipseop commented 2 years ago

Would be nice to have the Lock/Climate/etc entities have sensors as well so they can be displayed differently.

Ie: if you want to display the lock status, you can't, or get the current temperature from the thermostat, etc. everything is locked behind its specific entity inside HA.

ZacheryThomas commented 2 years ago

Starting to work on this a bit now! Looking at adding a sensor for humidity and current_temp for climate related stuff, and locked and notification stuff for locks.

ZacheryThomas commented 2 years ago

Support for some new sensors are out now in the latest release: https://github.com/ZacheryThomas/homeassistant-smartrent/releases/tag/v0.2.0

Feel free to let me know how it works out for ya!