Update service domain for bluesound from 'media_player' to 'bluesound' (#29111)

* move service constants to const.py, move services to bluesound domain

* Remove bluesound services from media_player/services.yaml
This commit is contained in:
Raman Gupta 2019-11-26 14:06:34 -05:00 committed by Paulus Schoutsen
parent 1c73ac5df8
commit 2da37778af
5 changed files with 44 additions and 37 deletions

View file

@ -0,0 +1,6 @@
"""Constants for the Bluesound HiFi wireless speakers and audio integrations component."""
DOMAIN = "bluesound"
SERVICE_CLEAR_TIMER = "clear_sleep_timer"
SERVICE_JOIN = "join"
SERVICE_SET_TIMER = "set_sleep_timer"
SERVICE_UNJOIN = "unjoin"