v0.2.0 Changes
- Updates for Home Assistant 2024.8 & 2024.9
- Better handling of job sensors / api functions for:
Job Statesensor +print_statusproject property (new states added)Job In Progresssensor +print_in_progressproject propertyJob Pausedsensor +print_is_pausedproject property
- Improved job preview image filling for locally started jobs
- Added parameters for
list_all_projectsAPI 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
peripheralsattribute toCurrent Statussensor - Fire new event tagged as
anycubic_cloudwith typeprint_cloud_startwhen starting prints via service calls ( #31 ) - Better handling of MQTT data updates with warnings for unhandled data
- Add
print_supplies_usageattribute toJob Namesensor ( #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