Variables | |
| string | CONF_COMMAND_TIMEOUT = "command_timeout" |
| string | CONF_JSON_ATTRIBUTES = "json_attributes" |
| string | CONF_JSON_ATTRIBUTES_PATH = "json_attributes_path" |
| int | DEFAULT_TIMEOUT = 15 |
| string | DOMAIN = "command_line" |
| LOGGER = logging.getLogger(__package__) | |
| list | PLATFORMS |
| dictionary | TRIGGER_ENTITY_OPTIONS |
Allows to configure custom shell commands to turn a value for a sensor.
| string homeassistant.components.command_line.const.CONF_COMMAND_TIMEOUT = "command_timeout" |
| string homeassistant.components.command_line.const.CONF_JSON_ATTRIBUTES = "json_attributes" |
| string homeassistant.components.command_line.const.CONF_JSON_ATTRIBUTES_PATH = "json_attributes_path" |
| int homeassistant.components.command_line.const.DEFAULT_TIMEOUT = 15 |
| string homeassistant.components.command_line.const.DOMAIN = "command_line" |
| homeassistant.components.command_line.const.LOGGER = logging.getLogger(__package__) |
| list homeassistant.components.command_line.const.PLATFORMS |