Releases: dmamontov/hass-ledfx
Releases · dmamontov/hass-ledfx
v3.0.0 - 2023.03.14
v2.1.0 - 2022.09.02
v2.0.1 - 2022.07.26
v2.0.0 - 2022.07.25
Changes in v2.0.0
❗❗❗ Warning! This is a release 2.0.0. This version is completely incompatible with previous versions. I recommend removing all integrations and then restarting HASS.
❗❗❗ Warning! All objects will have a new entity_id
BREAKING CHANGES
- The component has been completely rewritten
- Fully covered with tests
- The component is completely redesigned under DataUpdateCoordinator
- Optimized start and stop (Asynchronous. Start time in HASS is not correct, they count asynchronous too.)
- All entity_ids are now generated based on ip address
- Removed customization support from yaml
- Added advanced logging
- All objects will have a new entity_id
- Added system health monitoring
- Added and passed all validators and conditions for entering the HACS Default
v1.4.0 - 2022-04-07
- Fix Hass 2022.4"
v1.3.1 - 2022-02-09
- Reduced load on the database when updating.
v1.3.0 - 2022-02-07
- Reduced load on the database when updating.
- Move scene switch to button.
v1.2.1 - 2022-01-26
v1.2.0 - 2022-01-23
- Added optional BasicAuth support