Bug fixes
- The hub will now respond to
brightness_up
andbrightness_down
commands. It previously only responded tolevel_up
andlevel_down
, which caused problems with passthrough setups. (Thanks, @PaulSzymanski!) - Add a setting to disable retained MQTT messages
Misc Improvements
- Upgrade web build to gulp 4, improving build compatibility with more recent versions of node.
- Fix travis build
- Fix
.get_version.py
script, which was failing the build when git wasn't installed.