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