Files
hassio-configuration/configuration/automation/global_ir_lights.yaml
2025-02-07 12:46:24 -05:00

43 lines
1.3 KiB
YAML

---
- id: global_ir_light_on
alias: '[Lifx] Infrared On'
initial_state: "true"
trigger:
- platform: state
entity_id: sun.sun
from: "above_horizon"
to: "below_horizon"
action:
service: select.select_option
data:
option: "100%"
entity_id:
- select.aisle_ceiling_01_infrared_brightness
# - select.backyard_01_infrared_brightness
# - select.bedroom_guest_ceiling_01_infrared_brightness
- select.bedroom_master_ceiling_01_infrared_brightness
# - select.bedroom_olivia_ceiling_01_infrared_brightness
- select.garage_gate_01_infrared_brightness
- select.garage_ceiling_01_infrared_brightness
- id: global_ir_light_off
alias: '[Lifx] Infrared Off'
initial_state: 'true'
trigger:
- platform: state
entity_id: sun.sun
from: "below_horizon"
to: "above_horizon"
action:
service: select.select_option
data:
option: "Disabled"
entity_id:
- select.aisle_ceiling_01_infrared_brightness
# - select.backyard_01_infrared_brightness
# - select.bedroom_guest_ceiling_01_infrared_brightness
- select.bedroom_master_ceiling_01_infrared_brightness
# - select.bedroom_olivia_ceiling_01_infrared_brightness
- select.garage_gate_01_infrared_brightness
- select.garage_ceiling_01_infrared_brightness