8 lines
160 B
Python
8 lines
160 B
Python
"""Constants for the Songpal component."""
|
|
|
|
DOMAIN = "songpal"
|
|
SET_SOUND_SETTING = "set_sound_setting"
|
|
|
|
CONF_ENDPOINT = "endpoint"
|
|
|
|
ERROR_REQUEST_RETRY = 40000
|