esphome-devices
esphome-devices copied to clipboard
Update index.md for new yaml,programming section, Made for ESPHome changed to True
Brief description of the changes
Type of changes
- [ ] New device
- [x] Update existing device
- [ ] Removing a device
- [ ] General cleanup
- [ ] Other
Checklist:
- [x] There are no passwords or secrets references in any examples.
The only exceptions are
!secret wifi_ssidand!secret wifi_password. - [x] The
wifiorethernetblock has no static / manual ip address specified. - [x] The first configuration provided should be hardware definitions only. A more involved example can be provided in a separate configuration block.
Made for ESPHome Checklist
- [x] Project is powered by an ESP32 or supported variant such as C3, C6, S2, S3 etc.
- [x] Project is using ESPHome firmware
- [x] Project name cannot contain ESPHome except in the case of ending with for ESPHome
- [x] ESPHome configuration is open source and available for end users to modify/update
- If the device uses Wi-Fi:
- [x] Configuration contains
esp32_improv:(documentation) - [x] Configuration contains
improv_serial:if there is a USB port (documentation)
- [x] Configuration contains
- Users should be able to apply updates to your device:
- [x] Device can be "taken control" of by the user using the ESPHome Builder
- [x] Configuration includes
dashboard_import:to facilitate this (documentation) - [x] Configuration contains the
ota.esphomecomponent (documentation) - [x] Serial flashing is not disabled
- [x] There are no references to secrets in the configuration
- [x] There are no passwords in the configuration
- [x] There are no static IP addresses in the configuration
- [ ] The configuration must be valid, compile and run successfully without any user changes after taking control
- [ ] Every entity/component (sensor, switch, etc.) must have an
iddefined
- [x] Configuration includes
- [ ] OTA Updates are provided via the
update.http_requestcomponent (documentation)
- [x] Device can be "taken control" of by the user using the ESPHome Builder
Deploy Preview for esphome-devices failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 0dbaf5d6785be89cede1219eec55ae45c3b1d0ef |
| Latest deploy log | https://app.netlify.com/projects/esphome-devices/deploys/68dfaa82df18ff00082b6914 |
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1: