Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.samsungtv.const
 

Variables

string homeassistant.components.samsungtv.const.ATTR_PROPERTIES = "properties"
 
string homeassistant.components.samsungtv.const.CONF_MANUFACTURER = "manufacturer"
 
string homeassistant.components.samsungtv.const.CONF_SESSION_ID = "session_id"
 
string homeassistant.components.samsungtv.const.CONF_SSDP_MAIN_TV_AGENT_LOCATION = "ssdp_main_tv_agent_location"
 
string homeassistant.components.samsungtv.const.CONF_SSDP_RENDERING_CONTROL_LOCATION = "ssdp_rendering_control_location"
 
string homeassistant.components.samsungtv.const.DEFAULT_MANUFACTURER = "Samsung"
 
string homeassistant.components.samsungtv.const.DOMAIN = "samsungtv"
 
int homeassistant.components.samsungtv.const.ENCRYPTED_WEBSOCKET_PORT = 8000
 
int homeassistant.components.samsungtv.const.ENTRY_RELOAD_COOLDOWN = 5
 
int homeassistant.components.samsungtv.const.LEGACY_PORT = 55000
 
 homeassistant.components.samsungtv.const.LOGGER = logging.getLogger(__package__)
 
string homeassistant.components.samsungtv.const.METHOD_ENCRYPTED_WEBSOCKET = "encrypted"
 
string homeassistant.components.samsungtv.const.METHOD_LEGACY = "legacy"
 
string homeassistant.components.samsungtv.const.METHOD_WEBSOCKET = "websocket"
 
string homeassistant.components.samsungtv.const.RESULT_AUTH_MISSING = "auth_missing"
 
string homeassistant.components.samsungtv.const.RESULT_CANNOT_CONNECT = "cannot_connect"
 
string homeassistant.components.samsungtv.const.RESULT_INVALID_PIN = "invalid_pin"
 
string homeassistant.components.samsungtv.const.RESULT_NOT_SUPPORTED = "not_supported"
 
string homeassistant.components.samsungtv.const.RESULT_SUCCESS = "success"
 
string homeassistant.components.samsungtv.const.RESULT_UNKNOWN_HOST = "unknown"
 
dictionary homeassistant.components.samsungtv.const.SUCCESSFUL_RESULTS = {RESULT_AUTH_MISSING, RESULT_SUCCESS}
 
int homeassistant.components.samsungtv.const.TIMEOUT_REQUEST = 31
 
int homeassistant.components.samsungtv.const.TIMEOUT_WEBSOCKET = 5
 
string homeassistant.components.samsungtv.const.UPNP_SVC_MAIN_TV_AGENT = "urn:samsung.com:service:MainTVAgent2:1"
 
string homeassistant.components.samsungtv.const.UPNP_SVC_RENDERING_CONTROL = "urn:schemas-upnp-org:service:RenderingControl:1"
 
string homeassistant.components.samsungtv.const.VALUE_CONF_ID = "ha.component.samsung"
 
string homeassistant.components.samsungtv.const.VALUE_CONF_NAME = "HomeAssistant"
 
int homeassistant.components.samsungtv.const.WEBSOCKET_NO_SSL_PORT = 8001
 
tuple homeassistant.components.samsungtv.const.WEBSOCKET_PORTS = (WEBSOCKET_SSL_PORT, WEBSOCKET_NO_SSL_PORT)
 
int homeassistant.components.samsungtv.const.WEBSOCKET_SSL_PORT = 8002