core/homeassistant/components/command_line/const.py

5 lines
141 B
Python

"""Allows to configure custom shell commands to turn a value for a sensor."""
CONF_COMMAND_TIMEOUT = "command_timeout"
DEFAULT_TIMEOUT = 15