Skip to content

Commit

Permalink
Bump version to v1.13.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed May 27, 2019
1 parent 90d97be commit ea25daa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
43 changes: 23 additions & 20 deletions esphome-beta/config.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,46 @@
{
"name": "ESPHome (beta)",
"version": "1.12.2",
"slug": "esphome-beta",

This comment has been minimized.

Copy link
@TheZoker

TheZoker May 27, 2019

Contributor

It seems, that the Hassio add-on system needs that line:

19-05-27 22:29:53 WARNING (MainThread) [hassio.store.data] Can't read /data/addons/git/15ef4d2f/esphome-beta/config.json: required key not provided @ data['slug']. Got None
"description": "Beta version of ESPHome Hass.io add-on.",
"url": "https://beta.esphome.io/",
"url": "https://esphome.io/",
"webui": "http://[HOST]:[PORT:6052]",
"startup": "application",
"boot": "auto",
"arch": [
"amd64",
"armhf",
"i386"
"i386",
"armv7",
"aarch64"
],
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"boot": "auto",
"ingress": true,
"ingress_port": 0,
"panel_icon": "mdi:chip",
"auto_uart": true,
"ports": {
"6052/tcp": null
},
"ports_description": {
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
},
"map": [
"ssl",
"config:rw"
],
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"port": "int",
"ssl": "bool?",
"certfile": "str?",
"keyfile": "str?",
"leave_front_door_open": "bool?",
"esphome_version": "str?",
"streamer_mode": "bool?",
"relative_url": "str?",
"status_use_ping": "bool?"
},
"image": "esphome/esphome-hassio-{arch}"
}
"name": "ESPHome (beta)",
"version": "1.13.0b1",
"description": "Beta version of ESPHome Hass.io add-on.",
"image": "esphome/esphome-hassio-{arch}",
"options": {}
}
4 changes: 2 additions & 2 deletions template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
version: 1.12.2
version: 1.13.0b1 # BETA
description: "Beta version of ESPHome Hass.io add-on."
image: esphome/esphome-hassio-{arch}
options: {}
Expand All @@ -64,7 +64,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome
version: 1.12.2
version: 1.12.2 # STABLE
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
image: esphome/esphome-hassio-{arch}
options: {}
Expand Down

0 comments on commit ea25daa

Please sign in to comment.