initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +1,26 @@
alias: Home Assistant Update Available
id: automation_home_assistant_update_available
trigger:
- platform: state
entity_id: binary_sensor.latest_version_update_available
from: 'off'
to: 'on'
- platform: homeassistant
event: start
condition:
- alias: "Update Available"
condition: state
entity_id: binary_sensor.latest_version_update_available
state: 'on'
action:
- service: notify.mobile_app_pixel_7
data:
title: Update Available
message: A Home Assistant update is available
data:
channel: "Alerts"
importance: high
@@ -0,0 +1,19 @@
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