homebridge-homeconnect
Home Connect home appliances plugin for Homebridge.
Changes in this version:
v0.23.7 - 2022-02-18
Fixed
- Improved handling of appliances that are removed from and re-added to the Home Connect account. Previously, if the appliance was re-added without the plugin noticing its prior removal (via its hourly poll) then it would remain unusable until Homebridge is restarted. The
DEPAIRED
andPAIRED
events are not treated similarly toDISCONNECTED
andCONNECTED
, updating the appliance's connection status appropriately.