add esphome devices
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user