Skip to content

Commit f668cbb

Browse files
Merge pull request #16 from ApolloAutomation/enable-co2-and-co2-calibration
Enable CO2 and CO2 calibration entities by default
2 parents 1535035 + afe66e5 commit f668cbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.6.18.1"
2+
version: "25.6.25.1"
33

44
esp32:
55
board: esp32-s3-devkitc-1
@@ -127,7 +127,7 @@ button:
127127
- scd4x.perform_forced_calibration:
128128
value: 420
129129
id: scd40
130-
disabled_by_default: true
130+
disabled_by_default: false
131131

132132
- platform: template
133133
name: "Firmware Update"
@@ -382,7 +382,7 @@ sensor:
382382
co2:
383383
name: "CO2"
384384
id: "co2"
385-
disabled_by_default: true
385+
disabled_by_default: false
386386
temperature:
387387
name: "SCD40 Temperature"
388388
id: scd40_temperature

0 commit comments

Comments
 (0)