mmakaay / esphome-xiaomi_bslamp2

ESPHome integration for the Xiaomi Mijia Bedside Lamp v2.
Other
204 stars 49 forks source link

mDNS / HomeKit #85

Closed 8times4 closed 2 years ago

8times4 commented 2 years ago

Hey mmakaay,

I love the work that you have done on this project. Could you please tell me if the mDNS service is kept around for HomeKit to pick up?

Thank you, 8x4

khmm12 commented 2 years ago

Short: there is mDNS service, but HomeKit won't pick up a device.

Long: ESPHome has mDNS component out-of-box to device be discovered by ESPHome toolchain and HA integration. But ESPHome doesn't have a component to communicate with HomeKit and HomeKit doesn't have an integration to communicate with ESPHome.

8times4 commented 2 years ago

thank you @khmm12!

khmm12 commented 2 years ago

@8times4 you're welcome!

You can use HA HomeKit component which works great.

8times4 commented 2 years ago

Yeah, thanks @khmm12 , I was planning to use HA, but would be nice to not rely on that for HomeKit to work. I was eyeing with https://github.com/HomeSpan/HomeSpan as this could be an option to add "native" HomeKit support.