Skip to content

Commit 555f3e5

Browse files
authored
Merge pull request #143 from MallocArray/documentation_update
Documentation update
2 parents cc86a4b + b7a12fd commit 555f3e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Several additional packages are available in the `packages` folder that can be a
5555
MQTT support has been mentioned in the AirGradient forums several times. ESPHome supports this by adding a few lines to the main yaml file. Add the relevant information for your configuration. Read more about it here:
5656
[https://esphome.io/components/mqtt.html](https://esphome.io/components/mqtt.html)
5757
58+
After extensive discussion on the [AirGradient forum](https://forum.airgradient.com/t/concern-about-hijackable-wifi-connection/3845), it may be a good idea to remove the Captive Portal package after initial configuration, as leaving it in will default to enabling the Access Point Mode if WiFi is not available, potentially allowing an external source to reconfigure the device to a new network or upload another firmware file. Can also add a password to the ap if this functionality is desired, but want to secure it.
59+
5860
# Home Assistant Automation
5961
6062
Pairing ESPHome with Home Assistant opens a multitude of opportunities to create custom actions tailored to your liking

packages/led_tvoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sets the full LED bar to a color relative to VOC levels
1+
# Sets the full LED bar to a color relative to TVOC levels
22
# https://app.airgradient.com/dashboard/about
33

44
substitutions:

0 commit comments

Comments
 (0)