mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 04:06:54 +01:00
7 lines
224 B
Python
7 lines
224 B
Python
"""Allows to configure custom shell commands to turn a value for a sensor."""
|
|
|
|
CONF_COMMAND_TIMEOUT = "command_timeout"
|
|
DEFAULT_TIMEOUT = 15
|
|
DOMAIN = "command_line"
|
|
PLATFORMS = ["binary_sensor", "cover", "sensor", "switch"]
|