Erik Montnemery
|
ec7f329807
|
Add support for Tasmota status sensor (#41782)
* Add sensor attributes, remove useless test.
* Fix tests
* Rework handling of sensor attributes
* Remove unused sensor attributes
* Hide status sensors
* Bump hatasmota to 0.0.19
* Use DEVICE_CLASS_SIGNAL_STRENGTH for WiFi signal sensor
* Improve test coverage
* Fix tests
|
2020-10-19 22:07:31 +02:00 |
HomeAssistant Azure
|
59a3add24a
|
[ci skip] Translation update
|
2020-10-19 00:03:28 +00:00 |
Erik Montnemery
|
515a6479a4
|
Bump hatasmota to 0.0.18 (#42000)
* Bump hatasmota to 0.0.17
* Bump hatasmota to 0.0.18
|
2020-10-18 00:00:28 +02:00 |
Erik Montnemery
|
49b7f317ff
|
Fix Tasmota stale docstring + print level (#41992)
|
2020-10-17 13:07:21 +02:00 |
Philip Allgaier
|
dde6305549
|
Cleanup unused loggers (components N-Z + tests) (#41982)
|
2020-10-16 21:24:08 -05:00 |
HomeAssistant Azure
|
39adf14079
|
[ci skip] Translation update
|
2020-10-17 00:06:00 +00:00 |
Erik Montnemery
|
9e9f841f35
|
Add Tasmota device trigger (#41590)
* Add Tasmota device trigger
* Correct import
* Remove useless try-except
* Remove commented out code
* Align with hatasmota 0.0.14
* Update according to review comments
|
2020-10-16 08:16:07 +02:00 |
Erik Montnemery
|
766a0032c9
|
Bump hatasmota to 0.0.16 (#41902)
|
2020-10-15 21:14:42 +02:00 |
HomeAssistant Azure
|
994ae09f69
|
[ci skip] Translation update
|
2020-10-15 00:03:50 +00:00 |
Erik Montnemery
|
042ce1cb92
|
Add Tasmota light (#41485)
|
2020-10-14 17:47:13 +02:00 |
Erik Montnemery
|
7f9db59209
|
Bump hatasmota to 0.0.15 (#41781)
|
2020-10-13 18:53:18 +02:00 |
HomeAssistant Azure
|
1417a4161f
|
[ci skip] Translation update
|
2020-10-13 00:03:24 +00:00 |
Erik Montnemery
|
f70aa0b5cc
|
Merge Tasmota sensor device class and icon maps (#41706)
|
2020-10-12 19:26:35 +02:00 |
Erik Montnemery
|
cd21786536
|
Bump hatasmota to 0.0.13 (#41705)
* Bump hatasmota to 0.0.13
* Fix tests
|
2020-10-12 13:09:17 +02:00 |
Erik Montnemery
|
84cb00bb4e
|
Add Tasmota sensor (#41483)
* Add Tasmota sensor
* Remove useless try-except
* Bump hatasmota to 0.0.11
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Sort dict constants
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
|
2020-10-12 07:27:06 +02:00 |
HomeAssistant Azure
|
80522f1bdc
|
[ci skip] Translation update
|
2020-10-11 00:03:37 +00:00 |
HomeAssistant Azure
|
6ae12c3faf
|
[ci skip] Translation update
|
2020-10-10 00:05:05 +00:00 |
HomeAssistant Azure
|
29aea5a66c
|
[ci skip] Translation update
|
2020-10-09 00:04:33 +00:00 |
Erik Montnemery
|
35287828bc
|
Poll state when Tasmota device becomes available (#41401)
|
2020-10-08 11:17:23 +02:00 |
Erik Montnemery
|
85603dcd08
|
Remove useless try-except from Tasmota binary sensor (#41462)
|
2020-10-08 08:44:11 +02:00 |
HomeAssistant Azure
|
d73d36d0cd
|
[ci skip] Translation update
|
2020-10-08 00:06:03 +00:00 |
Erik Montnemery
|
343e5d64b8
|
Add MQTT integration discovery (#41332)
* Add MQTT integration discovery
* Add script/hassfest/mqtt.py
* Unsubscribe if config entry exists
* Add homeassistant/generated/mqtt.py
* Fix bad loop
* Improve tests
* Improve tests
* Apply suggestions from code review
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
* Prevent initiating multiple config flows
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
|
2020-10-07 18:30:51 +02:00 |
Erik Montnemery
|
6e84f91762
|
Add Tasmota binary sensor (#41380)
|
2020-10-07 14:41:30 +02:00 |
HomeAssistant Azure
|
486c0b644a
|
[ci skip] Translation update
|
2020-10-07 00:06:20 +00:00 |
Erik Montnemery
|
42fb0e9545
|
Bump hatasmota to 0.0.10, minor refactor of discovery (#41331)
* Bump hatasmota to 0.0.10, minor refactor of discovery
* Update tests
* Add missing docstrings
|
2020-10-06 22:32:36 +02:00 |
Erik Montnemery
|
06e9489fc7
|
Add Tasmota integration (#39624)
* 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 |