You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.0 KiB

  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
  4. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  5. ## [Unreleased]
  6. ### Changed
  7. - Transitions are now fully suppressed when in night light mode. In that mode, LED output
  8. levels are too low for producing good looking transitions.
  9. Fixes [issue #10](https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/10).
  10. ## [1.0.0-RC1]
  11. ### Added
  12. - Support for configuring light presets, making it possible to mimic the lamp's original firmware
  13. feature to switch light color using the color button.
  14. This fixes [issue #8](https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/8).
  15. - New documentation section: Configuration guide (explaining all the YAML file configuration options).
  16. - The documentation has been restructured.
  17. ## [1.0-beta]
  18. ### Changed
  19. - The component was renamed from "yeelight_bs2" to "xiaomi_bslamp2".
  20. The reasoning behind this can be found in [issue #7](https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/7).
  21. ### Added
  22. - Component "text_sensor" that publishes changes in the light mode ("off", "night", "rgb", "white"),
  23. This fixes [issue #6](https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/6).
  24. - Documentation improvements and a better example.yaml.
  25. ## [1.0-alpha]
  26. ### Added
  27. - All light modes for the lamp have been implemented:
  28. - RGB light (colored light, based on red/green/blue and brightness)
  29. - White light (based on color temperature and brightness)
  30. - Night light (either RGB- or White light, but highly dimmed; enabled by setting brightness to 1%)
  31. - Component "light" for controlling the LEDs.
  32. - Component "binary_sensor" that act as touch/release sensors for power button, color button and slider.
  33. - Component "sensor" that report the level at which the slider was touched.
  34. - Component "output" for controlling the front panel light and its level indicator.