Skip to content

Commit

Permalink
Update to 2024.8.2
Browse files Browse the repository at this point in the history
- weather package/template consolidation
- update weather report
- re-add folder watcher integration YAML config
- tweak log notifier alert parameters
- zwave keypress automation bugfix
- update UI to sections layout, sections theme variables, remove layout_card integration
- update WAQI based templates, add carbon monoxide template
- history stats to UI
- statistics to UI
- template thermostat to UI (garage)
- sprinker subview ui updates, bugfixes
- remove state-switch where possible
- remove frigate contrast control template switch/group (now defaults on)
- remove manually created sprinkler valves
- prevent hvac_presence_override to on when hvac_manual_mode is on
- remove appliances views
- reorder media_play actions to prevent volume jump
- update precipitation type template
- update open_windows_alert template
- update high/low temperature time templates, ui
- update indoor high/low temperature, humidity templates
- other minor updates
  • Loading branch information
jazzyisj committed Aug 19, 2024
1 parent 901d9af commit f3f6485
Show file tree
Hide file tree
Showing 398 changed files with 4,115 additions and 4,779 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.5.2
2024.8.2
10 changes: 5 additions & 5 deletions automations/alarm/alarm_announcements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- choose:
- conditions: "{{ is_state(trigger.entity_id, 'arming') }}"
sequence:
- service: script.turn_on
- action: script.turn_on
target:
entity_id: script.tts_play
data:
Expand All @@ -100,7 +100,7 @@
- repeat:
while: "{{ is_state(trigger.entity_id, 'pending') }}"
sequence:
- service: script.turn_on
- action: script.turn_on
target:
entity_id: script.tts_play
data:
Expand Down Expand Up @@ -131,7 +131,7 @@
- wait_template: "{{ not current_alarm == '' }}"
timeout: 10 # wait for current alarm to popuplate

- service: script.turn_on
- action: script.turn_on
target:
entity_id: script.tts_play
data:
Expand All @@ -148,7 +148,7 @@
then:
- repeat:
sequence:
- service: script.turn_on
- action: script.turn_on
target:
entity_id: script.tts_play
data:
Expand Down Expand Up @@ -178,7 +178,7 @@
{{ not is_state(trigger.entity_id, 'disarmed')
if is_state('binary_sensor.alarm_open_sensor_alert', 'on') else true }}
sequence:
- service: script.turn_on
- action: script.turn_on
target:
entity_id: script.tts_play
data:
Expand Down
2 changes: 1 addition & 1 deletion automations/alarm/alarm_arm_away.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
entity_id: alarm_control_panel.master
state: armed_away
action:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: away
override: "{{ override | default(false) }}"
4 changes: 2 additions & 2 deletions automations/alarm/alarm_arm_garage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
{{ house in ['armed_home', 'armed_night', 'armed_away', 'armed_vacation']
and house != states('alarm_control_panel.garage') }}
action:
- service: input_boolean.turn_off
- action: input_boolean.turn_off
target:
entity_id: input_boolean.garage_alarm_override

- service: script.arm_alarm
- action: script.arm_alarm
data:
zone: garage
mode: >
Expand Down
2 changes: 1 addition & 1 deletion automations/alarm/alarm_arm_home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
entity_id: alarm_control_panel.master
state: armed_home
action:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: home
override: "{{ override | default(false) }}"
14 changes: 7 additions & 7 deletions automations/alarm/alarm_arm_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
entity_id: binary_sensor.someone_home
state: "off"
sequence:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: away
skip_delay: true
Expand All @@ -95,23 +95,23 @@
entity_id: input_select.occupancy_mode
state: Night
sequence:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: night

- conditions:
- condition: trigger
id: away
sequence:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: away

- conditions:
- condition: trigger
id: lock_code
sequence:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: away
skip_delay: true
Expand All @@ -120,7 +120,7 @@
- condition: trigger
id: manual
sequence:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: "{{ 'night' if is_state('input_select.occupancy_mode', 'Night') else 'home' }}"
skip_delay: true
Expand All @@ -138,12 +138,12 @@

- if: "{{ not wait.completed }}"
then:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: night
skip_delay: true
else:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: night
skip_delay: true
2 changes: 1 addition & 1 deletion automations/alarm/alarm_arm_night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
entity_id: alarm_control_panel.master
state: armed_night
action:
- service: script.arm_alarm
- action: script.arm_alarm
data:
mode: night
override: "{{ override | default(false) }}"
6 changes: 3 additions & 3 deletions automations/alarm/alarm_arming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- if: "{{ trigger.entity_id in ['alarm_control_panel.master', 'alarm_control_panel.house'] }}"
then:
#ALARMO save arm mode to rearm in alarm_open_sensors, set here in case alarm armed directly
- service: input_select.select_option
- action: input_select.select_option
target:
entity_id: input_select.current_arm_mode
data:
Expand All @@ -39,7 +39,7 @@

- if: "{{ alarm_delay > 0 }}"
then:
- service: timer.start
- action: timer.start
target:
entity_id: timer.alarm_arming
data:
Expand All @@ -51,6 +51,6 @@
entity_id: timer.alarm_arming
state: active
then:
- service: timer.cancel
- action: timer.cancel
target:
entity_id: timer.alarm_arming
8 changes: 4 additions & 4 deletions automations/alarm/alarm_arming_lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
entity_id: alarm_control_panel.house
state: arming
then:
- service: scene.create
- action: scene.create
data:
scene_id: alarm_arming_lights_restore
snapshot_entities:
Expand All @@ -48,7 +48,7 @@
entity_id: binary_sensor.someone_home
state: "on"
then:
- service: script.turn_light_on
- action: script.turn_light_on
data:
lights:
- light.side_entrance_light
Expand All @@ -64,11 +64,11 @@
- Home
- Guest
then:
- service: script.light_scene_on
- action: script.light_scene_on
data:
scene: alarm_arming_lights_restore
else:
- service: light.turn_off
- action: light.turn_off
target:
entity_id:
- light.side_entrance_light
Expand Down
4 changes: 2 additions & 2 deletions automations/alarm/alarm_bypassed_sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
entity_id: binary_sensor.alarm_bypassed_sensor_alert
state: "on"
then:
- service: notify.jason
- action: notify.jason
data:
title: "Bypassed Sensors"
message: |
Expand All @@ -52,7 +52,7 @@
action: URI
uri: !secret LOREX_URI
else:
- service: notify.jason
- action: notify.jason
data:
message: clear_notification
data:
Expand Down
Loading

0 comments on commit f3f6485

Please sign in to comment.