Releases: sidoh/esp8266_milight_hub
Releases · sidoh/esp8266_milight_hub
1.11.2-beta1
Improvements
- Add (very sloppy) support for editing an alias that already exists:
- Select the alias you want to rename
- Open the dropdown and click on the edit icon
- Type the new name and add it
- (Note that this is really just deleting the alias and then allowing you to re-add it)
1.11.1
1.11.1-beta1
fix homeassistant discovery payload
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