mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
rearranging esphome
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
substitutions:
|
||||
devicename: master-bed
|
||||
entity_name: master_bed
|
||||
friendly_name: Master Bed
|
||||
platform: ESP32
|
||||
board: wemos_d1_mini32
|
||||
static_ip: !secret master-bed-ip
|
||||
dout_pin: !secret master-bed-dout
|
||||
clk_pin: !secret master-bed-clk
|
||||
loadcell_zero: !secret master-bed-zero
|
||||
loadcell_load: !secret master-bed-load
|
||||
loadcell_weight: !secret master-bed-weight
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
level: DEBUG
|
||||
logs:
|
||||
sensor: INFO
|
||||
hx711: DEBUG
|
||||
|
||||
packages:
|
||||
wifi: !include common/ethernet.yaml
|
||||
device_base: !include common/device_base.yaml
|
||||
hx711: !include common/hx711_single_verbose.yaml
|
||||
# Disabling this to see if it does a better job of staying online
|
||||
# ble_proxy: !include common/ble_proxy.yaml
|
||||
|
||||
esp32:
|
||||
board: wemos_d1_mini32
|
||||
Reference in New Issue
Block a user