generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
Bumped ism7mqtt to v0.0.16 | ||
Bumped ism7mqtt to v0.0.17 | ||
|
||
This release removed oldism7proxy and now ism7config and ism7mqtt automatically detect and support older firmware. If you used oldismproxy in the past you need to recreate your parameter.json or manually add "TcpPort": 9091. | ||
|
||
## What's Changed | ||
- HA Discovery: Don't retain discovery topics by @b3nn0 in #94 | ||
### Bugfixes | ||
- support hostname #100 | ||
- support json output in docker image #101 | ||
- fix json write for duplicate parameter #102 | ||
- Update README.md by @ansysic in #106 | ||
- set SE attribute by @krusta4711 in #114 | ||
- Use XmlSerializerNamespaces to remove the namespace attributes by @allcoolusernamesaregone in #117 | ||
- Fix 'ER-State error by @aimoehi in #108 | ||
- use BouncyCastle for all SSL connections by @zivillian in #120 | ||
- handle invalid date by @zivillian in #121 | ||
- Unique ird by @zivillian in #122 | ||
- Update dependencies by @zivillian in #123 | ||
- HA discovery: fix device_class enum for 2024.09 compatibility by @b3nn0 in #124 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM zivillian/ism7mqtt:v0.0.16 | ||
FROM zivillian/ism7mqtt:v0.0.17 | ||
|
||
# Default ENV | ||
ENV \ | ||
|