burmistrzak

Results 12 issues of burmistrzak

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug As far as I understand the HAP specification, we shouldn't...

bug

Implements support for the optional `motor_state` attribute exposed by some coverings, while keeping the current behavior for all others. 📌 Unfortunately, it's not really feasible to improve HAP compliance for...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Tried to exclude a few properties/keys by default (`occupied_cooling_setpoint` to...

bug
stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When restarting Homebridge, lights that are turned off don't retain...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When a thermostat also exposes a humidity sensor on the...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I was inspecting individual devices exposed through `homebridge-z2m`, and noticed...

bug

A rather simple workaround for #882, that _should_ at least address the main issue with the current behavior, while keeping `queueAllKeysForGet()` otherwise as is.

Hey there, thanks for such a great component! I could finally make the switch to ESPHome, and retire my somewhat sketchy home brew solution. 🙈 The [Mi Smart Antibacterial Humidifier](https://home.miot-spec.com/s/deerma.humidifier.jsq5)...

The recent re-implementation #10309 of Bosch thermostats has introduced compatibility issues with ecosystems that do not use or cannot make use of HA discovery payloads (e.g. `homebridge-z2m`), and thus entirely...

In #10309, the property key for the window detection switch was renamed from `window_detection` to `window_open_mode` which [isn't recognized](https://github.com/Koenkk/zigbee2mqtt/blob/5797b56871215b8fac37cfeb4f702f73a09c4ae0/lib/extension/homeassistant.ts#L50) by the HA extension. This PR fixes the issue. Depends on...