Releases: asantaga/wiserHomeAssistantPlatform
Releases · asantaga/wiserHomeAssistantPlatform
R3.7.1beta1
What's Changed
THIS IS A BETA RELEASE TO TEST CHANGES FOR IMPROVEMENTS IN HUB DISCONNECTS. PLEASE ONLY INSTALL IF YOU HAVE THIS ISSUE AND ARE PART OF THE DISCUSSION GROUP
- bump api to 0.0.41
R3.1.6
What's Changed
- BREAKING CHANGE: The boost hot water service parameters have changed and no longer require an entity id. See Boost Hot Water Service
- BREAKING CHANGE: Removed remove_orphaned_devices services as now replaced with UI delete option
- Bumped api to v0.0.40
- Added next schedule day attributes to hot water sensor. Issue #302
- Added next schedule datetime attribute to climate, hot water, light and shutter sensors
- Added ability to delete devices via UI (including associated entities)
- Updated deprecated constants. Issue #289
- Removed need to have HACs installed. Issue #292
- LTS target temp sensor now shows None value if room set to off. Issue #301
- Prevented creation of LTS sensors if room has no devices
- Moved services into own file to tidy up code for readability ahead of future rework of this code
R3.1.5
What's Changed
Released as 3.1.5 as 3.1.4 did not actually contain these fixes due to error
- Fix for trying to add Wiser card resources before lovelace has loaded existing ones on fast hardware - issue #287
- Remove gzip versions of files from source due to errors on some platforms
- Delete versions of gzip file older than js file on restart to prevent new version not loading
R3.1.4
R3.1.3
What's Changed
- Added ability to change hub IP/Hostname via configuration in UI
- Changing HVAC setting will now remember previous manual setting
- New config option to determine what target temp to use if no stored manual temp
- Bump api to v0.0.39 to fix issue #284
- Removed Advance Schedule preset option if room has no schedule
R3.1.2
What's Changed
- Added diagnostics capability to download diagnostic data in UI via Config or Device
- Removed old output_json_to_file service (now replaced by diagnostics)
- Fixed issue with zigbee card if device not assigned to a room
- Updated schedule card to v1.1.1 to include copy day functions
R3.1.1
What's Changed
- Reverted changes to number entity as no compatible way to support 2022.6 and 2022.7. Will log deprecation warnings until HA provide a fix - think better than not working!
- Added fix to error installing schedule-card when Lovelace in YAML storage mode. Need to add manually - see documentation.
- Added websocket service for zigbee network card
- Added new Zigbee Network Card
R3.1.0
What's Changed
- Bump api to 0.0.37
- Fix for battery voltages over 3v show 0%
- Added update delay after sending light command to allow time for hub to update new values before reading
- Added websockets functions to support schedule card
- Addded schedule card to managed schedules
- Fixed deprecation functions warning for number entity
R3.0.24
What's Changed
- Bump api to 0.0.32
- Add shutter, light and dimable light support - thanks @LGO44
- Add new service to assign schedules to rooms or devices
- Add opentherm info to heating sensor
- Fixed issue where scheudle setting of off displayed -20C in climate card
- Improve debug logging for unknown errors during setup
- BREAKING CHANGE: Previously deprecated services for get/set/copy_heating_schedule and get/set/copy_onoff_schedule and set_hotwater_mode and set_smartplug mode have been removed and replaced with get/set/copy_schedule and set_device_mode respectively.
R3.0.24Beta
- Bump api to 0.0.27
- Add shutter, light and dimable light support - thanks @LGO44
- Add new service to assign schedules to rooms or devices
- Add schedule id and name to all schedule capable entities
- BREAKING CHANGE: Previously deprecated services for get/set/copy_heating_schedule and get/set/copy_onoff_schedule and set_hotwater_mode and set_smartplug mode have been removed and replaced with get/set/copy_schedule and set_device_mode respectively.