mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix missing name in Siren service descriptions (#96072)
This commit is contained in:
parent
c4a39bbfb1
commit
e5ccd85e7e
@ -1,6 +1,7 @@
|
||||
# Describes the format for available siren services
|
||||
|
||||
turn_on:
|
||||
name: Turn on
|
||||
description: Turn siren on.
|
||||
target:
|
||||
entity:
|
||||
@ -29,12 +30,14 @@ turn_on:
|
||||
text:
|
||||
|
||||
turn_off:
|
||||
name: Turn off
|
||||
description: Turn siren off.
|
||||
target:
|
||||
entity:
|
||||
domain: siren
|
||||
|
||||
toggle:
|
||||
name: Toggle
|
||||
description: Toggles a siren.
|
||||
target:
|
||||
entity:
|
||||
|
Loading…
x
Reference in New Issue
Block a user