GitHub hacs_badge Validate with hassfest
- Open HACS and navigate to Integrations Section
- Open the Overflow Menu (⋮) in the top right corner and click on Custom repositories
- Paste
https://github.com/vrnagy/hass-prusa-miniinto the input field and selectIntegrationfrom the dropdown - Click the Install Button on the highlighted Card titled Prusa Connect
- Add entry in
configuration.yaml - Restart Home Assistant
- Download the repository as a ZIP package and extract it
- Copy
custom_componentsdirectory to yourconfigdirectory (this is where yourconfiguration.yamllives) - Add entry in
configuration.yaml - Restart Home Assistant
type: entities entities: - entity: sensor.prusa_mini_192_168_1_252_status - entity: sensor.prusa_mini_192_168_1_252_nozzle_temp - entity: sensor.prusa_mini_192_168_1_252_bed_temp - entity: sensor.prusa_mini_192_168_1_252_material - entity: sensor.prusa_mini_192_168_1_252_file - entity: sensor.prusa_mini_192_168_1_252_progress - entity: sensor.prusa_mini_192_168_1_252_time_elapsed - entity: sensor.prusa_mini_192_168_1_252_time_remaining - entity: sensor.prusa_mini_192_168_1_252_flow_rate - entity: sensor.prusa_mini_192_168_1_252_printing_speed - entity: sensor.prusa_mini_192_168_1_252_z_height title: Prusa Mini show_header_toggle: false