Skip to content

Commit b4be6f4

Browse files
committed
Update readme with pm2.5 correction notes
1 parent 510dfa4 commit b4be6f4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ ESPHome yaml files for AirGradient devices to maintain the research and accuracy
1616
* If not done, the device is likely to reboot at some point and switch to the standby partition, returning to a version prior to 5.0.0
1717
* [Seeing an Old Firmware Version After Update? Here's Why & How to Fix It · Issue #1821 · Blackymas/NSPanel_HA_Blueprint](https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/1821)
1818
* [Read/Write bootloader, partition table and any partition via OTA by angelnu · Pull Request #5535 · esphome/esphome](https://github.com/esphome/esphome/pull/5535)
19-
* Aware of errors in the logs stating `esp_task_wdt_reconfigure(615): Invalid arguments`
20-
* Tracking [Watchdog config hardcoded core mask · Issue #6767 · esphome/issues](https://github.com/esphome/issues/issues/6767)
21-
* 5.0.0 switches ONE and OpenAir models (based on ESP32) to the esp-idf framework, freeing up some memory and allowing other advanced features such as bluetooth_proxy and esp32_improv. If the previous Arduino framework is desired, change the board to `airgradient_esp32-c3_board-arduino.yaml`
22-
* If attempting to add BT and BLE support, may need to remove the captive_portal package to free up enough space [Issue #115](https://github.com/MallocArray/airgradient_esphome/issues/115)
2319

2420
## Changes
2521

26-
* Added optional package for using LED bar on AirGradient ONE to reflect TVOC values
27-
* Added examples of Home Assistant automation to disable the display and LED at a scheduled time in configuration.md
22+
* Added optional substitutions to implement batch-specific PM2.5 corrections using values provided by AirGradient
23+
[See details in the packages.md file under the PMS5003 section.](packages.md#sensor_pms5003yaml)
24+
* Restored logging to default values as it no longer repeats messages about components taking too long to complete
2825

2926
## Features
3027

0 commit comments

Comments
 (0)