initial commit
This commit is contained in:
14
configuration/automation/startup_update_tasmotas.yaml
Normal file
14
configuration/automation/startup_update_tasmotas.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
- id: startup_restart_tasmota_devices
|
||||
alias: '[StartUp] Restart tasmota devices'
|
||||
trigger:
|
||||
- platform: homeassistant
|
||||
event: start
|
||||
condition: []
|
||||
action:
|
||||
- service: shell_command.restart_fan01
|
||||
- service: shell_command.restart_fan02
|
||||
- service: shell_command.restart_fan03
|
||||
- service: shell_command.restart_fan04
|
||||
- service: shell_command.restart_fan05
|
||||
- service: shell_command.restart_light01
|
Reference in New Issue
Block a user