mirror of https://github.com/arendst/Tasmota.git
Fixed Sync auto discovered devices including power state (Version with POWER State Usage)
parent
65422b6a87
commit
03ab8f64a3
|
@ -82,7 +82,7 @@ This will also remove the device from Home Assistant.
|
|||
|
||||
### Tip: Sync auto discovered devices including power state (Version with POWER State Usage)
|
||||
|
||||
When you use a partially dynamic configured environment without a persistent broker you have the risk that the device state is of sync when Home Assistant is restarted. Use this automation to get all your (auto discovered) devices in sync, including power state, when Home Assistant is started.
|
||||
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.
|
||||
|
||||
```yaml
|
||||
- alias: "Sonoff state on HA start-up"
|
||||
|
|
Loading…
Reference in New Issue