Cleanup json / api code with new options (#137)

* Cleanup json / api code with new options

* fix lint
This commit is contained in:
Pascal Vizeli
2017-08-08 10:47:39 +02:00
committed by GitHub
parent 99cf44aacd
commit cd3b382902
5 changed files with 37 additions and 49 deletions

View File

@@ -103,6 +103,8 @@ ATTR_TIMEOUT = 'timeout'
ATTR_AUTO_UPDATE = 'auto_update'
ATTR_CUSTOM = 'custom'
ATTR_AUDIO = 'audio'
ATTR_AUDIO_INPUT = 'audio_input'
ATTR_AUDIO_OUTPUT = 'audio_output'
ATTR_INPUT = 'input'
ATTR_OUTPUT = 'output'
ATTR_DISK = 'disk'