ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
mdns_zephyr.cpp
Go to the documentation of this file.
2#if defined(USE_ZEPHYR) && defined(USE_MDNS)
3
4#include "mdns_component.h"
5#include "esphome/core/log.h"
6
7namespace esphome::mdns {
8
9static const char *const TAG = "mdns.zephyr";
10
11void MDNSComponent::setup() { ESP_LOGW(TAG, "mDNS is not implemented for Zephyr"); }
12
14
15} // namespace esphome::mdns
16
17#endif // USE_ZEPHYR && USE_MDNS