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 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:

View File

@ -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:

View File

@ -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"