1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/homeassistant/components/songpal/const.py
2024-03-08 20:38:34 +01:00

9 lines
160 B
Python

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