Releases: sidoh/esp8266_milight_hub
Releases · sidoh/esp8266_milight_hub
1.11.0
POST
to /settings
.
Improvements
- (#801) Aliases have been split out of the main settings file to allow for them to scale separately. Aliases from the old settings file should be ported seamlessly. You should now be able to have as many aliases as fit in memory (on the order of dozens is definitely safe).
- New backup/restore routes (and integration w/ UI) enables backing up both settings and aliases
- Versions of upstream libraries have been upgraded
- Version of core Arduino SDK has been upgraded
- Various compile warnings fixed
- Added wifi mode as a setting to wifi setup
- Small tweaks to HomeAssistant MQTT discovery payloads
- Move more strings into progmem to save flash
1.11.0-beta5
Improvements
- merge in changes from v1.10.10-beta:
- add color_mode field to improve compatibility with HomeAssistant
- increase size of MQTT json state buffer from 200 bytes to 1KiB
1.10.10-beta2
Improvements
- Increase json MQTT buffer
1.11.0-beta4
Improvements
- (#801) Aliases have been split out of the main settings file to allow for them to scale separately. Aliases from the old settings file should be ported seamlessly. You should now be able to have as many aliases as fit in memory (on the order of dozens is definitely safe).
- New backup/restore routes (and integration w/ UI) enables backing up both settings and aliases
- Versions of upstream libraries have been upgraded
- Version of core Arduino SDK has been upgraded
- Various compile warnings fixed
- Added wifi mode as a setting to wifi setup
- Small tweaks to HomeAssistant MQTT discovery payloads
- Move more strings into progmem to save flash
1.10.10-beta1
Improvements
- Add support for color_mode state field
1.10.9
Improvements
- Various fixes to HomeAssistant discovery MQTT messages. Should result in the device showing up as expected.
- Github Actions instead of Travis
1.10.8
1.10.7
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.