mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Add selectors to Alert service definitions (#46627)
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
toggle:
|
||||
description: Toggle alert's notifications.
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name of the alert to toggle.
|
||||
example: alert.garage_door_open
|
||||
description: Toggle alert's notifications
|
||||
target:
|
||||
|
||||
turn_off:
|
||||
description: Silence alert's notifications.
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name of the alert to silence.
|
||||
example: alert.garage_door_open
|
||||
description: Silence alert's notifications
|
||||
target:
|
||||
|
||||
turn_on:
|
||||
description: Reset alert's notifications.
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name of the alert to reset.
|
||||
example: alert.garage_door_open
|
||||
description: Reset alert's notifications
|
||||
target:
|
||||
|
Reference in New Issue
Block a user