Compare commits

...

3 Commits

@ -1 +1 @@
2026.1.2
2026.1.3

@ -51,24 +51,24 @@ automation:
topic: "BATTERY"
message: "August Door lock battery low: {{ states('sensor.front_door_battery') }}%"
- alias: 'FrontDoor Bell Camera on Front Door Lock'
id: Doorbell_camera_front_door
mode: single
trigger:
- platform: state
entity_id: lock.front_door
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
# - alias: 'FrontDoor Bell Camera on Front Door Lock'
# id: Doorbell_camera_front_door
# mode: single
# trigger:
# - platform: state
# entity_id: lock.front_door
# 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

@ -392,45 +392,45 @@ automation:
data:
value1: "Check the garage doors. The Small garage is {{ states('cover.small_garage_door')}} and the large garage is {{ states('cover.large_garage_door')}} [Always mention the specific garage door that is currently open and remind us to close it for the night]"
- alias: 'Garage Camera on Alexa Shows'
id: 4373df2a-77f2-4e19-be7c-46c7b27ca583
mode: single
trigger:
- platform: state
entity_id:
- cover.large_garage_door
- cover.small_garage_door
from: 'closed'
to: 'open'
for: "00:00:15"
- platform: state
entity_id: binary_sensor.mcu1_gpio12 #interior Garage Doors
from: 'off'
to: 'on'
for: "00:00:05"
- platform: state
entity_id:
- person.carlo
- person.stacey
- person.paige
- person.justin
to: 'not_home'
from: 'home'
action:
- service: media_player.play_media
target:
entity_id: media_player.kitchen
data:
media_content_id: 'show garage camera from home assistant'
media_content_type: custom
- delay: '00:20:00'
- service: media_player.play_media
target:
entity_id: media_player.kitchen
data:
media_content_id: 'hide garage camera'
media_content_type: custom
# - alias: 'Garage Camera on Alexa Shows'
# id: 4373df2a-77f2-4e19-be7c-46c7b27ca583
# mode: single
# trigger:
# - platform: state
# entity_id:
# - cover.large_garage_door
# - cover.small_garage_door
# from: 'closed'
# to: 'open'
# for: "00:00:15"
# - platform: state
# entity_id: binary_sensor.mcu1_gpio12 #interior Garage Doors
# from: 'off'
# to: 'on'
# for: "00:00:05"
# - platform: state
# entity_id:
# - person.carlo
# - person.stacey
# - person.paige
# - person.justin
# to: 'not_home'
# from: 'home'
# action:
# - service: media_player.play_media
# target:
# entity_id: media_player.kitchen
# data:
# media_content_id: 'show garage camera from home assistant'
# media_content_type: custom
# - delay: '00:20:00'
# - service: media_player.play_media
# target:
# entity_id: media_player.kitchen
# data:
# media_content_id: 'hide garage camera'
# media_content_type: custom

@ -1,16 +1,16 @@
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2026.1.2">
<title>2026.1.2</title>
<linearGradient id="KPRie" x2="0" y2="100%">
<svg width="61.5" height="20" viewBox="0 0 615 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2026.1.3">
<title>2026.1.3</title>
<linearGradient id="fijFz" x2="0" y2="100%">
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="iUgJT"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#iUgJT)">
<mask id="ouZtW"><rect width="615" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#ouZtW)">
<rect width="615" height="200" fill="#08C" x="0"/>
<rect width="615" height="200" fill="url(#KPRie)"/>
<rect width="615" height="200" fill="url(#fijFz)"/>
</g>
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
<text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2026.1.2</text>
<text x="55" y="138" textLength="500">2026.1.2</text>
<text x="65" y="148" textLength="500" fill="#000" opacity="0.25">2026.1.3</text>
<text x="55" y="138" textLength="500">2026.1.3</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B

Loading…
Cancel
Save

Powered by TurnKey Linux.