BREAKING CHANGES STARTING WITH 2.2.0-beta1
As with all beta versions, please remember to backup your configuration.
Automatic configuration backup is coming, at least I'm working on it :)
Breaking change:
Please read 2.2.0-beta1 release information for breaking change details https://github.com/hass-agent/HASS.Agent/releases/tag/2.2.0-beta1
Unless Home Assistant forces my hand with some MQTT changes this is the last beta release of 2.2.0 :)
Some fixes and additions here and there.
Best paired with integration beta - https://github.com/hass-agent/HASS.Agent-Integration/releases/tag/d2.1.2-beta1
Fixes in comparison to 2.2.0-beta3:
- Fixed rare issue where LocalAPI would not work due to device configuration missing #358
- Fixed Home Assistant MQTT warning log regarding "object_id" deprecation (thanks to @Anto79-ops and @Momentum6890 for reporting) #372
- Fixed device discovery messages not being properly removed when device name is changed #376
- Fixed order of sensors and commands so they are sorted alphabetically by the first letter #381
- Fixed onboarding donation message so it's clear all donations go towards original creator of HASS.Agent - Sam #384
- Fixed MQTT entities changing ID after device rename #388
Changes in comparison to 2.2.0-beta3:
- Added support for Fan domain for Quick Actions (thanks to @axa88 for suggestion) #369
- Added configuration backup that is done before migration from LAB02 version actually happens #377
- Added WinFormsSleep command (version of sleep command using specifically WinForms API) (thanks to @felipecrs for suggestion) #378
- Added ability to test MQTT connection during onboarding process (thanks to @jgstew for suggestion) #379
- Added missing "use WebSocket" option to MQTT onboarding step #379
- Added "MonitorSleepPowerPlan" command to turn off screen by temporairly modyfying the power plan (should not cause the device to go to sleep) #380
- Added permission checks for both client (issues with administrative permissions) and service (not running as system) #383
Misc in comparison to 2.2.0-beta3:
- Updated readme file (part 1) #385