forked from home-assistant/core
Add selectors to Alert service definitions (#46627)
This commit is contained in:
@@ -1,18 +1,11 @@
|
|||||||
toggle:
|
toggle:
|
||||||
description: Toggle alert's notifications.
|
description: Toggle alert's notifications
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name of the alert to toggle.
|
|
||||||
example: alert.garage_door_open
|
|
||||||
turn_off:
|
turn_off:
|
||||||
description: Silence alert's notifications.
|
description: Silence alert's notifications
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name of the alert to silence.
|
|
||||||
example: alert.garage_door_open
|
|
||||||
turn_on:
|
turn_on:
|
||||||
description: Reset alert's notifications.
|
description: Reset alert's notifications
|
||||||
fields:
|
target:
|
||||||
entity_id:
|
|
||||||
description: Name of the alert to reset.
|
|
||||||
example: alert.garage_door_open
|
|
||||||
|
Reference in New Issue
Block a user