mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Don't need to mnt
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
mount_music: !secret shell_mount_music
|
|
||||||
mount_video: !secret shell_mount_video
|
|
||||||
mount_sound: !secret shell_mount_sound
|
|
||||||
mount_photo: !secret shell_mount_photo
|
|
||||||
mount_sound_again: !secret shell_mount_sound_again
|
|
||||||
+1
-1
@@ -16,7 +16,7 @@ homeassistant:
|
|||||||
|
|
||||||
media_dirs:
|
media_dirs:
|
||||||
local: /media/
|
local: /media/
|
||||||
mnt: /mnt
|
#mnt: /mnt
|
||||||
#audio: /config/www/audio/
|
#audio: /config/www/audio/
|
||||||
#alarms: /config/www/audio/alarms
|
#alarms: /config/www/audio/alarms
|
||||||
#lullabies: /config/www/audio/media/lullabies
|
#lullabies: /config/www/audio/media/lullabies
|
||||||
|
|||||||
Reference in New Issue
Block a user