It seems that the common pattern of bluetooth Home Assistant integrations is to subscribe to updates advertised by the device.
The Anova Nano does not provides these updates on it's own so we have to repeatedly poll the device for updates. We could do this in the integration, but this might be a useful feature to implement in the API instead.
It seems that the common pattern of bluetooth Home Assistant integrations is to subscribe to updates advertised by the device.
The Anova Nano does not provides these updates on it's own so we have to repeatedly poll the device for updates. We could do this in the integration, but this might be a useful feature to implement in the API instead.