Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.isy994.services
 

Functions

dict[str, Entity] homeassistant.components.isy994.services.async_get_entities (HomeAssistant hass)
 
None homeassistant.components.isy994.services.async_setup_services (HomeAssistant hass)
 
None homeassistant.components.isy994.services.async_unload_services (HomeAssistant hass)
 
str homeassistant.components.isy994.services.valid_isy_commands (Any value)
 

Variables

string homeassistant.components.isy994.services.CONF_CODE = "code"
 
string homeassistant.components.isy994.services.CONF_INIT = "init"
 
string homeassistant.components.isy994.services.CONF_ISY = "isy"
 
string homeassistant.components.isy994.services.CONF_PARAMETER = "parameter"
 
string homeassistant.components.isy994.services.CONF_PARAMETERS = "parameters"
 
string homeassistant.components.isy994.services.CONF_SIZE = "size"
 
string homeassistant.components.isy994.services.CONF_USER_NUM = "user_num"
 
string homeassistant.components.isy994.services.CONF_VALUE = "value"
 
string homeassistant.components.isy994.services.SCHEMA_GROUP = "name-address"
 
string homeassistant.components.isy994.services.SERVICE_DELETE_ZWAVE_LOCK_USER_CODE = "delete_zwave_lock_user_code"
 
string homeassistant.components.isy994.services.SERVICE_GET_ZWAVE_PARAMETER = "get_zwave_parameter"
 
dictionary homeassistant.components.isy994.services.SERVICE_GET_ZWAVE_PARAMETER_SCHEMA = {vol.Required(CONF_PARAMETER): vol.Coerce(int)}
 
string homeassistant.components.isy994.services.SERVICE_RENAME_NODE = "rename_node"
 
dictionary homeassistant.components.isy994.services.SERVICE_RENAME_NODE_SCHEMA = {vol.Required(CONF_NAME): cv.string}
 
string homeassistant.components.isy994.services.SERVICE_SEND_NODE_COMMAND = "send_node_command"
 
dictionary homeassistant.components.isy994.services.SERVICE_SEND_NODE_COMMAND_SCHEMA
 
string homeassistant.components.isy994.services.SERVICE_SEND_PROGRAM_COMMAND = "send_program_command"
 
 homeassistant.components.isy994.services.SERVICE_SEND_PROGRAM_COMMAND_SCHEMA
 
string homeassistant.components.isy994.services.SERVICE_SEND_RAW_NODE_COMMAND = "send_raw_node_command"
 
dictionary homeassistant.components.isy994.services.SERVICE_SEND_RAW_NODE_COMMAND_SCHEMA
 
string homeassistant.components.isy994.services.SERVICE_SET_ZWAVE_LOCK_USER_CODE = "set_zwave_lock_user_code"
 
string homeassistant.components.isy994.services.SERVICE_SET_ZWAVE_PARAMETER = "set_zwave_parameter"
 
dictionary homeassistant.components.isy994.services.SERVICE_SET_ZWAVE_PARAMETER_SCHEMA
 
list homeassistant.components.isy994.services.VALID_NODE_COMMANDS
 
list homeassistant.components.isy994.services.VALID_PARAMETER_SIZES = [1, 2, 4]
 
list homeassistant.components.isy994.services.VALID_PROGRAM_COMMANDS
 
 homeassistant.components.isy994.services.VolDictType