Skip to content

Releases: sidoh/esp8266_milight_hub

1.11.2-beta1

1.11.2-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Nov 18:03
1.11.2-beta1
5547907

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

Choose a tag to compare

@github-actions github-actions released this 05 Oct 07:05
1.11.1
45c1431

Bug Fixes

  • HomeAssistant discovery was broken for new setups (which sort of means entirely because that's when it's useful). Should be fixed now. Thanks for the thorough reports in #804!

1.11.1-beta1

1.11.1-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Oct 23:24
1.11.1-beta1
d979ea3

fix homeassistant discovery payload

1.11.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 02:19
1.11.0
6b1cbd9

⚠️ This release changes where aliases are saved. Aliases from an old install should be ported seamlessly.
⚠️ The format of the backup has been changed from a flat JSON to binary. You can still restore a JSON backup by submitting it via a 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

1.11.0-beta5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Sep 23:43
1.11.0-beta5
83c35ca

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

1.10.10-beta2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Sep 18:44
1.10.10-beta2
2b2ebf2

Improvements

  • Increase json MQTT buffer

1.11.0-beta4

1.11.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Sep 00:29
1.11.0-beta4
bd1246c

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

1.10.10-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:16
1.10.10-beta1
6116d1b

Improvements

  • Add support for color_mode state field

1.10.9

Choose a tag to compare

@github-actions github-actions released this 07 Sep 18:29
1.10.9
6543f60

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

Choose a tag to compare

@sidoh sidoh released this 02 Nov 19:20
9df17f4

Improvements

  • (#236) report min/max mireds to homeassistant in MQTT discovery payload
  • fix travis CI build