v3.0.0-beta.1
Pre-release
Pre-release
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_idhas been moved to eitherbonbon_weather.cardsorbonbon_weather.separator_buttonsandbonbon_weather.show_weather_cardhas been moved tobonbon_weather.show_forecastdepending on the look you want to go for (as card, on separator or both)show_temperature,show_humidityandshow_co2on bothbonbon_areasas well asbonbon_environmenthave been moved tobonbon_areas.inline_buttonsandbonbon_area.cardsrespectivelyshow_floor_lights_toggleandshow_area_lights_toggleon bothbonbon_areasas well asbonbon_lightshave been moved toseparator_buttons,separator_combine_lights,sub_buttonsandsub_combine_lightsrespectively
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