diff --git a/changes.md b/changes.md index 0e8f556e..cbde236f 100644 --- a/changes.md +++ b/changes.md @@ -2,7 +2,7 @@ ## Version 1.4.2 Added EEPs A5-30-01 and A5-30-03 * Added EEPs (A5-30-01 preferred) for digital input which is used in water sensor (FSM60B) -* Incompatibility with HA 2024.5 fixed. (Thread safety checks) +* 🐞 Incompatibility with HA 2024.5 fixed. (Thread safety checks) ## Version 1.4.1 Support for sending arbitrary messages * Added Service for sending arbitrary EnOcean (ESP2) messages. Intended to be used in conjunction with [Home Assistant Automations](https://www.home-assistant.io/getting-started/automation/). diff --git a/custom_components/eltako/manifest.json b/custom_components/eltako/manifest.json index 82df3aa7..e68d7328 100644 --- a/custom_components/eltako/manifest.json +++ b/custom_components/eltako/manifest.json @@ -10,5 +10,5 @@ "issue_tracker": "https://github.com/grimmpp/home-assistant-eltako/issues", "loggers": ["eltako"], "requirements": ["eltako14bus==0.0.52","enocean==0.60.1", "StrEnum", "esp2-gateway-adapter==0.1"], - "version": "1.4.1" + "version": "1.4.2" }