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:
Erik Montnemery 2019-10-02 22:14:52 +02:00 committed by GitHub
parent d8c6b281b8
commit 65ce3b49c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 495 additions and 42 deletions

View file

@ -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))