Skip to content

Releases: tobias-richter/ansible-tasmota

1.6.0

17 Jan 21:24
631f57b
Compare
Choose a tag to compare

Added

  • add retry for failed connections (e.g. restart) (#16, thanks to @deveth0)
  • add no_log support (#15, thanks to @deveth0)

1.5.1

12 Jan 12:31
af95371
Compare
Choose a tag to compare

Fixed

  • Fix 'dict_keys' object is not subscriptable for GPIOs (#13 thanks to @deveth0)

1.5.0

09 Jan 22:26
9ebd2b8
Compare
Choose a tag to compare

Added

1.4.0

04 Jan 18:11
9d31c90
Compare
Choose a tag to compare

Added

  • support for omitting value parameter using {{ omit }} placeholder (#11)
  • support for TimeStd / TimeDst (#7 thanks to @deveth0)
  • support for GPIO Command (#10 thanks to @deveth0)

Fixed

1.3.0

14 Dec 20:56
Compare
Choose a tag to compare

Added

  • Added support for DimmerRange, TuyaMCU and Template (#6 , thanks to @diijkstra)

Updated

  • migrated CI to GitHub Actions

1.2.1

08 Oct 17:52
Compare
Choose a tag to compare

Fixed

  • ansible lint issues

1.2.0

18 Apr 15:33
15a883e
Compare
Choose a tag to compare

Added

1.1.0

09 Mar 16:23
c91af92
Compare
Choose a tag to compare
  • Added support for authentication via tasmota_user and tasmota_password. (#3, thanks to @llagendijk)

1.0.1

09 Jan 10:37
Compare
Choose a tag to compare

Fixes

Encoding issues with umlauts, e.g.

tasmota_commands:
    - command: FriendlyName1
      value: "Küche"

1.0.0

07 Jan 21:09
Compare
Choose a tag to compare

Initial release.