pokocat

Results 2 comments of pokocat

by adding this code can skip the local config step temporarily: at line https://github.com/greghesp/ha-bambulab/blob/5857ded3d89f5bfe4d896b946b0a5e90a892b122/custom_components/bambu_lab/config_flow.py#L332 add code : data = { "device_type": device_type, "serial": device["dev_id"], } options = { "region": self.region,...

> @pokocat This is really cool, thank you for sharing this PR and working on it. I would like to see if we can push it even further and implement...