Skip to content

Releases: Lyr3x/hass-Duet3D

V0.1.4

05 Jul 16:31
f2d5f5f
Compare
Choose a tag to compare

What's Changed

  • Add identification option for standalone by @repier37 in #18

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 May 20:01
b09dfbe
Compare
Choose a tag to compare

Breaking change

  • You might re-add the repository
  • You need to re-install the integration. Sorry for this breaking change, but it was necessary to comply with the HACS branding

What's Changed

  • Add HACS validation action by @Lyr3x in #5

Full Changelog: v0.1.2...v0.1.3

v0.1.2

07 May 18:48
c5ab758
Compare
Choose a tag to compare

What's Changed

  • Add camera entity to show thumbnail of job by @Lyr3x in #15

This Version adds a camera entity to show the preview image of the GCode file.
You need to enable the thumbnail generation in your slicer.

Here is e.g the config for PrusaSlicer:
image

All types (PNG, JPEG, QOI) are supported.

Full Changelog: v0.1.1...v0.1.2

v.0.1.1

02 May 14:41
18d8812
Compare
Choose a tag to compare

What's Changed

  • Implement gcode service call and connection handling by @Lyr3x in #14

Full Changelog: v0.1.0...v0.1.1

v.0.1.0

01 May 13:22
82bf97e
Compare
Choose a tag to compare

What's Changed

This change implements basic compatibility with the standalone mode. Light and service implementation will follow later.

Full Changelog: v0.0.5...v0.1.0

v0.0.5

29 Apr 17:16
916b04f
Compare
Choose a tag to compare

What's Changed

  • Fix entity id setup by @Lyr3x in #11
  • This will create properly new entities -> Sorry about that, but it was necessary to clean the setup up

Full Changelog: v0.0.4...v0.0.5

v0.0.4

29 Apr 16:42
6e26fa1
Compare
Choose a tag to compare

What's Changed

  • Raise proper exceptions to ensure integration can reconnect by @Lyr3x in #10

Full Changelog: v0.0.3...v0.0.4

v0.0.3

29 Apr 16:03
4499dee
Compare
Choose a tag to compare

What's Changed

  • Make interval configurable and add standalone support by @Lyr3x in #8

Full Changelog: v0.0.2...v0.0.3

v0.0.2

24 Apr 11:45
59213a0
Compare
Choose a tag to compare

What's Changed

Fix coordinator update propagation by @Lyr3x in #7

Full Changelog: v0.0.1...v0.0.2

v0.0.1

23 Apr 13:00
a07e726
Compare
Choose a tag to compare

What's Changed

  • Refactor to async calls instead of blocking by @Lyr3x in #1
  • Implement config flow by @Lyr3x in #2
  • Fix deprecation warning by @Lyr3x in #3
  • Implement Device registration and LED control by @Lyr3x in #4

New Contributors

  • @Lyr3x made their first contribution in #1

Full Changelog: https://github.com/Lyr3x/hass-Duet3D/commits/v0.0.1