Skip to content

v3.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@trashbytes trashbytes released this 17 Apr 09:14
aff3bfc

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

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

Full Changelog: v2.1.2...v3.0.0-beta.1