|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
+
|
|
|
|
+## [3.3.1] - 2022-08-31
|
|
### Fixed
|
|
### Fixed
|
|
- Publish birth and last will message on expected/documented topic
|
|
- Publish birth and last will message on expected/documented topic
|
|
`homeassistant/switchbot-mqtt/status` instead of topic
|
|
`homeassistant/switchbot-mqtt/status` instead of topic
|
|
@@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
- Subscribe to `homeassistant/switch/switchbot/+/set`.
|
|
- Subscribe to `homeassistant/switch/switchbot/+/set`.
|
|
Handle `ON` and `OFF` messages.
|
|
Handle `ON` and `OFF` messages.
|
|
|
|
|
|
-[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.3.0...HEAD
|
|
+[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.3.1...HEAD
|
|
|
|
+[3.3.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.3.0...v3.3.1
|
|
[3.3.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.2.1...v3.3.0
|
|
[3.3.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.2.1...v3.3.0
|
|
[3.2.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.2.0...v3.2.1
|
|
[3.2.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.2.0...v3.2.1
|
|
[3.2.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.1.0...v3.2.0
|
|
[3.2.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v3.1.0...v3.2.0
|