Tweak Tasmota documentation (#15418)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Erik Montnemery 2020-10-27 22:07:29 +01:00 committed by Franck Nijhof
parent b496087bed
commit f5463e7c64
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -21,7 +21,6 @@ This integration allows you to control Tasmota devices over MQTT.
- MQTT server and the [MQTT integration](/integrations/mqtt/) set up in Home Assistant.
- Tasmota devices flashed with 9.0.0.3 or later
- Tasmota devices configured for native discovery (`SetOption19 0`)
- Tasmota devices configured to send tele/%topic%/STATE in addition to stat/%topic%/RESULT for commands (`SetOption59 1`)
## Limitations
@ -30,7 +29,8 @@ Lights, relays, sensors and switches are supported.
- Lights will be added as Home Assistant `light` entities.
- Relays will be added as Home Assistant `switch` entities, if `SetOption30 = 0`. If `SetOption30 = 1`, relays will be added as `light` entities.
- Sensors will be added as Home Assistant `sensor` entities.
- Switches will be added as Home Assistant `binary_sensor` entities, if a `switchtopic` is set or there is no corresponding power device (light, relay, etc.).
- Switches will be added as Home Assistant `binary_sensor` entities or `automation triggers` depending by the `switchmode` used. To enable them, `switchtopic` needs to be set. If there are no corresponding power device (light, relay, etc.) the `switch` will be added automatically.
- Buttons will be added as Home Assistant `automation triggers` when `SetOption73` is enabled.
## Configuration