puddly
puddly
From the path, it looks like you're using Docker. Make sure that the Home Assistant container has permission to access the serial port. It seems like the dongle just isn't...
It shouldn't be hard to fix, the interface within this package for reading XML and JSON files should be straightforward. Could you look into making a PR to implement that's...
You can use `suggested_display_precision=0` when creating a sensor. It defaults to 1.
Without separators, it's hard to check individual octets. It's meant to be human-readable. Nice to have when checking IEEE prefixes/suffixes.
In ZHA, we allow backups to be downloaded at runtime so it's something people do often enough to even warrant the in-JSON comment about missing devices. My other use case...
The exception means that a device is unreachable because the coordinator firmware can't figure out how to route to it. It's not really something ZHA can fix. Please attach diagnostics...
Let me double check if we rely on the flasher addon anywhere in Core to install Zigbee firmware. If we do, this will have to be restricted to 2025.6.0 and...
Unfortunately, we do: https://github.com/home-assistant/core/blob/763f2bcfcc697a59802c873078cd3750141013e1/homeassistant/components/homeassistant_hardware/firmware_config_flow.py#L261-L271 This will have to be replaced to use the firmware flasher in Core directly.
Can you attach diagnositics JSON for the device?
I just realized that ZHA doesn't actually implement the HA Valve platform! I think, since this is a standard ZCL command and theoretically is supported by many other valves in...