Releases: dlarrick/hass-kumo
v0.3.0
Bump pykumo to 0.2.2 to fix passwords with "
and certain other special characters
Full Changelog: v0.3.0...v0.3.0a
v0.3.0-beta
What's Changed
- feat: update to add kumo station outdoor temperature sensor by @brgaulin in #67
- Refactor to use a coordinator pattern to fetch updates from indoor units
Many thanks to @brgaulin and @dmcc for the improvements & testing
New Contributors
Full Changelog: v0.2.8...v0.3.0
v0.2.8
What's Changed
- Updating state attributes to match new home assistant rules. by @danielgoepp in #72
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
Config flow now prompts for indoor unit IP addresses if they're not found from the cloud service.
Full Changelog: release-0.2.5...v0.2.7
v0.2.7-beta2
v0.2.7-beta
GUI improvements to allow manually supplying IP address if it's not retrieved or is wrong.
Reformatting in support of submission to HomeAssistant Core
Reformatting in support of submission to HomeAssistant Core
Bump pykumo requirement to pick up get_current_sensor_temperature
v0.2.5
Fix mapping of VENT mode to Fan
Provide "version" in manifest for 2021.3 compatibility
v0.2.4
Promote 0.2.4 beta to release. No code changes.
v0.2.4-beta
Three new attributes:
- rssi: WiFi RSSI for indoor unit
- sensor_rssi RSSI for an attached sensor
- runstate: For me it seems to be "normal" all the time but we'll see if it changes
Require 3 consecutive failures to contact the indoor unit before marking it "Unavailable".
These changes should make things a little smoother for folks whose WiFi isn't perfect, and I'm curious to see what "runstate" turns up.