How To Change The Update Frequency Of Sensors/Force Update
-
Navigate to the ESPHome addon
-
Select the Edit button under the desired device
- Insert your code (The example below is for our AIR-1 SEN55 sensor)
sensor:
- platform: sen5x
id: !extend sen55
update_interval: 5s
4. In the top right of the same screen Select Save and then Install
- If it compiles correctly then you should see a green Success
- When you see the sensor logs, you are finished and can select Stop
- Now your sensor value should update!
Force Update
Follow the same steps above but use this code to force the sensor to update.
sensor:
- platform: sen5x
id: !extend sen55
nox:
name: "SEN55 NOX"
force_update: True