Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: delonghi-controller-2
- friendly_name: Delonghi_controller_2
- esp32:
- board: esp32dev
- framework:
- type: arduino
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- encryption:
- key: "xxx"
- ota:
- - platform: esphome
- password: "xxx"
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "Delonghi-Controller-2"
- password: "xxx"
- captive_portal:
- remote_receiver:
- pin: GPIO33
- dump: all
- # Settings to optimize recognition of RF devices
- tolerance: 75%
Advertisement
Add Comment
Please, Sign In to add comment