Skip to content

Commit

Permalink
[2024.10.1]: 05-10-2024 19:40:02
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 5, 2024
1 parent 29a38de commit 43b8058
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ My personal home assistant configuation files.

Description | Count
-- | --
Number of entities | 2712
Number of entities | 2713
Number of sensors | 1351
Number of automations | 106
Number of automations | 107
Number of scripts | 51
Number of scenes | 32
Number of zones | 23
Expand Down
27 changes: 27 additions & 0 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3553,3 +3553,30 @@
path: damru/ikea-rodret_E2201_ZHA-Z2M_control-anything.yaml
input:
remote_name: IKEA Rodret Optional
- id: '1728149871505'
alias: PM25 Test Wohnzimmer
description: ''
triggers:
- type: pm25
device_id: cc11e1fb1d90ed5a4cde9185cd2f1057
entity_id: c18b4cef1a9167966f680cfaa3f4c50a
domain: sensor
metadata:
secondary: false
trigger: device
above: 25
conditions:
- condition: state
entity_id: light.tv
state: 'on'
actions:
- action: light.turn_on
target:
entity_id: light.tv
data:
rgb_color:
- 97
- 0
- 133
flash: short
mode: single
27 changes: 27 additions & 0 deletions splitted/automations/pm25_test_wohnzimmer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
actions:
- action: light.turn_on
data:
flash: short
rgb_color:
- 97
- 0
- 133
target:
entity_id: light.tv
alias: PM25 Test Wohnzimmer
conditions:
- condition: state
entity_id: light.tv
state: 'on'
description: ''
id: '1728149871505'
mode: single
triggers:
- above: 25
device_id: cc11e1fb1d90ed5a4cde9185cd2f1057
domain: sensor
entity_id: c18b4cef1a9167966f680cfaa3f4c50a
metadata:
secondary: false
trigger: device
type: pm25

0 comments on commit 43b8058

Please sign in to comment.