mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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
|
||||
ble_proxy: !include common/ble_proxy.yaml
|
||||
Reference in New Issue
Block a user