Skip to content

Commit

Permalink
const.py: missing SERVICE_RESTORE_VOLUME = "restore_volume"
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrunt57 authored Dec 26, 2024
1 parent f673c40 commit b263b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
DEFAULT_SCAN_INTERVAL = 60

SERVICE_UPDATE_LAST_CALLED = "update_last_called"
SERVICE_RESTORE_VOLUME = "restore_volume"
SERVICE_FORCE_LOGOUT = "force_logout"

RECURRING_PATTERN = {
Expand Down

0 comments on commit b263b5e

Please sign in to comment.