This commit is contained in:
J. Nick Koston
2025-10-11 12:38:12 -10:00
parent 0c8c99dbf8
commit 0975dbfb01
+3 -1
View File
@@ -9,7 +9,9 @@
namespace esphome {
namespace mdns {
void MDNSComponent::setup() { this->compile_records_(); }
void MDNSComponent::setup() {
// Host platform doesn't have actual mDNS implementation
}
void MDNSComponent::on_shutdown() {}