mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04: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
|