bstuff / haier-ac-remote

70 stars 15 forks source link

HomeAssistant HomeKit Controller compatibility fix #30

Closed Nixellion closed 2 years ago

Nixellion commented 3 years ago

As described here: https://github.com/home-assistant/core/issues/50811

haier-ac-remote does not provide a unique identifier for HomeAssistant to be able to distinquish between devices. This causes it to only create a single AC entity. Which is fine if you only have 1 AC, but does not quite work if you have more, like I do (I have 2 units).

The proposed fix should solve this issue.