Update human-sensor-f2-stable-github.yaml

This commit is contained in:
David 2024-07-24 15:52:53 +02:00 committed by GitHub
parent 11519a1373
commit 01a2d1d9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -367,7 +367,7 @@ number:
optimistic: true
entity_category: config
restore_value: true #If you don't want to store the setting at ESP, set it to false.
initial_value: "60.0" #Default mth1 Setting
initial_value: 60 #Default mth1 Setting
min_value: 10.0
max_value: 600.0
step: 5.0
@ -385,7 +385,7 @@ number:
optimistic: true
entity_category: config
restore_value: true #If you don't want to store the setting at ESP, set it to false.
initial_value: "30" #Default mth2 Setting
initial_value: 30 #Default mth2 Setting
min_value: 5
max_value: 300
step: 5
@ -403,7 +403,7 @@ number:
entity_category: config
optimistic: true
restore_value: true #If you don't want to store the setting at ESP, set it to false.
initial_value: "20" #Default mth3 Setting
initial_value: 20 #Default mth3 Setting
min_value: 5
max_value: 200
step: 5
@ -422,7 +422,7 @@ number:
optimistic: true
unit_of_measurement: m
restore_value: true #If you don't want to store the setting at ESP, set it to false.
initial_value: "8" #Default rmax Setting
initial_value: 8 #Default rmax Setting
min_value: 0.4
max_value: 12
step: 0.2
@ -440,7 +440,7 @@ number:
optimistic: true
entity_category: config
restore_value: true #If you don't want to store the setting at ESP, set it to false.
initial_value: "5" #LD1125F Mov/Occ > Clearence Time Here
initial_value: 5 #LD1125F Mov/Occ > Clearence Time Here
min_value: 0.5
max_value: 20
step: 0.5
@ -451,7 +451,7 @@ number:
optimistic: true
entity_category: config
restore_value: true #If you don't want to store the setting at ESP, set it to false.
initial_value: "1" #LD1125F Mov > Occ Time Here
initial_value: 1 #LD1125F Mov > Occ Time Here
min_value: 0.5
max_value: 10
step: 0.5