mirror of
https://github.com/home-assistant/core.git
synced 2025-05-20 05:49:15 +00:00

* move service constants to const.py, update blackbird custom service domain * Readd bluesound services.yaml entries since it should be part of a different branch
4 lines
128 B
Python
4 lines
128 B
Python
"""Constants for the Monoprice Blackbird Matrix Switch component."""
|
|
DOMAIN = "blackbird"
|
|
SERVICE_SETALLZONES = "set_all_zones"
|