Spelling
This commit is contained in:
parent
9f760f0bff
commit
beadd7cbda
2 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ binary_sensor:
|
||||||
number: GPIO0
|
number: GPIO0
|
||||||
mode: INPUT_PULLUP
|
mode: INPUT_PULLUP
|
||||||
inverted: True
|
inverted: True
|
||||||
name: "${friendly_devicename} Touchpad"
|
name: "${friendly_devicename} Touch-pad"
|
||||||
on_press:
|
on_press:
|
||||||
- light.toggle: light_switch
|
- light.toggle: light_switch
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@ ota:
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
port: 80
|
port: 80
|
||||||
|
auth:
|
||||||
|
password: ${webpass}
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue