Skip to content

Releases: dlarrick/hass-kumo

v0.2.3

22 Dec 20:14
Compare
Choose a tag to compare

Release 0.2.3. No changes since 0.2.3-beta2:

Two fixes:

New logic for set_temperature that conforms to new service definition.
Now it sets the mode (heat, etc.) if provided, and has better input
checking.
Better behavior when one or all units are unreachable.
If no units are reachable at startup after 10 tries, it gives up. This behavior
is designed to accommodate users who power down their units seasonally.
If a unit that was properly set up becomes unreachable, it will retry only
once (instead of for each attribute) on the next update. Such units will show
as "unavailable" in HA and will reappear if they become reachable again.
Update to pykumo 0.1.10 for #2 above.

v0.2.3-beta

22 Nov 17:36
Compare
Choose a tag to compare
v0.2.3-beta Pre-release
Pre-release

Two fixes:

  1. New logic for set_temperature that conforms to new service definition.
    Now it sets the mode (heat, etc.) if provided, and has better input
    checking.
  2. Better behavior when one or all units are unreachable.
    If no units are reachable at startup after 10 tries, it gives up. This behavior
    is designed to accommodate users who power down their units seasonally.
    If a unit that was properly set up becomes unreachable, it will retry only
    once (instead of for each attribute) on the next update. Such units will show
    as "unavailable" in HA and will reappear if they become reachable again.

Update to pykumo 0.1.10 for #2 above.

v0.2.2

11 Jul 16:19
8e5a40b
Compare
Choose a tag to compare

Fix setup error if user doesn't interact with the "prefer cache" checkbox

v0.2.1

28 Jun 20:10
4e5fa2a
Compare
Choose a tag to compare

Restore ability to configure via configuration.yaml

v0.2.0

27 Jun 20:12
Compare
Choose a tag to compare

Config Flow (GUI config) is out of beta
Bump pykumo version to pick up 'vertical' swing setting

v0.2.0-beta

23 Jun 00:35
92ac497
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release

Config Flow (GUI setup) courtesy of @omriasta

v0.1.6

24 May 17:46
99c6225
Compare
Choose a tag to compare

Fix "Auto" aka heat/cool mode. Thanks @FrancisLab !

v0.1.5

24 May 14:23
Compare
Choose a tag to compare

Fix fetching state at startup so entities are ready for use sooner
Fix one more async violation in fetching kumo_cache.json
Bump pykumo to 0.1.7, fixes flakiness in reporting just-set states

v0.1.4

23 May 14:58
Compare
Choose a tag to compare

Compatibility changes for HA 0.110
Squash more async warnings
Increase default connect timeout to 1.2 seconds

v0.1.3

02 May 15:54
fa15d23
Compare
Choose a tag to compare

Update to docs (thanks @alderete)
Fix error messages at startup with HA 0.109