mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Update Deprecated Selector Syntax (#99308)
This commit is contained in:
parent
69ac8a0a2b
commit
a9891e40fd
@ -9,8 +9,9 @@ blueprint:
|
|||||||
name: Motion Sensor
|
name: Motion Sensor
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
domain: binary_sensor
|
filter:
|
||||||
device_class: motion
|
device_class: motion
|
||||||
|
domain: binary_sensor
|
||||||
light_target:
|
light_target:
|
||||||
name: Light
|
name: Light
|
||||||
selector:
|
selector:
|
||||||
|
@ -9,17 +9,20 @@ blueprint:
|
|||||||
name: Person
|
name: Person
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
|
filter:
|
||||||
domain: person
|
domain: person
|
||||||
zone_entity:
|
zone_entity:
|
||||||
name: Zone
|
name: Zone
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
|
filter:
|
||||||
domain: zone
|
domain: zone
|
||||||
notify_device:
|
notify_device:
|
||||||
name: Device to notify
|
name: Device to notify
|
||||||
description: Device needs to run the official Home Assistant app to receive notifications.
|
description: Device needs to run the official Home Assistant app to receive notifications.
|
||||||
selector:
|
selector:
|
||||||
device:
|
device:
|
||||||
|
filter:
|
||||||
integration: mobile_app
|
integration: mobile_app
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -12,6 +12,7 @@ blueprint:
|
|||||||
description: Device needs to run the official Home Assistant app to receive notifications.
|
description: Device needs to run the official Home Assistant app to receive notifications.
|
||||||
selector:
|
selector:
|
||||||
device:
|
device:
|
||||||
|
filter:
|
||||||
integration: mobile_app
|
integration: mobile_app
|
||||||
title:
|
title:
|
||||||
name: "Title"
|
name: "Title"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user