Rename snapshot_exclude to backup_exclude (#35)

* Rename snapshot_exclude to backup_exclude

* Run generate.py dev

Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
Joakim Sørensen 2021-07-29 09:51:16 +02:00 committed by GitHub
parent c03bc36fdf
commit 12df7591ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

1
esphome-dev/CHANGELOG.md Normal file
View File

@ -0,0 +1 @@
See https://esphome.io/changelog/index.html

View File

@ -5,7 +5,10 @@
"aarch64"
],
"auth_api": true,
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"backup_exclude": [
"*/*/"
],
"description": "Development version of ESPHome add-on",
"hassio_api": true,
"host_network": true,
"ingress": true,
@ -23,7 +26,7 @@
"6052/tcp": null
},
"ports_description": {
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
},
"schema": {
"certfile": "str?",
@ -36,9 +39,6 @@
"streamer_mode": "bool?"
},
"slug": "esphome-dev",
"snapshot_exclude": [
"*/*/"
],
"stage": "experimental",
"uart": true,
"url": "https://next.esphome.io/",

View File

@ -35,7 +35,7 @@ base: &base
streamer_mode: bool?
relative_url: str?
status_use_ping: bool?
snapshot_exclude:
backup_exclude:
- "*/*/"
base_image: esphome/esphome-hassio-base-{arch}:3.1.0