1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 10:03:52 +01:00
Files
2026-05-14 07:17:37 +02:00

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"