App Updates
This commit is contained in:
+21
-27
@@ -739,14 +739,14 @@
|
||||
actions:
|
||||
- data:
|
||||
title: Pool Sensor Battery Low
|
||||
message: The pool temperature sensor battery is currently at {{ states('sensor.pool_temperature_battery')
|
||||
message: The pool temperature sensor battery is currently at {{ states('sensor.pool_battery')
|
||||
}}%. Please change it soon.
|
||||
action: notify.persistent_notification
|
||||
- action: notify.notify
|
||||
metadata: {}
|
||||
data:
|
||||
title: Pool Sensor Battery Low
|
||||
message: The pool temperature sensor battery is currently at {{ states('sensor.pool_temperature_battery')
|
||||
message: The pool temperature sensor battery is currently at {{ states('sensor.pool_battery')
|
||||
}}%. Please change it soon.
|
||||
mode: single
|
||||
- &id001
|
||||
@@ -978,28 +978,16 @@
|
||||
notification_id: '{{ notification_id }}'
|
||||
mode: queued
|
||||
max: 10
|
||||
- id: '1783293479398'
|
||||
alias: Blink Camera Fast Update Cycle
|
||||
description: Polls the Blink cloud every 30 seconds to bypass the default 5-minute
|
||||
delay and force instant motion detection state updates.
|
||||
triggers:
|
||||
- trigger: time_pattern
|
||||
seconds: /30
|
||||
actions:
|
||||
- action: homeassistant.update_entity
|
||||
target:
|
||||
entity_id:
|
||||
- binary_sensor.backyard_shed_motion
|
||||
- binary_sensor.front_door_motion
|
||||
mode: single
|
||||
- id: '1783452320698'
|
||||
alias: Nest Test Motion
|
||||
description: Takes a snapshot when the Blink camera detects motion, analyzes it
|
||||
with AI, and sends a mobile and persistent notification.
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id: binary_sensor.backyard_tree_motion
|
||||
to: 'on'
|
||||
entity_id:
|
||||
- binary_sensor.backyard
|
||||
to:
|
||||
- 'on'
|
||||
conditions: []
|
||||
actions:
|
||||
- delay: 00:00:02
|
||||
@@ -1618,7 +1606,7 @@
|
||||
}}'
|
||||
sequence:
|
||||
- target:
|
||||
entity_id: light.thirdreality_night_light
|
||||
entity_id: light.night_light
|
||||
data:
|
||||
brightness_pct: 100
|
||||
rgb_color:
|
||||
@@ -1632,7 +1620,7 @@
|
||||
}}'
|
||||
sequence:
|
||||
- target:
|
||||
entity_id: light.thirdreality_night_light
|
||||
entity_id: light.night_light
|
||||
data:
|
||||
brightness_pct: 20
|
||||
rgb_color:
|
||||
@@ -2030,6 +2018,7 @@
|
||||
entity_id: light.bedroom_lights
|
||||
data:
|
||||
brightness_pct: 25
|
||||
dim_turns_lights_on: true
|
||||
- id: '1783962246983'
|
||||
alias: 'OFFICE: IKEA BILRESA E2489 Dual Button (Matter) - In Meeting and Away Mode'
|
||||
description: Ikea BILRESA E2489 Dual Button controls in Meeting toggle, and enable
|
||||
@@ -2185,18 +2174,21 @@
|
||||
entity_id: light.playroom_light
|
||||
data:
|
||||
brightness_pct: 30
|
||||
dim_turns_lights_on: true
|
||||
- id: '1784073759556'
|
||||
alias: 'Office: Desk Lamp Meeting Alert'
|
||||
description: Flashes the desk lamp color temperature for a few seconds when a meeting
|
||||
status changes (on or off) to confirm the button press registered.
|
||||
triggers:
|
||||
- id: meeting_changed
|
||||
- trigger: state
|
||||
entity_id: input_boolean.in_a_meeting
|
||||
trigger: state
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.meeting_lamp_override
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.away_mode
|
||||
state: 'off'
|
||||
actions:
|
||||
- action: scene.create
|
||||
data:
|
||||
@@ -2209,6 +2201,7 @@
|
||||
data:
|
||||
brightness_pct: 100
|
||||
color_temp_kelvin: 2261
|
||||
transition: 1
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
@@ -2217,7 +2210,8 @@
|
||||
- action: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.desk_lamp_before_alert
|
||||
data: {}
|
||||
data:
|
||||
transition: 1
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1784153893584'
|
||||
@@ -2473,7 +2467,7 @@
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 15
|
||||
seconds: 20
|
||||
milliseconds: 0
|
||||
- action: homeassistant.update_entity
|
||||
target:
|
||||
@@ -2608,7 +2602,7 @@
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 15
|
||||
seconds: 20
|
||||
milliseconds: 0
|
||||
- action: homeassistant.update_entity
|
||||
target:
|
||||
@@ -2752,7 +2746,7 @@
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 15
|
||||
seconds: 20
|
||||
milliseconds: 0
|
||||
- action: homeassistant.update_entity
|
||||
target:
|
||||
@@ -2892,7 +2886,7 @@
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 15
|
||||
seconds: 20
|
||||
milliseconds: 0
|
||||
- action: homeassistant.update_entity
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user