The current version of ESPHome shows a warning about GPIO4:
```
WARNING GPIO4 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
```
The warning can be ignored, so I added a remark about this to the documentation.
Thanks to @jossuanet for the heads up about this warning.