mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
13 lines
189 B
YAML
13 lines
189 B
YAML
wifi:
|
|
ssid: ssid
|
|
password: password
|
|
|
|
api:
|
|
services:
|
|
- service: 'store_yaml_log'
|
|
then:
|
|
- store_yaml.log
|
|
|
|
store_yaml:
|
|
show_in_dump_config: True
|
|
show_secrets: True
|