Skip to content

Commit e1c267f

Browse files
Prod Ready
1 parent 5f155bc commit e1c267f

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.4.3.1"
2+
version: "25.4.28.1"
33
device_description: $TEMP_PRO-1 made by Apollo Automation - version ${version}.
44

55
esp32:
@@ -104,25 +104,6 @@ sensor:
104104
humidity:
105105
name: "Relative Humidity"
106106
id: sht_humidity
107-
- platform: dps310
108-
id: dps_310
109-
pressure:
110-
name: "DPS310 Pressure"
111-
id: dps310pressure
112-
temperature:
113-
id: dps310temperature
114-
internal: true
115-
update_interval: 30s
116-
- platform: scd4x
117-
id: scd40
118-
co2:
119-
name: "CO2"
120-
id: "co2"
121-
automatic_self_calibration: false
122-
update_interval: 60s
123-
measurement_mode: "periodic"
124-
i2c_id: bus_a
125-
ambient_pressure_compensation_source: dps310pressure
126107

127108
light:
128109
- platform: esp32_rmt_led_strip
@@ -181,6 +162,7 @@ number:
181162
optimistic: true
182163
update_interval: never
183164
mode: box
165+
entity_category: config
184166

185167
- platform: template
186168
id: max_temp
@@ -193,6 +175,7 @@ number:
193175
optimistic: true
194176
update_interval: never
195177
mode: box
178+
entity_category: config
196179

197180
- platform: template
198181
id: min_humidity
@@ -205,6 +188,7 @@ number:
205188
optimistic: true
206189
update_interval: never
207190
mode: box
191+
entity_category: config
208192

209193
- platform: template
210194
id: max_humidity
@@ -217,6 +201,8 @@ number:
217201
optimistic: true
218202
update_interval: never
219203
mode: box
204+
entity_category: config
205+
220206

221207
switch:
222208
- platform: factory_reset

0 commit comments

Comments
 (0)