1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/volumio/const.py
2020-07-27 09:19:19 +02:00

7 lines
110 B
Python

"""Constants for the Volumio integration."""
DOMAIN = "volumio"
DATA_INFO = "info"
DATA_VOLUMIO = "volumio"