Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 09:41
dc5fb60

This is a bigger rework on the mealplan-card plugin. Note that these changes can cause some issues and it is suggested to remove the plugin and add it again.

The biggest diff in the frontend is the removal of ha-table and migrate to a custom ui that is better suited for desktop and android.
Desktop:
image
Android:
image
The config is also rewritten and a few extra options is added. The config also support a Transport Type which is a attempt to support data through zigbee2mqtt.
image

Other than these changes there is a lot of under the hood optimizations. The helper act as a backup and does not write on read from the sensor but instead only on write from the plugin to sensor. Some components are removed and some are added to separate the concerns better. This solves the UI bug that caused the dialog to re-render when moving from edit-> schedule view.

Changes

  • Add sorting on schedule view and improve ui on smaller devices (#80)
  • Update to specify encoder explicit (#79)
  • encodingTemplate as optional (#79)
  • Added support for mqtt updates (#79)
  • Add support for dict sensors (#79)
  • build(deps-dev): bump vite-tsconfig-paths from 5.1.4 to 6.0.1 (#73)
  • build(deps): bump actions/setup-node from 4 to 6 (#71)
  • build(deps): bump actions/upload-artifact from 4 to 6 (#74)
  • build(deps): bump actions/checkout from 4 to 6 (#75)
  • Improve ui for android' (#78)
  • Fix serialization for devices (#76)
  • Rework to separate plugin logic (#69)
  • Avg/week should use config portion size (#66)

Contributors

@FredrikM97, @dependabot[bot] and dependabot[bot]