Skip to content

Commit

Permalink
Replace epo's with epl's
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Jul 3, 2024
1 parent 2564903 commit 38fce43
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions automations/woonkamer/verlichting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
motion_entity: binary_sensor.woonkamer_bezetting
cool_down: 60
light_entity: light.wooneet
illuminance_entity: sensor.epo1_illuminance
illuminance_below: 8
illuminance_entity: sensor.epl_woonkamer_illuminance
illuminance_below: 1.2
illuminance_above: 25
day_start_time: 08:00:00
day_scene: scene.wooneet_avond
Expand All @@ -28,7 +28,7 @@
to: home
condition:
- condition: numeric_state
entity_id: sensor.epo1_illuminance
entity_id: sensor.epl_woonkamer_illuminance
below: 8
action:
- alias: Turn on the evening scene
Expand Down Expand Up @@ -90,12 +90,12 @@
- Netflix
- platform: numeric_state
id: illuminance
entity_id: sensor.epo1_illuminance
below: 8
entity_id: sensor.epl_woonkamer_illuminance
below: 1.2
condition:
- condition: numeric_state
entity_id: sensor.epo1_illuminance
below: 8
entity_id: sensor.epl_woonkamer_illuminance
below: 1.2
- condition: state
entity_id: light.woonkamer
state: "on"
Expand Down
4 changes: 2 additions & 2 deletions lovelace/views/alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ cards:
# Begaande grond.
- binary_sensor.woonkamer_beweging_1_occupancy
- binary_sensor.woonkamer_beweging_2_occupancy
- binary_sensor.epo1_occupancy
- binary_sensor.epo2_occupancy
- binary_sensor.epl_woonkamer_occupancy
- binary_sensor.epl_eettafel_occupancy
- binary_sensor.hal_sensor_beweging
- binary_sensor.toilet_beweging_occupancy
- binary_sensor.overloop_sensor_1_beweging
Expand Down
2 changes: 1 addition & 1 deletion lovelace/views/woonkamer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ cards:
entity: sensor.woonkamer_luchtvochtigheid
name: Luchtvochtigheid
- type: tile
entity: sensor.epo1_illuminance
entity: sensor.epl_woonkamer_illuminance
name: Lichtsterkte
- type: tile
entity: sensor.woonkamer_luchtkwaliteit
Expand Down
4 changes: 2 additions & 2 deletions packages/home_modes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ automation:
mode: parallel
trigger:
- platform: numeric_state
entity_id: sensor.epo1_illuminance
below: 4
entity_id: sensor.epl_woonkamer_illuminance
below: 1
for:
minutes: 30
id: woonkamer_avond
Expand Down
8 changes: 4 additions & 4 deletions packages/kamers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ template:
{{
is_state("binary_sensor.woonkamer_beweging_1_occupancy", "on") or
is_state("binary_sensor.woonkamer_beweging_2_occupancy", "on") or
is_state("binary_sensor.epo1_occupancy", "on") or
is_state("binary_sensor.epo2_occupancy", "on")
is_state("binary_sensor.epl_woonkamer_occupancy", "on") or
is_state("binary_sensor.epl_eettafel_occupancy", "on")
}}
- name: Badkamer beweging
Expand Down Expand Up @@ -83,8 +83,8 @@ template:
{% set motion_entities = [
"binary_sensor.woonkamer_beweging_1_occupancy",
"binary_sensor.woonkamer_beweging_2_occupancy",
"binary_sensor.epo1_occupancy",
"binary_sensor.epo2_occupancy"
"binary_sensor.epl_woonkamer_occupancy",
"binary_sensor.epl_eettafel_occupancy"
] %}
{% set media_entities = ["media_player.lg_c9", "media_player.lg_soundbar"] %}
Expand Down

0 comments on commit 38fce43

Please sign in to comment.