Correct SetOption30 states (#15380)

This commit is contained in:
Federico Leoni 2020-10-24 13:17:17 -03:00 committed by GitHub
parent 69f0606ed8
commit dd1c0f4bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ This integration allows you to control Tasmota devices over MQTT.
Lights, relays, sensors and switches are supported. Lights, relays, sensors and switches are supported.
- Lights will be added as Home Assistant `light` entities. - Lights will be added as Home Assistant `light` entities.
- Relays will be added as Home Assistant `switch` entities, if `SetOption30 = 1`. If `SetOption30 = 0`, relays will be added as `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. - 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, if a `switchtopic` is set or there is no corresponding power device (light, relay, etc.).