1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-14 15:53:48 +01:00
This commit is contained in:
J. Nick Koston
2025-10-11 12:38:12 -10:00
parent 0c8c99dbf8
commit 0975dbfb01

View File

@@ -9,7 +9,9 @@
namespace esphome { namespace esphome {
namespace mdns { namespace mdns {
void MDNSComponent::setup() { this->compile_records_(); } void MDNSComponent::setup() {
// Host platform doesn't have actual mDNS implementation
}
void MDNSComponent::on_shutdown() {} void MDNSComponent::on_shutdown() {}