Compare commits
No commits in common. "ec457777edf97b33f85297d2da7d3007946986b9" and "e5b1f1ddada1544ed8c09220204e8c6e82cc4abf" have entirely different histories.
ec457777ed
...
e5b1f1ddad
@ -22,7 +22,6 @@ logger:
|
|||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: !secret api
|
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: !secret ota
|
password: !secret ota
|
||||||
|
@ -189,7 +189,7 @@ sensor:
|
|||||||
name: "Wohnzimmer Luftfeuchtigkeit"
|
name: "Wohnzimmer Luftfeuchtigkeit"
|
||||||
accuracy_decimals: 1
|
accuracy_decimals: 1
|
||||||
# SCD30 temp sensor is a bit off
|
# SCD30 temp sensor is a bit off
|
||||||
temperature_offset: 0 °C
|
temperature_offset: 1.5 °C
|
||||||
ambient_pressure_compensation: 1
|
ambient_pressure_compensation: 1
|
||||||
automatic_self_calibration: True
|
automatic_self_calibration: True
|
||||||
address: 0x61
|
address: 0x61
|
||||||
|
@ -189,7 +189,7 @@ sensor:
|
|||||||
name: "Schlafzimmer Luftfeuchtigkeit"
|
name: "Schlafzimmer Luftfeuchtigkeit"
|
||||||
accuracy_decimals: 1
|
accuracy_decimals: 1
|
||||||
# SCD30 temp sensor is a bit off
|
# SCD30 temp sensor is a bit off
|
||||||
temperature_offset: 0 °C
|
temperature_offset: 1.5 °C
|
||||||
ambient_pressure_compensation: 1
|
ambient_pressure_compensation: 1
|
||||||
automatic_self_calibration: True
|
automatic_self_calibration: True
|
||||||
address: 0x61
|
address: 0x61
|
||||||
|
Loading…
Reference in New Issue
Block a user