CorantGmbH / home-assistant-core

Development repository for the air-Q plugin for Home Assistant
https://www.home-assistant.io
Apache License 2.0
0 stars 0 forks source link

Configure zeroconf #1

Open Sibgatulin opened 1 year ago

Sibgatulin commented 1 year ago

An entry must be added to homeassistant/components/airq/manifest.json

Sibgatulin commented 1 year ago

zeroconf currently works just fine. Only remaining question is what type to specify in manifest.json. Currently setup as:

  "zeroconf": [{"type": "_http._tcp.local.", "name": "*_air-q.local"}]

@dl2080 suggests 'type' may need to be specified as '_http._tcp*'. The latter appears to work but I would like to first get a better understanding of this spec.