The discovery component is useful, but in my case, it clashes e.g. with a service that’s already running on the same server on port 30000.
I tried:
Discover some devices automatically
discovery:
ignore:
- daikin
but the discovery component happily continues to load it. How can I disable parts of this discovery ? Is there a way to figure out what parts of discovery are interfering with the rest of the server.
Thanks