Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.songpal.const Namespace Reference

Variables

string CONF_ENDPOINT = "endpoint"
 
string DOMAIN = "songpal"
 
int ERROR_REQUEST_RETRY = 40000
 
string SET_SOUND_SETTING = "set_sound_setting"
 

Detailed Description

Constants for the Songpal component.

Variable Documentation

◆ CONF_ENDPOINT

string homeassistant.components.songpal.const.CONF_ENDPOINT = "endpoint"

Definition at line 6 of file const.py.

◆ DOMAIN

string homeassistant.components.songpal.const.DOMAIN = "songpal"

Definition at line 3 of file const.py.

◆ ERROR_REQUEST_RETRY

int homeassistant.components.songpal.const.ERROR_REQUEST_RETRY = 40000

Definition at line 8 of file const.py.

◆ SET_SOUND_SETTING

string homeassistant.components.songpal.const.SET_SOUND_SETTING = "set_sound_setting"

Definition at line 4 of file const.py.