mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
10 lines
258 B
Python
10 lines
258 B
Python
"""Constants for the Bluesound HiFi wireless speakers and audio integrations component."""
|
|
|
|
DOMAIN = "bluesound"
|
|
INTEGRATION_TITLE = "Bluesound"
|
|
ATTR_BLUESOUND_GROUP = "bluesound_group"
|
|
ATTR_MASTER = "master"
|
|
|
|
SERVICE_JOIN = "join"
|
|
SERVICE_UNJOIN = "unjoin"
|