Commit graph

13 commits

Author SHA1 Message Date
epenet
d27c91b9fe
Use DeviceInfo in tasmota ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-28 16:07:37 +02:00
Erik Montnemery
5851d5246e
Bump hatasmota to 0.3.0 () 2021-10-28 14:23:26 +02:00
Erik Montnemery
2e44e256f0
Improve typing of Tasmota (3/3) () 2021-07-12 19:17:44 +02:00
Erik Montnemery
8c812bc25c
Improve typing of Tasmota (2/3) ()
* Improve typing of Tasmota (2/3)

* Add more typing, add TasmotaOnOffEntity

* Address review comments
2021-07-12 18:27:11 +02:00
Erik Montnemery
974e099e2a
Small cleanup of Tasmota () 2020-11-26 22:34:26 +01:00
Erik Montnemery
8cc7069323
Bump hatasmota to 0.0.29 () 2020-11-11 13:51:09 +01:00
Erik Montnemery
bfb603fe78
Fix reconfiguring of Tasmota lights () 2020-10-24 14:31:08 +02:00
Erik Montnemery
de35d58fd4
Support reloading Tasmota config entries () 2020-10-23 01:22:51 +02:00
Erik Montnemery
49b7f317ff
Fix Tasmota stale docstring + print level () 2020-10-17 13:07:21 +02:00
Erik Montnemery
042ce1cb92
Add Tasmota light () 2020-10-14 17:47:13 +02:00
Erik Montnemery
35287828bc
Poll state when Tasmota device becomes available () 2020-10-08 11:17:23 +02:00
Erik Montnemery
6e84f91762
Add Tasmota binary sensor () 2020-10-07 14:41:30 +02:00
Erik Montnemery
06e9489fc7
Add Tasmota integration ()
* Add Tasmota integration

* Refactor

* Add tests, small improvements

* isort

* Attempt to fix tests failing with Python 3.8

* Revert "Attempt to fix tests failing with Python 3.8"

This reverts commit 11454f8a00136f068ea27204183fa3e62f3cd263.

* Fix tests failing with Python 3.8

* Cleanup tests

* Address review comments

* Address review comments

* Address review comments

* Use MAC address for device identification

* Bump hatasmota

* Bump hatasmota

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Fix indentation

* Remove preparation for device remove WS API

* Address review comments

* Remove useless try-except

* Tweak

* Improve tests

* Tweak

* Address review comments

* Correct test

* Update manifest.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-06 14:51:58 +02:00