* 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
3 lines
128 B
Python
3 lines
128 B
Python
"""Constants for the Monoprice Blackbird Matrix Switch component."""
|
|
DOMAIN = "blackbird"
|
|
SERVICE_SETALLZONES = "set_all_zones"
|