Revert "Rename snapshot_exclude to backup_exclude (#35)" (#37)

This reverts commit 12df7591ae.
This commit is contained in:
Joakim Sørensen 2021-07-29 10:38:37 +02:00 committed by GitHub
parent 9f8de25fe2
commit 6e07f57069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View File

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

View File

@ -5,10 +5,7 @@
"aarch64"
],
"auth_api": true,
"backup_exclude": [
"*/*/"
],
"description": "Development version of ESPHome add-on",
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"hassio_api": true,
"host_network": true,
"ingress": true,
@ -26,7 +23,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?",
@ -39,6 +36,9 @@
"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?
backup_exclude:
snapshot_exclude:
- "*/*/"
base_image: esphome/esphome-hassio-base-{arch}:3.1.0