mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
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:
parent
c03bc36fdf
commit
12df7591ae
1
esphome-dev/CHANGELOG.md
Normal file
1
esphome-dev/CHANGELOG.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
See https://esphome.io/changelog/index.html
|
@ -5,7 +5,10 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"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,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
@ -23,7 +26,7 @@
|
|||||||
"6052/tcp": null
|
"6052/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"6052/tcp": "Web interface (Not required for Home Assistant Ingress)"
|
"6052/tcp": "Web interface (not required for Home Assistant ingress)"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
@ -36,9 +39,6 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome-dev",
|
"slug": "esphome-dev",
|
||||||
"snapshot_exclude": [
|
|
||||||
"*/*/"
|
|
||||||
],
|
|
||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://next.esphome.io/",
|
"url": "https://next.esphome.io/",
|
||||||
|
@ -35,7 +35,7 @@ base: &base
|
|||||||
streamer_mode: bool?
|
streamer_mode: bool?
|
||||||
relative_url: str?
|
relative_url: str?
|
||||||
status_use_ping: bool?
|
status_use_ping: bool?
|
||||||
snapshot_exclude:
|
backup_exclude:
|
||||||
- "*/*/"
|
- "*/*/"
|
||||||
base_image: esphome/esphome-hassio-base-{arch}:3.1.0
|
base_image: esphome/esphome-hassio-base-{arch}:3.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user