mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Blueprint tutorial: Fix YAML example (#32806)
This commit is contained in:
parent
b7e9f4209b
commit
65ad89ad88
@ -202,8 +202,7 @@ blueprint:
|
||||
selector:
|
||||
target:
|
||||
entity:
|
||||
filter:
|
||||
- domain: light
|
||||
- domain: light
|
||||
```
|
||||
|
||||
By limiting our blueprint to working with lights and motion sensors, we unlock a couple of benefits: the UI will be able to limit suggested values to lights and motion sensors instead of all devices. It will also allow the user to pick an area to control the lights in.
|
||||
@ -234,8 +233,7 @@ blueprint:
|
||||
selector:
|
||||
target:
|
||||
entity:
|
||||
filter:
|
||||
- domain: light
|
||||
- domain: light
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
|
Loading…
x
Reference in New Issue
Block a user