mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 14:12:26 +01: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"
|