20240410
This commit is contained in:
@@ -11,4 +11,24 @@ sensor:
|
||||
accuracy_decimals: 1
|
||||
temperature_offset: 1.5 °C
|
||||
address: 0x61
|
||||
update_interval: 5s
|
||||
update_interval: 1s
|
||||
|
||||
button:
|
||||
- platform: template
|
||||
name: "SCD30 Force manual calibration"
|
||||
entity_category: "config"
|
||||
on_press:
|
||||
then:
|
||||
- scd30.force_recalibration_with_reference:
|
||||
value: !lambda 'return id(co2_cal).state;'
|
||||
|
||||
number:
|
||||
- platform: template
|
||||
name: "CO2 calibration value"
|
||||
optimistic: true
|
||||
min_value: 350
|
||||
max_value: 4500
|
||||
step: 1
|
||||
id: co2_cal
|
||||
icon: "mdi:molecule-co2"
|
||||
entity_category: "config"
|
||||
Reference in New Issue
Block a user