mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01: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"
|