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