mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
19 lines
462 B
YAML
19 lines
462 B
YAML
alias: Mount SMBs at boot
|
|
id: automation_mount_smbs_at_boot
|
|
description: Mount the configured SMBs at boot.
|
|
trigger:
|
|
- platform: homeassistant
|
|
event: start
|
|
condition: []
|
|
action:
|
|
- service: shell_command.mount_music
|
|
data: {}
|
|
- service: shell_command.mount_video
|
|
data: {}
|
|
- service: shell_command.mount_sound
|
|
data: {}
|
|
- service: shell_command.mount_photo
|
|
data: {}
|
|
- service: shell_command.mount_sound_again
|
|
data: {}
|
|
mode: single |