mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +00:00
7 lines
209 B
Python
7 lines
209 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"
|