Limit the detection distance of the X-axis to 3m left and right (thx to walberjunior)
This commit is contained in:
parent
fc5eb97acb
commit
71b88d18f9
|
|
@ -140,8 +140,8 @@ number:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: Zone1 X-Begin
|
name: Zone1 X-Begin
|
||||||
id: zone1_x_begin
|
id: zone1_x_begin
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
mode: box
|
mode: box
|
||||||
device_class: distance
|
device_class: distance
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -155,8 +155,8 @@ number:
|
||||||
name: Zone1 X-End
|
name: Zone1 X-End
|
||||||
id: zone1_x_end
|
id: zone1_x_end
|
||||||
mode: box
|
mode: box
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
device_class: distance
|
device_class: distance
|
||||||
unit_of_measurement: mm
|
unit_of_measurement: mm
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -196,8 +196,8 @@ number:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: Zone2 X-Begin
|
name: Zone2 X-Begin
|
||||||
id: zone2_x_begin
|
id: zone2_x_begin
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
mode: box
|
mode: box
|
||||||
device_class: distance
|
device_class: distance
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -205,14 +205,14 @@ number:
|
||||||
icon: mdi:arrow-left-bold
|
icon: mdi:arrow-left-bold
|
||||||
step: 10
|
step: 10
|
||||||
optimistic: True
|
optimistic: True
|
||||||
initial_value: -6000
|
initial_value: 0
|
||||||
restore_value: True
|
restore_value: True
|
||||||
- platform: template
|
- platform: template
|
||||||
name: Zone2 X-End
|
name: Zone2 X-End
|
||||||
id: zone2_x_end
|
id: zone2_x_end
|
||||||
mode: box
|
mode: box
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
device_class: distance
|
device_class: distance
|
||||||
unit_of_measurement: mm
|
unit_of_measurement: mm
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -252,8 +252,8 @@ number:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: Zone3 X-Begin
|
name: Zone3 X-Begin
|
||||||
id: zone3_x_begin
|
id: zone3_x_begin
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
mode: box
|
mode: box
|
||||||
device_class: distance
|
device_class: distance
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -267,8 +267,8 @@ number:
|
||||||
name: Zone3 X-End
|
name: Zone3 X-End
|
||||||
id: zone3_x_end
|
id: zone3_x_end
|
||||||
mode: box
|
mode: box
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
device_class: distance
|
device_class: distance
|
||||||
unit_of_measurement: mm
|
unit_of_measurement: mm
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -308,8 +308,8 @@ number:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: Zout1 X-Begin
|
name: Zout1 X-Begin
|
||||||
id: zone_ex1_x_begin
|
id: zone_ex1_x_begin
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
mode: box
|
mode: box
|
||||||
device_class: distance
|
device_class: distance
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
@ -323,8 +323,8 @@ number:
|
||||||
name: Zout1 X-End
|
name: Zout1 X-End
|
||||||
id: zone_ex1_x_end
|
id: zone_ex1_x_end
|
||||||
mode: box
|
mode: box
|
||||||
min_value: -6000
|
min_value: -3000
|
||||||
max_value: 6000
|
max_value: 3000
|
||||||
device_class: distance
|
device_class: distance
|
||||||
unit_of_measurement: mm
|
unit_of_measurement: mm
|
||||||
entity_category: config
|
entity_category: config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user