v0.2.0 Changes
- Updates for Home Assistant 2024.8 & 2024.9
- Better handling of job sensors / api functions for:
Job State
sensor +print_status
project property (new states added)Job In Progress
sensor +print_in_progress
project propertyJob Paused
sensor +print_is_paused
project property
- Improved job preview image filling for locally started jobs
- Added parameters for
list_all_projects
API function - Frontend changes for new job states
- Better handling of project data updates internally
- Add option to always show printer card ( #29 )
- Filter out default card config options from saved yaml
- Moved card options to tab + page layout
- Bug fix in cloud printing if file is not yet uploaded ( #32 )
- Only show available stats in card config page
- Moved all frontend strings to localisation
- Add
peripherals
attribute toCurrent Status
sensor - Fire new event tagged as
anycubic_cloud
with typeprint_cloud_start
when starting prints via service calls ( #31 ) - Better handling of MQTT data updates with warnings for unhandled data
- Add
print_supplies_usage
attribute toJob Name
sensor ( #31 ) - Query printer peripherals on MQTT subscribe
- Log warnings for any unhandled MQTT data
- Refactor gcode file parsing with example script to extract metadata to json file
BREAKING CHANGES
Now requires Home Assistant 2024.9 and above