add esphome devices
This commit is contained in:
parent
640d2affa8
commit
03eaa38a08
6 changed files with 256 additions and 0 deletions
33
esphome/presense-kitchen.yaml
Normal file
33
esphome/presense-kitchen.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
esphome:
|
||||
name: presense-kitchen
|
||||
friendly_name: presense-kitchen
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
|
||||
ota:
|
||||
- platform: esphome
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
fast_connect: True
|
||||
domain: .cloonar.smart
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Presense-Kitchen Fallback"
|
||||
password: "jMTo5YkCC01q"
|
||||
|
||||
captive_portal:
|
||||
|
||||
bluetooth_proxy:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue