Python bindings for CHIP (Connected Home over IP) clusters, auto-generated from the CHIP specification. Version 2025.7.0 requires Python >=3.7 and provides cluster objects for interacting with Matter devices. Released monthly alongside the CHIP SDK.
pip install home-assistant-chip-clustersVerified import paths — ran on the pinned version, not inferred.
Create a cluster instance and access its attributes.
Use 'from chip.clusters import ...' in your code.
Use Clusters.OnOff.attributes.OnOff.attribute_id instead of integer literals.
Do not modify files under site-packages/chip/clusters/. Fork or patch via hooks.