1 """Allows to configure custom shell commands to turn a value for a sensor."""
10 CONF_UNIT_OF_MEASUREMENT,
18 LOGGER = logging.getLogger(__package__)
20 CONF_COMMAND_TIMEOUT =
"command_timeout"
21 CONF_JSON_ATTRIBUTES =
"json_attributes"
22 CONF_JSON_ATTRIBUTES_PATH =
"json_attributes_path"
24 DOMAIN =
"command_line"
26 Platform.BINARY_SENSOR,
32 TRIGGER_ENTITY_OPTIONS = {
39 CONF_UNIT_OF_MEASUREMENT,