Support basic video mapping (#1483)

* Support basic video mapping

* Fix regex
This commit is contained in:
Pascal Vizeli
2020-02-06 10:48:27 +01:00
committed by GitHub
parent a2f06b1553
commit dd603e1ec2
7 changed files with 59 additions and 2 deletions

View File

@@ -149,6 +149,7 @@ ATTR_TYPE = "type"
ATTR_TIMEOUT = "timeout"
ATTR_AUTO_UPDATE = "auto_update"
ATTR_CUSTOM = "custom"
ATTR_VIDEO = "video"
ATTR_AUDIO = "audio"
ATTR_AUDIO_INPUT = "audio_input"
ATTR_AUDIO_OUTPUT = "audio_output"