Extend targets for entity component services (#50760)

This commit is contained in:
Franck Nijhof 2021-05-17 14:06:50 +02:00 committed by GitHub
parent ee4e14e45e
commit eccefd154a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 276 additions and 16 deletions

View file

@ -2,16 +2,22 @@ decrement:
name: Decrement
description: Decrement the value of an input number entity by its stepping.
target:
entity:
domain: input_number
increment:
name: Increment
description: Increment the value of an input number entity by its stepping.
target:
entity:
domain: input_number
set_value:
name: Set
description: Set the value of an input number entity.
target:
entity:
domain: input_number
fields:
value:
name: Value