Skip to content

Commit

Permalink
Refine pm25 automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonsm committed Jun 28, 2024
1 parent 5659773 commit ef05a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions automations/pm25.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- alias: 餐厅空气质量变化-调控净化器
mode: restart
mode: restart
trigger:
- platform: state
entity_id: sensor.can_ting_kong_qi_zhi_liang
Expand All @@ -15,7 +15,7 @@
# condition_values: [false]

- alias: 次卧空气质量变化-调控净化器
mode: restart
mode: restart
trigger:
- platform: state
entity_id: sensor.ci_wo_kong_qi_zhi_liang
Expand All @@ -30,10 +30,10 @@
service_attr: percentage
entity_values: [20, 30, 40, 50, 60, 70, 80, 90, 100]
condition_attr: mode
condition_values: [idle, favorite]
condition_values: [idle, auto, favorite]

- alias: 儿童房空气质量变化-调控净化器
mode: restart
mode: restart
trigger:
- platform: state
entity_id: sensor.er_tong_fang_kong_qi_zhi_liang
Expand Down

0 comments on commit ef05a4c

Please sign in to comment.