mirror of
https://github.com/home-assistant/core.git
synced 2026-07-10 00:05:13 +01:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the Songpal component."""
|
|
|
|
DOMAIN = "songpal"
|
|
|
|
CONF_ENDPOINT = "endpoint"
|
|
|
|
ERROR_REQUEST_RETRY = 40000
|