Releases: marcolivierarsenault/moonraker-home-assistant
Releases · marcolivierarsenault/moonraker-home-assistant
0.9.2
What's Changed
- Bump pillow from 9.5.0 to 10.0.0 by @dependabot in #155
- Add alternative way for current_layer by @nelsongraca in #156
- change temp unit to celsius by @marcolivierarsenault in #164
- shandle full path webcam by @marcolivierarsenault in #157
- Release0.9.2 by @marcolivierarsenault in #162
New Contributors
- @nelsongraca made their first contribution in #156
Full Changelog: 0.9.1...0.9.2
0.9.1
Notable changes
- Now all macros are available, new one will be disabled by default but can be added from HomeAssistant UI
- Adding
generic_fan
- Change documentation theme to Furo
- Update various dependencies
What's Changed
- add host shutdown and reboot by @marcolivierarsenault in #132
- Bump pre-commit from 3.2.2 to 3.3.1 by @dependabot in #134
- change doc theme to furo by @marcolivierarsenault in #142
- update dependencies by @marcolivierarsenault in #148
- Hardware limit by @marcolivierarsenault in #149
- add other fan types by @marcolivierarsenault in #150
- Update README.md by @marcolivierarsenault in #153
- add all macros disabled by default by @marcolivierarsenault in #151
- 0.9.1 release by @marcolivierarsenault in #154
Full Changelog: 0.9.0...0.9.1
0.9.0
New Features
- New control for features/output pin
Bugs
- Added empty value when not printing
- Fix broken thumbnail on gcode in subfolders
- Default value for missing value in Gcode file
Misc
- Add coloured logs on dev side
- Update dependencies
- Update doc
What's Changed
- round toolhead value by @marcolivierarsenault in #109
- fix empty when not printing type by @marcolivierarsenault in #111
- update Print Duration unit by @marcolivierarsenault in #115
- add colored logs by @marcolivierarsenault in #120
- default values for missing layer count in metadata by @marcolivierarsenault in #121
- add flexible path for thumbnail by @marcolivierarsenault in #126
- Update doc by @marcolivierarsenault in #127
- update depedencies by @marcolivierarsenault in #125
- Features/output pin by @cashew22 in #119
Full Changelog: 0.8.0...0.9.0
0.8.0
New Feature
- Add Slicer estimated printing times
- Add Switch to turn printer on/off
Bug Fixes
- Allow to connect to printer with port 1-1024
Support
- Move doc to readthedoc.io
New Contributors
What's Changed
- update dependencies by @marcolivierarsenault in #96
- readthedoc base by @marcolivierarsenault in #102
- Add new sensor that exposes the current files estimated print time by @WolfeCub in #99
- update documentation by @marcolivierarsenault in #104
- allow port between 1 and 1024 by @marcolivierarsenault in #107
- update HAAS version and fix testing by @marcolivierarsenault in #100
- Add new switch platform and power device as switch by @cashew22 in #103
- 0.8.0 by @marcolivierarsenault in #105
Full Changelog: 0.7.0...0.8.0
0.7.0
New Features
- Add runout sensor
- Add Klipper control (Start, pause, stop)
- Add total and current Layer info
- Add head position (x, y, z)
Bug fixes
- Fix rounding issue for the fan displaying 10 digit precision, now rounding to 2.
Misc
- Better testing setup
What's Changed
- Add support for runout filament sensor by @cashew22 in #84
- move mock to autouse fixture by @marcolivierarsenault in #88
- add sensor rounding by @marcolivierarsenault in #90
- Features/klipper control by @cashew22 in #89
- 0.7.0 by @marcolivierarsenault in #91
Full Changelog: 0.6.1...0.7.0
0.6.1
Bug Fix
Converted the fan sensor as optional sensor. This is fixing the application to load 0 sensors when the fan sensor was missing.
Full Changelog: 0.6.0...0.6.1
0.6.0
Features
- Add historical sensor
- Add Print State Enum to facilitate building automation in HA
Bug Fixes
- Fix duplicate sensor
- Update the async loading to await all entity before continuing setup
Misc
- Add dependabot to update librairies (bump 3 GH actions)
- Update Integration documentation
What's Changed
- Features/improve sensors by @cashew22 in #58
- Update README.md by @marcolivierarsenault in #62
- Add relevant history sensors by @cashew22 in #60
- fix_duplicate_temp_sensor by @marcolivierarsenault in #64
- manage optional sensor key conflict by @marcolivierarsenault in #65
- Set print state as enum by @cashew22 in #66
- change entry setup to async by @marcolivierarsenault in #67
- Setup depandabot by @marcolivierarsenault in #71
- add pip dependabot by @marcolivierarsenault in #72
- Bump actions/checkout from 2 to 3 by @dependabot in #75
- Bump actions/setup-python from 1 to 4 by @dependabot in #74
- Bump isort/isort-action from 1.0.0 to 1.1.0 by @dependabot in #73
- Features/various improvement by @cashew22 in #68
- update Readmes by @marcolivierarsenault in #70
- candidate 0.6.0 by @marcolivierarsenault in #69
New Contributors
- @dependabot made their first contribution in #75
Full Changelog: 0.5.0...0.6.0
0.5.0
New Entities
- Added support for Macros (with default/no parameters)
- Added support for fan sensors
- Added support for optional temperature sensor
- Added support for Emergency Stop
What's Changed
- add pre commit hook and multiple prettier fixes by @marcolivierarsenault in #50
- Add support for optional temperature sensors by @cashew22 in #47
- Add the main fan sensor by @cashew22 in #48
- Add task to run the pre-commit hook by @cashew22 in #51
- Add button platform and emergency stop button by @cashew22 in #49
- Add gcode macro support as button entity by @cashew22 in #56
- release candidate 0.5.0 by @marcolivierarsenault in #57
Full Changelog: 0.4.0...0.5.0
0.4.0
SENSOR CHANGE
This release include sensor change, we recommend fully deleting all your printer devices and reloading them from scratch, this will ensure new names get picked properly. Detail here: https://github.com/marcolivierarsenault/moonraker-home-assistant/wiki#full-reload-of-the-integration
New Features
- Sensor to show display message sent with command
M117
- New Better ETA/Print duration. Copying Mainsail logic
- ETA: Timestamp at which the print should be finished
- Estimated total print duration: Total duration of the print, based on new time estimated logic.
- Estimated print time left: Remaining amount of time left to the print, based on new time estimated logic.
Bug Fixes
- Handle automatically disconnected printer when HA start up.
What's Changed
- Add Sensor for Display Message by @marcolivierarsenault in #39
- Raise ConfigEntryNotReady when failing to connect to Moonraker by @cashew22 in #40
- add empty string on Null display message by @marcolivierarsenault in #44
- Better time estimate by @marcolivierarsenault in #41
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- add control over failing thumbnail by @marcolivierarsenault in #36
Full Changelog: 0.3.1...0.3.2