1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-10 00:05:13 +01:00
Files
core/homeassistant/components/songpal/const.py
T
2026-02-03 11:15:05 +01:00

8 lines
120 B
Python

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