mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +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,18 +9,21 @@ blueprint:
|
|||||||
name: Person
|
name: Person
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
domain: person
|
filter:
|
||||||
|
domain: person
|
||||||
zone_entity:
|
zone_entity:
|
||||||
name: Zone
|
name: Zone
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
domain: zone
|
filter:
|
||||||
|
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:
|
||||||
integration: mobile_app
|
filter:
|
||||||
|
integration: mobile_app
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
|
@ -12,7 +12,8 @@ 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:
|
||||||
integration: mobile_app
|
filter:
|
||||||
|
integration: mobile_app
|
||||||
title:
|
title:
|
||||||
name: "Title"
|
name: "Title"
|
||||||
description: "The title of the button shown in the notification."
|
description: "The title of the button shown in the notification."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user