mirror of
https://github.com/elisspace/core.git
synced 2026-08-30 16:12:01 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
"""Constants for the Volumio integration."""
|
|
|
|
DOMAIN = "volumio"
|
|
|
|
DATA_INFO = "info"
|
|
DATA_VOLUMIO = "volumio"
|