This commit is contained in:
CCOSTAN
2025-01-13 18:27:08 +00:00
parent 88dd182369
commit 7874c7afc4
14 changed files with 99 additions and 13 deletions

5
.gitignore vendored
View File

@@ -21,12 +21,17 @@ home-assistant_v2
home-assistant_v2.*
backups
deps
/config/backups
icloud
__pycache__
hacs
alexa_media
custom_components
<<<<<<< HEAD
/config/www/community/
=======
/config/www/community
>>>>>>> 5816fb3 (Add .gitignore file)
community
image
tts

67
U13_2025_Schedule.ics Executable file
View File

@@ -0,0 +1,67 @@
BEGIN:VCALENDAR
VERSION:2.0
PRODID:ics.py - http://git.io/lLljaA
BEGIN:VEVENT
ATTENDEE;CN=mailto:stacey@fordst.com:mailto:mailto:stacey@fordst.com
ATTENDEE;CN=mailto:justin@fordst.com:mailto:mailto:justin@fordst.com
DTEND:20250222T200000Z
LOCATION:3600 Red Bug Lake Rd\, Winter Springs\, FL 32708
DTSTART:20250222T191500Z
SUMMARY:U13 Boca vs U13 Madrid - Field C5
UID:f3d70a22-1f65-4852-b058-f023ce5f64e4@f3d7.org
END:VEVENT
BEGIN:VEVENT
ATTENDEE;CN=mailto:stacey@fordst.com:mailto:mailto:stacey@fordst.com
ATTENDEE;CN=mailto:justin@fordst.com:mailto:mailto:justin@fordst.com
DTEND:20250215T200000Z
LOCATION:3600 Red Bug Lake Rd\, Winter Springs\, FL 32708
DTSTART:20250215T191500Z
SUMMARY:U13 Madrid vs U13 Manchester - Field C5
UID:78e2fdfb-7611-48cb-badc-69b256c68454@78e2.org
END:VEVENT
BEGIN:VEVENT
ATTENDEE;CN=mailto:stacey@fordst.com:mailto:mailto:stacey@fordst.com
ATTENDEE;CN=mailto:justin@fordst.com:mailto:mailto:justin@fordst.com
DTEND:20250208T210000Z
LOCATION:3600 Red Bug Lake Rd\, Winter Springs\, FL 32708
DTSTART:20250208T201500Z
SUMMARY:U13 Everton vs U13 Madrid - Field C4
UID:ce3b1d41-0ffa-4bb4-987f-e3a09bf810c0@ce3b.org
END:VEVENT
BEGIN:VEVENT
ATTENDEE;CN=mailto:stacey@fordst.com:mailto:mailto:stacey@fordst.com
ATTENDEE;CN=mailto:justin@fordst.com:mailto:mailto:justin@fordst.com
DTEND:20250301T210000Z

View File

@@ -1 +1 @@
2024.12.5
2025.1.2

View File

@@ -6,5 +6,4 @@ home_modes:
- input_boolean.alert_mode
- input_boolean.speech_notifications
- input_boolean.text_notifications
- input_boolean.last_message
- sensor.low_battery

View File

@@ -5,6 +5,7 @@
#
# Features:
# - Displays garage camera feed on Echo Show devices
# - Displays driveway camera feed when front door opens
# - Triggers based on garage door state and occupancy changes
#
# Hardware:
@@ -61,14 +62,6 @@ automation:
media_content_id: 'hide garage camera'
media_content_type: custom
# - conditions: "{{ is_state('switch.kitchen_accent_1','on') }}"
# sequence:
# - service: media_player.play_media
# data:
# entity_id: media_player.alarm_panel_1
# media_content_id: 'show garage camera'
# media_content_type: custom
default:
- service: media_player.play_media
target:
@@ -85,3 +78,25 @@ automation:
media_content_type: custom
- service: script.garage_lights_off
- alias: 'FrontDoor Bell Camera on Front Door Lock'
id: Doorbell_camera_front_door
mode: single
trigger:
- platform: state
entity_id: lock.front_door_lock
to: 'unlocked'
action:
- service: media_player.play_media
target:
entity_id: media_player.kitchen
data:
media_content_id: 'show front doorbell camera'
media_content_type: custom
- delay: '00:20:00'
- service: media_player.play_media
target:
entity_id: media_player.kitchen
data:
media_content_id: 'hide front doorbell camera'
media_content_type: custom

View File

@@ -1 +1 @@
import"./card-e5d55e5b.js";
import"./card-f11ffdcb.js";

File diff suppressed because one or more lines are too long