21 lines
592 B
YAML
21 lines
592 B
YAML
- state_topic: "/sheller/bin1"
|
|
name: "Sheller Bin 1 Weight"
|
|
unique_id: "bin1_weight"
|
|
unit_of_measurement: "lb"
|
|
- state_topic: "/sheller/bin2"
|
|
name: "Sheller Bin 2 Weight"
|
|
unique_id: "bin2_weight"
|
|
unit_of_measurement: "lb"
|
|
- state_topic: "/sheller/bin3"
|
|
name: "Sheller Bin 3 Weight"
|
|
unique_id: "bin3_weight"
|
|
unit_of_measurement: "lb"
|
|
- state_topic: "/sheller/bin4"
|
|
name: "Sheller Bin 4 Weight"
|
|
unique_id: "bin4_weight"
|
|
unit_of_measurement: "lb"
|
|
- state_topic: "/half_yield"
|
|
unique_id: "half_yield_sample"
|
|
name: "Latest Half Yield Sample"
|
|
unit_of_measurement: "%"
|