Releases: asev/homeassistant-uponor
Releases · asev/homeassistant-uponor
Fixed I/O inside event loop
v0.6.2 #17 README.md updated
Storage for last temperature
Store the last temperature before turning off. Restore it after turn on. Even if home assistant have been restarted while thermostat is off.
hacs integration
v0.6 hacs.json added
Fixed deprecations of HA 0.110
v0.5.1 ClimateDevice is deprecated from HA 0.100
No more API glitches
Changelist:
- API glitches detected (fixed #6)
- Debug option removed. Check state attributes of climate entity to find its id.
Separate communication library
Communication part moved to UponorJnap library.
There are changes in manifest.json
file. Make sure it is uploaded to /config/custom_components/uponor/
directory on Home Assistant.
Multiple controllers support
Changeslist
debug
configuration option- #2 minimum temperature comes from API
- #1 multiple controllers support 🎉
This came with one minor breaking change. Keys ofnames
configuration option now has to include controller number.
Previous configuration:
uponor:
host: IP_ADDRESS_OF_UPONOR_DEVICE
names:
t1: "Blue room"
t4: "Henry's room"
New configuration
uponor:
host: IP_ADDRESS_OF_UPONOR_DEVICE
names:
C1_T1: "Blue room"
C1_T4: "Henry's room"
Custom thermostat names
Custom names may be set for every thermostat
First release
v0.1 Update README.md