mirror of https://github.com/arendst/Tasmota.git
Remove redundancy
parent
5f85b2f002
commit
471d7dae15
|
@ -68,6 +68,8 @@ An in depth explanation about MQTT `retain` is available [in this video](https:/
|
|||
MQTT device discovery
|
||||
To ease Home Assistant (and Domoticz #1731 and newer) configuration a feature called MQTT device discovery is made available for Tasmota switches and lights. For auto-discovery options go to the Home Assistant Auto Discovery [wiki page](https://github.com/arendst/Sonoff-Tasmota/wiki/Home-Assistant---Auto-Discovery)
|
||||
|
||||
There are pros and cons to using automatic discovery versus manual configuration. Try both of them out and determine which is best for your needs.
|
||||
|
||||
### Tip: Sync power states of the devices with the "sonoffs" group topic
|
||||
|
||||
When Home Assistant is restarted this automation will cause all devices to post the power status of relays 1-5 in case a device state was changed during a reboot.
|
||||
|
@ -167,7 +169,6 @@ Display the WiFi signal strength published from each telemetry message (default
|
|||
|
||||
Use POWER1, POWER2, etc when you are using a switch with more than one relay (if SetOption26 is on you will also use POWER1 even if only one relay exists)
|
||||
|
||||
Home Assistant `configuration.yaml`:
|
||||
```yaml
|
||||
switch:
|
||||
- platform: mqtt
|
||||
|
@ -301,7 +302,6 @@ sensor:
|
|||
|
||||
### Dimmer / PWM LED (Custom Suppress HA Errors Version)
|
||||
Change the brightness template entities to match your entity name. This version will suppress the errors received due to the RESULT topic being sent without the Dimmer JSON payload.
|
||||
configuration.yaml
|
||||
```yaml
|
||||
- platform: mqtt
|
||||
name: "TuyaDimTest"
|
||||
|
@ -332,7 +332,6 @@ configuration.yaml
|
|||
### RGB Lights
|
||||
#### Any 3-channel PWM LED dimmer or AiLight
|
||||
|
||||
Home Assistant `configuration.yaml`:
|
||||
```yaml
|
||||
light:
|
||||
- platform: mqtt
|
||||
|
@ -356,7 +355,6 @@ light:
|
|||
|
||||
Configure any of the pins of the module as "WS2812B"
|
||||
|
||||
Home Assistant `configuration.yaml`:
|
||||
```yaml
|
||||
light:
|
||||
# LED WS2812b
|
||||
|
@ -490,7 +488,6 @@ Fade on (optional, but makes the transitions slower)
|
|||
Speed 5 (optional, but makes the transitions slower)
|
||||
```
|
||||
|
||||
Home Assistant `configuration.yaml`:
|
||||
```yaml
|
||||
light:
|
||||
- platform: mqtt
|
||||
|
@ -626,7 +623,6 @@ Combination of configs found in the support thread:
|
|||
and Home Assistant forum:
|
||||
[Sonoff IFan02 (Tasmota) MQTT Fan](https://community.home-assistant.io/t/sonoff-ifan02-tasmota-mqtt-fan/64083)
|
||||
|
||||
configuration.yaml
|
||||
```yaml
|
||||
fan:
|
||||
- platform: mqtt
|
||||
|
@ -678,7 +674,6 @@ Pat Ceiling Fan:
|
|||
```
|
||||
|
||||
### S31 w/ Power Monitoring
|
||||
configuration.yaml
|
||||
```yaml
|
||||
switch:
|
||||
- platform: mqtt
|
||||
|
|
Loading…
Reference in New Issue