mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
[mdns] Support templatable config options for MDNS extra services (#8606)
This commit is contained in:
@@ -4,3 +4,10 @@ wifi:
|
||||
|
||||
mdns:
|
||||
disabled: false
|
||||
services:
|
||||
- service: _test_service
|
||||
protocol: _tcp
|
||||
port: 8888
|
||||
txt:
|
||||
static_string: Anything
|
||||
templated_string: !lambda return "Something else";
|
||||
|
||||
Reference in New Issue
Block a user