mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-13 02:22:27 +00:00
Compare commits
2 Commits
7420ac96b9
...
ca62ee4f7b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca62ee4f7b | ||
|
|
25f3c5255d |
@@ -1,10 +1,12 @@
|
||||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# Alarm Package - Arming helpers, sensors, and alerting.
|
||||
#-------------------------------------------
|
||||
######################################################################
|
||||
## Alarm sensors, customization, and automations for home security.
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# Alarm Package - Arming helpers, sensors, and alerting.
|
||||
# Alarm sensors, customization, and automations for home security.
|
||||
# -------------------------------------------------------------------
|
||||
# Notes: Turns HVAC off when doors/windows are open and restores cool mode after closure.
|
||||
######################################################################
|
||||
homeassistant:
|
||||
customize_glob:
|
||||
@@ -289,6 +291,10 @@ automation:
|
||||
- service: climate.turn_on
|
||||
data:
|
||||
entity_id: climate.downstairs
|
||||
- service: climate.set_hvac_mode
|
||||
data:
|
||||
entity_id: climate.downstairs
|
||||
hvac_mode: cool
|
||||
|
||||
#-------------------------------------------#-------------------------------------------
|
||||
- alias: 'Alarm lights in Living room'
|
||||
@@ -310,20 +316,6 @@ automation:
|
||||
entity_id: group.bed
|
||||
state: 'off'
|
||||
|
||||
# action:
|
||||
# - choose:
|
||||
# - conditions:
|
||||
# - condition: state
|
||||
# entity_id: group.entry_points
|
||||
# state: on
|
||||
#
|
||||
# sequence:
|
||||
# - service: script.siren
|
||||
# data:
|
||||
# duration: 60
|
||||
# - service: light.turn_on
|
||||
# entity_id: all
|
||||
|
||||
action:
|
||||
- choose:
|
||||
- conditions: >
|
||||
@@ -336,20 +328,6 @@ automation:
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.tv_time
|
||||
|
||||
# - service: >-
|
||||
# {% if states.group.entry_points.state == 'on' or states.group.garage_doors.state != 'closed' -%}
|
||||
# light.turn_on
|
||||
# entity_id:
|
||||
# - light.living_room_accents
|
||||
# color_name: 'red'
|
||||
# {% else %}
|
||||
# light.turn_on
|
||||
# entity_id:
|
||||
# - light.living_room_accents
|
||||
# color_name: 'gold'
|
||||
# {% endif %}
|
||||
|
||||
|
||||
#-------------------------------------------#---
|
||||
- alias: "Panel Door opened"
|
||||
id: 62d10d70-8092-4daa-9dcb-ed2bec6c6194
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.11.3">
|
||||
<title>2025.11.3</title>
|
||||
<linearGradient id="rcmjw" x2="0" y2="100%">
|
||||
<linearGradient id="gLRkQ" x2="0" y2="100%">
|
||||
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<mask id="jyWBW"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#jyWBW)">
|
||||
<mask id="llNOQ"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#llNOQ)">
|
||||
<rect width="685" height="200" fill="#08C" x="0"/>
|
||||
<rect width="685" height="200" fill="url(#rcmjw)"/>
|
||||
<rect width="685" height="200" fill="url(#gLRkQ)"/>
|
||||
</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="570" fill="#000" opacity="0.25">2025.11.3</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 815 B |
Reference in New Issue
Block a user