Releases: tobias-richter/ansible-tasmota
Releases · tobias-richter/ansible-tasmota
1.6.0
1.5.1
1.5.0
Added
- support for
--check
mode (#12 thanks to @cwendel16834)
1.4.0
1.3.0
Added
- Added support for
DimmerRange
,TuyaMCU
andTemplate
(#6 , thanks to @diijkstra)
Updated
- migrated CI to GitHub Actions
1.2.1
Fixed
- ansible lint issues
1.2.0
Added
- Detect authorization failure (PR #4 thanks to @diijkstra)
- Support for Module command (PR #5 thanks to @diijkstra)
1.1.0
- Added support for authentication via
tasmota_user
andtasmota_password
. (#3, thanks to @llagendijk)
1.0.1
Fixes
Encoding issues with umlauts, e.g.
tasmota_commands:
- command: FriendlyName1
value: "Küche"
1.0.0
Initial release.