Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: console
- friendly_name: Console
- esp32:
- board: nodemcu-32s
- framework:
- type: arduino
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- encryption:
- key: "xxxx"
- ota:
- password: "xxx"
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "Console Fallback Hotspot"
- password: "xxx"
- # Example configuration entry
- matrix_keypad:
- id: mykeypad
- rows:
- - pin: 21
- - pin: 19
- - pin: 18
- - pin: 5
- columns:
- - pin: 13
- - pin: 22
- - pin: 23
- - pin: 26
- - pin: 33
- keys: "123456789abcdefghijk"
- has_diodes: false
- captive_portal:
Advertisement
Add Comment
Please, Sign In to add comment