Files
home-assistant-core/homeassistant/components/songpal/const.py
T

8 lines
120 B
Python

"""Constants for the Songpal component."""
DOMAIN = "songpal"
CONF_ENDPOINT = "endpoint"
ERROR_REQUEST_RETRY = 40000