19 lines
274 B
YAML
Executable File
19 lines
274 B
YAML
Executable File
ota:
|
|
- platform: esphome
|
|
id: my_ota
|
|
password: ${ota_password}
|
|
|
|
api:
|
|
encryption:
|
|
key: ${api_password}
|
|
|
|
|
|
text_sensor:
|
|
- platform: ethernet_info
|
|
ip_address:
|
|
name: ESP IP Address
|
|
icon: mdi:ethernet
|
|
entity_category: diagnostic
|
|
|
|
|