mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 19:57:08 +01:00
10 lines
230 B
Python
10 lines
230 B
Python
"""Bluesound HiFi wireless speakers and audio integrations."""
|
|
|
|
DOMAIN = "bluesound"
|
|
INTEGRATION_TITLE = "Bluesound"
|
|
ATTR_BLUESOUND_GROUP = "bluesound_group"
|
|
ATTR_MASTER = "master"
|
|
|
|
SERVICE_JOIN = "join"
|
|
SERVICE_UNJOIN = "unjoin"
|