Files

8 lines
120 B
Python

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