2024年11月24日星期日 上午9:54:04

Creating a simple morning/night mode automation for lights - brightness

1 年 前
#20929 引用
Creating a simple morning/night mode  automation for lights - brightness
https://community.home-assistant.io/t/simple-light-automation-to-turn-light-on-and-off-according-to-motion-in-a-room/393164/30


亮度设置
0
1 年 前
#20930 引用
1
0
1 年 前
#20931 引用
1
0
1 年 前
#20932 引用
way 1: do it in the Web UI

https://community-assets.home-assistant.io/optimized/3X/9/6/960f77c6b9a6c58239022dcad9cdea8eb2e00660_2_507x500.png

0
1 年 前
#22731 引用



alias: Book Room | New Automation - brightness test 2  run ok
description: ""
trigger: []
condition: []
action:
  - service: light.turn_on
    data:
      brightness_pct: 1
    target:
      area_id: zou_lang
      entity_id: light.yeelink_ml1_763c_light
  - service: light.turn_on
    data:
      brightness_pct: 1
    target:
      entity_id: light.yeelight_ceil26_0x1c5c4959
mode: single
0