Add support for for
to binary_sensor, light and switch device triggers (#26658)
* Add support for `for` to binary_sensor, light and switch device triggers * Add WS API device_automation/trigger/capabilities
This commit is contained in:
parent
d8c6b281b8
commit
65ce3b49c1
21 changed files with 495 additions and 42 deletions
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ REQUIRES = [
|
|||
"requests==2.22.0",
|
||||
"ruamel.yaml==0.15.100",
|
||||
"voluptuous==0.11.7",
|
||||
"voluptuous-serialize==2.2.0",
|
||||
"voluptuous-serialize==2.3.0",
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue