Expand description
HOMECORE entity → HAP accessory type + characteristic value mapping.
Mirrors the HA homekit integration’s mapping table
(homeassistant/components/homekit/type_*.py) for the entity domains and
device classes handled in P1.
Structs§
- Accessory
Mapping - Result of mapping one HOMECORE entity state to the HAP layer.
- Entity
ToAccessory Mapper - Maps a HOMECORE entity
(EntityId, State)pair to aHapAccessoryTypeand its current characteristic values.