Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Songpal component."""
2 
3 DOMAIN = "songpal"
4 SET_SOUND_SETTING = "set_sound_setting"
5 
6 CONF_ENDPOINT = "endpoint"
7 
8 ERROR_REQUEST_RETRY = 40000