refactor config yaml into new files
This commit is contained in:
33
mqtt_entities/number/jc.yaml
Normal file
33
mqtt_entities/number/jc.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
- command_topic: "/jc/angle"
|
||||
name: "JC Angle"
|
||||
unit_of_measurement: "thou"
|
||||
min: -90
|
||||
max: 180
|
||||
step: 10
|
||||
mode: box
|
||||
unique_id: "jc-crack-angle-command"
|
||||
- command_topic: "/jc/height"
|
||||
name: "JC Height"
|
||||
unique_id: "jc-crack-height-command"
|
||||
unit_of_measurement: "thou"
|
||||
min: 0
|
||||
max: 1665
|
||||
- command_topic: "/jc/feed"
|
||||
name: "JC Feed Angle"
|
||||
unique_id: "jc-feed-angle-command"
|
||||
unit_of_measurement: "degrees"
|
||||
min: 0
|
||||
max: 90
|
||||
- command_topic: "/jc/feed_time"
|
||||
name: "JC Feed Time"
|
||||
unit_of_measurement: "seconds"
|
||||
unique_id: "jc-feed-time-command"
|
||||
min: 5
|
||||
max: 90
|
||||
- command_topic: "/jc/feedrate/"
|
||||
name: "JC Feedrate Setpoint"
|
||||
unique_id: "jc-feed-rate-command"
|
||||
unit_of_measurement: "Pecans/second"
|
||||
min: 12
|
||||
max: 38
|
||||
step: 0.5
|
||||
7
mqtt_entities/number/sheller.yaml
Normal file
7
mqtt_entities/number/sheller.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- command_topic: "/sheller/angle"
|
||||
name: "Sheller Angle"
|
||||
unique_id: "sheller_angle"
|
||||
unit_of_measurement: "degrees"
|
||||
min: 2.5
|
||||
max: 5.5
|
||||
step: 0.5
|
||||
Reference in New Issue
Block a user