mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
9e01591cac
* 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"
|