|
@@ -5,8 +5,10 @@ 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]
|
|
|
|
+
|
|
|
|
+## [0.7.0] - 2021-07-09
|
|
### Added
|
|
### Added
|
|
-- Command-line argument `--retries` to alter maximum number of attempts to send a command
|
|
+- Command-line parameter `--retries` to alter maximum number of attempts to send a command
|
|
to a SwitchBot device (default unchanged)
|
|
to a SwitchBot device (default unchanged)
|
|
|
|
|
|
### Fixed
|
|
### Fixed
|
|
@@ -64,7 +66,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/v0.6.0...HEAD
|
|
+[Unreleased]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.7.0...HEAD
|
|
|
|
+[0.7.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.6.0...v0.7.0
|
|
[0.6.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.5.0...v0.6.0
|
|
[0.6.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.5.0...v0.6.0
|
|
[0.5.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.4.1...v0.5.0
|
|
[0.5.0]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.4.1...v0.5.0
|
|
[0.4.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.4.0...v0.4.1
|
|
[0.4.1]: https://github.com/fphammerle/switchbot-mqtt/compare/v0.4.0...v0.4.1
|