Releases: rstrouse/ESPSomfy-RTS-HA
Releases · rstrouse/ESPSomfy-RTS-HA
v2.4.7
v2.4.6
What's New?
- Add hassfest and HACS workflows.
- Change diagnostic sensors to show highs and lows for memory.
- Perform Ruff linting on all python files.
- Reduce socket latency to remove false socket disconnects. This would mark the entities as unavailable periodically.
v2.4.5
What's Changed?
- Perform median smoothing for sensor inputs to reduce state persistence on memory and wifi stats #71
- Added 1-button controls for cover operation
- Introduce container by @chemelli74 in #55
- fix: blocking no async function into backup feature by @Jezza34000 in #69
v2.4.4
v2.4.3
v2.4.2
What's Changed?
- Implemented ConfigNotReady pattern. Changes the way the available state is defined when rebooting Home Assistant. Home Assistant will continue to retry loading the configuration when booting Home Assistant.
- Removed annoying socket logging messages from the HA logs during connect and disconnect.
- The title for configured devices will now reflect the host name assigned to the device. This should make it easier to identify multiple ESPSomfy RTS devices.
- Add Hostname entity to the diagnostic sensors
v2.4.1
v2.4.0
What's Changed?
- Remove encoding from backups stored in config/ESPSomfyRTS_XXXX directory for each device
- Suspend setup of entities until a socket connection is confirmed
- Improves durability so entities do not go offline if HA is restarted when ESPSomfy RTS is down
- Loads quicker and does not generate log errors if the device/server id cannot be obtained
- Fix config flow issue with discovery #37
v2.3.3
What's Changed
- Improve online/offline processing for sensors. This should now happen quicker if the socket drops
- Set update entity to unknown state if the auto update checks are turned off.
- Make firmware updates more apparent and distinct from this plugin update #30
- Fix bug where diagnostic sensors were not being added.