hass-core/homeassistant/components/tasmota
J. Nick Koston 3be3226aaa
Convert tasmota discovery callback function to a normal function (#90865)
* Convert tasmota discovery callback function to a normal function

Nothing was being awaited when the payload had not changed.
This allows us to avoid creating a task.

see #90801

* comment
2023-04-08 23:13:22 -04:00
..
__init__.py Spelling updates (#82867) 2022-11-28 16:51:43 +01:00
binary_sensor.py Don't use force_update for Tasmota sensors (#85943) 2023-03-28 17:14:52 +02:00
config_flow.py
const.py
cover.py Add tilt support to Tasmota covers (#71789) 2022-05-13 22:03:21 +03:00
device_automation.py Improve typing of Tasmota (2/3) (#52747) 2021-07-12 18:27:11 +02:00
device_trigger.py Collection of code styling tweaks (#87381) 2023-02-04 12:52:26 -05:00
discovery.py Update black to 23.1.0 (#87188) 2023-02-02 18:35:24 +01:00
fan.py Restore speed when turning a Tasmota fan back on (#84337) 2022-12-22 09:31:14 +01:00
light.py Collection of code styling tweaks (#87381) 2023-02-04 12:52:26 -05:00
manifest.json Bump hatasmota to 0.6.4 (#88565) 2023-02-21 23:38:50 +01:00
mixins.py Convert tasmota discovery callback function to a normal function (#90865) 2023-04-08 23:13:22 -04:00
sensor.py Don't use force_update for Tasmota sensors (#85943) 2023-03-28 17:14:52 +02:00
strings.json
switch.py