hass-core/homeassistant/components/command_line/const.py
J. Nick Koston 7b728b17f7
Add missing timeout to command_line platforms: cover, notify, switch ()
* Add missing timeout to command_line platforms: cover, notify, switch

* add timeout test for notify
2020-08-04 17:00:02 -10:00

4 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