Support for Matter Occupancy Configuration Attributes

Please add support for Section 2.7.7. PIR Configuration Attribute Set of Matter Spec.

Specifically:
PIRUnoccupiedToOccupiedThreshold
PIRUnoccupiedToOccupiedDelay
PIROccupiedToUnoccupiedDelay

The Matter Integration recently added support for numeric attribute inputs, so this should just be a matter of someone adding the additional attribute discovery / input schema lines to this file: core/homeassistant/components/matter/number.py at 2f7a39677806302e3427535aac740b26df783e27 · home-assistant/core · GitHub and submitting a PR.