refactor config yaml into new files
This commit is contained in:
20
mqtt_entities/sensor/sheller.yaml
Normal file
20
mqtt_entities/sensor/sheller.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
- 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: "%"
|
||||
Reference in New Issue
Block a user