ha-bambulab icon indicating copy to clipboard operation
ha-bambulab copied to clipboard

A Home Assistant Integration for Bambu Lab Printers

Results 78 ha-bambulab issues
Sort by recently updated
recently updated
newest added

### Describe the bug Version v2.0.22 on home assistant 2024.9.0 is giving me the following warning on load: ``` 2024-09-06 14:49:22.792 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with...

bug

### Describe the feature I have a P1P with the P1S conversion kit. I run Frigate on a separate physical machine to monitor some cameras and record streams. I have...

feature request

### Describe the bug When clicking the refresh button (..._force_refresh_data), it appears to work, but I get a bug: _"Failed to perform the action button/press. Caught blocking call to putrequest...

bug

### Describe the feature It's possibile get the head coordinates when printing? ### What device is this for? X1 ### Other Information _No response_

feature request

### Describe the bug Today, when looking at some of the graphs generated by the integration, that when my printer was offline (it only runs so often), the flat line...

bug

[Calling `hass.config_entries.async_forward_entry_setup` is deprecated and will be removed in Home Assistant 2025.6](https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/).

Makes the chamber "image" a `camera` domain type. Fixes #365, #423, #531.

This enables their frontend representation as line plots, rather than text states. Fixes #537

When an error occurs, Home Assistant throws an AttributeError. It seems that the current code uses the wrong attribute 'errors'. The surrounding code suggest also, the the attribute should be...

Fix: () does not set FanEntityFeature.TURN_ON but implements the turn_on method () does not set FanEntityFeature.TURN_OFF but implements the turn_off method