Add update_alarm to sonos services.yaml (#41376)

This commit is contained in:
tkdrob 2020-10-07 02:18:13 -04:00 committed by GitHub
parent 81ceb3e499
commit 1ed6133ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,3 +87,22 @@ remove_from_queue:
queue_position:
description: Position in the queue to remove.
example: "0"
update_alarm:
description: Updates an alarm with new time and volume settings.
fields:
alarm_id:
description: ID for the alarm to be updated.
example: "1"
time:
description: Set time for the alarm.
example: "07:00"
volume:
description: Set alarm volume level.
example: "0.75"
enabled:
description: Enable or disable the alarm.
example: "true"
include_linked_zones:
description: Enable or disable including grouped rooms.
example: "true"