Skip to content

v3.0.0

Latest

Choose a tag to compare

@trashbytes trashbytes released this 08 Jun 06:51
1fa8b77

(Kinda) Breaking Changes:

Because the selectors for all sections are now exposed and configurable and the entire logic has been streamlined to remove special cases, some other config values have been removed or changed.

Particularly these config values should be upgraded to the new logic as soon as possible, if you changed them in your config:

  • bonbon_weater.weather_entity_id has been moved to either bonbon_weather.cards or bonbon_weather.separator_buttons and bonbon_weather.show_weather_card has been moved to bonbon_weather.show_forecast depending on the look you want to go for (as card, on separator or both)
  • show_temperature, show_humidity and show_co2 on both bonbon_areas as well as bonbon_environment have been moved to bonbon_areas.inline_buttons and bonbon_area.cards respectively
  • show_floor_lights_toggle and show_area_lights_toggle on both bonbon_areas as well as bonbon_lights have been moved to separator_buttons, separator_combine_lights, sub_buttons and sub_combine_lights respectively

There is logic in place (for now) to detect and upgrade the old configs on the fly, but I suggest you take a moment and update your config just to make sure.

What's Changed

  • Refactor entity resolution and enhance filtering logic by @trashbytes in #57
  • feat: expose button actions and make them configurable by @trashbytes in #59
  • Feat/refactoring and deduplication by @trashbytes in #60
  • feat: add support for select entities in createBuildersApi by @trashbytes in #62
  • fix: improve handling of optional properties in area labels and styles by @trashbytes in #63
  • fix: improve handling of area labels and streamline config upgrade logic by @trashbytes in #64
  • fix: enhance config upgrade logic for weather card handling and add debug logs by @trashbytes in #65
  • fix: ensure safe name comparison in group sorting logic by @trashbytes in #66
  • Improve card handling logic and add bubble select container styles by @trashbytes in #67
  • Update card handling to use bubble_card and enhance dropdown arrow styles by @trashbytes in #68
  • Feat/improve default config and included domains by @trashbytes in #71

Full Changelog: v2.1.2...v3.0.0