mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 23:33:48 +01:00
cleanup
This commit is contained in:
@@ -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() {}
|
||||
|
||||
|
Reference in New Issue
Block a user