Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.rest_command
 

Functions

bool homeassistant.components.rest_command.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.rest_command._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.rest_command.COMMAND_SCHEMA
 
string homeassistant.components.rest_command.CONF_CONTENT_TYPE = "content_type"
 
 homeassistant.components.rest_command.CONFIG_SCHEMA
 
string homeassistant.components.rest_command.DEFAULT_METHOD = "get"
 
int homeassistant.components.rest_command.DEFAULT_TIMEOUT = 10
 
bool homeassistant.components.rest_command.DEFAULT_VERIFY_SSL = True
 
string homeassistant.components.rest_command.DOMAIN = "rest_command"
 
list homeassistant.components.rest_command.SUPPORT_REST_METHODS = ["get", "patch", "post", "put", "delete"]