mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Initial update of cast device to MediaPlayerDevice. Added media_seek command and service to MediaPlayerDevice.
This commit is contained in:
@@ -108,6 +108,7 @@ SERVICE_MEDIA_PLAY = "media_play"
|
||||
SERVICE_MEDIA_PAUSE = "media_pause"
|
||||
SERVICE_MEDIA_NEXT_TRACK = "media_next_track"
|
||||
SERVICE_MEDIA_PREVIOUS_TRACK = "media_previous_track"
|
||||
SERVICE_MEDIA_SEEK = "media_seek"
|
||||
|
||||
# #### API / REMOTE ####
|
||||
SERVER_PORT = 8123
|
||||
|
||||
Reference in New Issue
Block a user