Releases: dmoranf/home-assistant-wattio
Releases · dmoranf/home-assistant-wattio
v0.2.13
[0.2.13] - 2021-06-04
Fixed
- Reuploaded fix for #9
- Minor fix: CONF_SECURITY_INTERVAL variable is optional again
- More verbosity for security debugging events
v0.2.12
[0.2.12] - 2021-06-03
Changed
- Simple offset support for BAT and POD consumptions based on #13 comments: Removed offset types, and it's now always applied to the sensor value, if the value with offset is negative it returns zero.
v0.2.11
[0.2.11] - 2021-06-02
Added
- Offset support for power sensors (Experimental)
Fixed
- Security device status not getting current state from Wattio API (#9)
v0.2.10
Migrated from requests to async aiohttp for Hass >2021.4.3 compatibility.
v0.2.9
#8 Fixed initial setup errors due use of deprecated base_url.
v0.2.8
[0.2.8] - 2021-01-20
Added
- You can now skip adding some devices to HASS using sensor_exclude config entry
v0.2.7
[0.2.7] - 2021-01-13
Fixed
- Time attribute of climate was not updating correctly due to old file uploaded to the repo
v0.2.6
[0.2.6] - 2021-01-11
Added
- Consumption attribute added to switch entity. Leaving switch independent consumption sensor for backwards compatibility.
- HACS Support! Now you can install / upgrade this component via HACS :)
Fixed
- Some console output (error leven) has been changed to its correct level.