Exclude unnecessary data from snapshots (#31)

This commit is contained in:
Josh Willox 2021-06-21 12:47:14 +10:00 committed by GitHub
parent 52120df5b1
commit c3edfa80f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,9 @@
"streamer_mode": "bool?"
},
"slug": "esphome-dev",
"snapshot_exclude": [
"*/*/"
],
"stage": "experimental",
"uart": true,
"url": "https://next.esphome.io/",

View File

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