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:
parent
1c73ac5df8
commit
2da37778af
5 changed files with 44 additions and 37 deletions
6
homeassistant/components/bluesound/const.py
Normal file
6
homeassistant/components/bluesound/const.py
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue