You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [0.3.0-dev.4](v0.3.0-dev.3...v0.3.0-dev.4) (2024-03-05)
### 🚀 Features
* ✨ Configuration of Entry can be edited later (to change values like `update_interval`) ([ed201f9](ed201f9)), closes [#82](#82)
## [0.3.0](v0.2.2...v0.3.0) (2024-03-05)
### 🛠️ Fixes
* 🐛 Fixed a bug where `used_weight` is empty sometimes ([03ce8fc](03ce8fc)), closes [#77](#77)
* 🐛 Refactor debug log message for filament weight calculation ([956e5ba](956e5ba)), closes [#77](#77)
* 🐛 Refactor SpoolmanAPI and SpoolManCoordinator warnings ([b1c0cb8](b1c0cb8)), closes [#77](#77)
* Better handling of null values ([aa0d763](aa0d763)), closes [#61](#61) [#58](#58)
* fixed errors in automation example and added badges for achived spools in card examples ([bb36191](bb36191))
### 🚀 Features
* 🐛 Add debug logging for spool information ([df84521](df84521)), closes [#77](#77)
* ✨ Configuration of Entry can be edited later (to change values like `update_interval`) ([ed201f9](ed201f9)), closes [#82](#82)
### 📔 Docs
* added usage of entities in cards to readme ([c99262f](c99262f)), closes [#62](#62)
Checklist
Is your feature request related to a problem? Please describe.
Currently changing values in the configuration of an entry needs re-adding the entry
Describe the solution you'd like
Implement an OptionsFlow:
https://developers.home-assistant.io/docs/config_entries_options_flow_handler
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: