Skip to content

Commit

Permalink
Merge pull request #100 from grimmpp/feature-branch
Browse files Browse the repository at this point in the history
thread bug fixed
  • Loading branch information
grimmpp authored May 13, 2024
2 parents b329e0c + 6cb66fd commit 9d15ade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changes and Feature List

## Version 1.4.2 Compatibility to HA 2024.5 and EEPs A5-30-01 and A5-30-03 added
## Version 1.4.3 Compatibility to HA 2024.5
* 🐞 Incompatibility with HA 2024.5 fixed. (Cleaned up event loop synchronization)

## 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)

## 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/).
Expand Down
2 changes: 1 addition & 1 deletion custom_components/eltako/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
"version": "1.4.3"
}

0 comments on commit 9d15ade

Please sign in to comment.