correct yaml
This commit is contained in:
parent
f68d126fb8
commit
516eb29d96
|
@ -45,6 +45,13 @@ api:
|
|||
|
||||
improv_serial:
|
||||
|
||||
wifi:
|
||||
ap:
|
||||
|
||||
logger:
|
||||
|
||||
ota:
|
||||
|
||||
binary_sensor:
|
||||
- platform: ratgdo
|
||||
ratgdo_id: ${id_prefix}
|
||||
|
@ -142,8 +149,4 @@ sensor:
|
|||
# - clamp:
|
||||
# min_value: 0
|
||||
# max_value: 100
|
||||
# unit_of_measurement: "%"
|
||||
|
||||
logger:
|
||||
|
||||
ota:
|
||||
# unit_of_measurement: "%"
|
|
@ -44,6 +44,13 @@ api:
|
|||
|
||||
improv_serial:
|
||||
|
||||
wifi:
|
||||
ap:
|
||||
|
||||
logger:
|
||||
|
||||
ota:
|
||||
|
||||
binary_sensor:
|
||||
- platform: ratgdo
|
||||
ratgdo_id: ${id_prefix}
|
||||
|
@ -134,8 +141,4 @@ sensor:
|
|||
filters:
|
||||
- calibrate_linear:
|
||||
- 1.16 -> 5
|
||||
- 2.783 -> 12
|
||||
|
||||
logger:
|
||||
|
||||
ota:
|
||||
- 2.783 -> 12
|
|
@ -45,6 +45,13 @@ api:
|
|||
|
||||
improv_serial:
|
||||
|
||||
wifi:
|
||||
ap:
|
||||
|
||||
logger:
|
||||
|
||||
ota:
|
||||
|
||||
binary_sensor:
|
||||
- platform: ratgdo
|
||||
ratgdo_id: ${id_prefix}
|
||||
|
@ -135,8 +142,4 @@ sensor:
|
|||
filters:
|
||||
- calibrate_linear:
|
||||
- 1.16 -> 5
|
||||
- 2.783 -> 12
|
||||
|
||||
logger:
|
||||
|
||||
ota:
|
||||
- 2.783 -> 12
|
Loading…
Reference in New Issue