mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
8 lines
122 B
YAML
8 lines
122 B
YAML
|
sensor:
|
||
|
- platform: hx711
|
||
|
name: HX711 Value
|
||
|
dout_pin: 14
|
||
|
clk_pin: 15
|
||
|
gain: 128
|
||
|
update_interval: 15s
|