bedscale
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
esphome:
|
||||
name: bedscale
|
||||
|
||||
esp8266:
|
||||
board: d1_mini
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: ""
|
||||
|
||||
ota:
|
||||
password: ""
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Bed-Scale Fallback Hotspot"
|
||||
password: !secret hotspot_password
|
||||
|
||||
captive_portal:
|
||||
|
||||
sensor:
|
||||
- platform: hx711
|
||||
name: "HX711 Value"
|
||||
dout_pin: D4
|
||||
clk_pin: D3
|
||||
gain: 128
|
||||
update_interval: 3s
|
||||
|
||||
Reference in New Issue
Block a user