Update Deprecated Selector Syntax (#99308)

This commit is contained in:
James Chaloupka 2023-09-12 13:10:32 -05:00 committed by GitHub
parent 69ac8a0a2b
commit a9891e40fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View File

@ -9,8 +9,9 @@ blueprint:
name: Motion Sensor
selector:
entity:
domain: binary_sensor
device_class: motion
filter:
device_class: motion
domain: binary_sensor
light_target:
name: Light
selector:

View File

@ -9,18 +9,21 @@ blueprint:
name: Person
selector:
entity:
domain: person
filter:
domain: person
zone_entity:
name: Zone
selector:
entity:
domain: zone
filter:
domain: zone
notify_device:
name: Device to notify
description: Device needs to run the official Home Assistant app to receive notifications.
selector:
device:
integration: mobile_app
filter:
integration: mobile_app
trigger:
platform: state

View File

@ -12,7 +12,8 @@ blueprint:
description: Device needs to run the official Home Assistant app to receive notifications.
selector:
device:
integration: mobile_app
filter:
integration: mobile_app
title:
name: "Title"
description: "The title of the button shown in the notification."