- 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-mini
into the input field and selectIntegration
from 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_components
directory to yourconfig
directory (this is where yourconfiguration.yaml
lives) - 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