Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.rest.const
 

Variables

string homeassistant.components.rest.const.CONF_ENCODING = "encoding"
 
string homeassistant.components.rest.const.CONF_JSON_ATTRS = "json_attributes"
 
string homeassistant.components.rest.const.CONF_JSON_ATTRS_PATH = "json_attributes_path"
 
string homeassistant.components.rest.const.CONF_PAYLOAD_TEMPLATE = "payload_template"
 
string homeassistant.components.rest.const.CONF_SSL_CIPHER_LIST = "ssl_cipher_list"
 
string homeassistant.components.rest.const.COORDINATOR = "coordinator"
 
string homeassistant.components.rest.const.DEFAULT_BINARY_SENSOR_NAME = "REST Binary Sensor"
 
string homeassistant.components.rest.const.DEFAULT_ENCODING = "UTF-8"
 
bool homeassistant.components.rest.const.DEFAULT_FORCE_UPDATE = False
 
string homeassistant.components.rest.const.DEFAULT_METHOD = "GET"
 
string homeassistant.components.rest.const.DEFAULT_SENSOR_NAME = "REST Sensor"
 
 homeassistant.components.rest.const.DEFAULT_SSL_CIPHER_LIST = SSLCipherList.PYTHON_DEFAULT
 
bool homeassistant.components.rest.const.DEFAULT_VERIFY_SSL = True
 
string homeassistant.components.rest.const.DOMAIN = "rest"
 
list homeassistant.components.rest.const.METHODS = ["POST", "GET"]
 
string homeassistant.components.rest.const.PLATFORM_IDX = "platform_idx"
 
string homeassistant.components.rest.const.REST = "rest"
 
string homeassistant.components.rest.const.REST_DATA = "rest_data"
 
string homeassistant.components.rest.const.REST_IDX = "rest_idx"
 
tuple homeassistant.components.rest.const.XML_MIME_TYPES