Skip to content

Commit ea25daa

Browse files
committed
Bump version to v1.13.0b1
1 parent 90d97be commit ea25daa

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

esphome-beta/config.json

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,46 @@
11
{
2-
"name": "ESPHome (beta)",
3-
"version": "1.12.2",
4-
"slug": "esphome-beta",
5-
"description": "Beta version of ESPHome Hass.io add-on.",
6-
"url": "https://beta.esphome.io/",
2+
"url": "https://esphome.io/",
73
"webui": "http://[HOST]:[PORT:6052]",
84
"startup": "application",
5+
"boot": "auto",
96
"arch": [
107
"amd64",
11-
"armhf",
12-
"i386"
8+
"i386",
9+
"armv7",
10+
"aarch64"
1311
],
1412
"hassio_api": true,
1513
"auth_api": true,
1614
"hassio_role": "default",
1715
"homeassistant_api": false,
1816
"host_network": true,
19-
"boot": "auto",
17+
"ingress": true,
18+
"ingress_port": 0,
19+
"panel_icon": "mdi:chip",
2020
"auto_uart": true,
21+
"ports": {
22+
"6052/tcp": null
23+
},
24+
"ports_description": {
25+
"6052/tcp": "Web interface (Not required for Hass.io Ingress)"
26+
},
2127
"map": [
2228
"ssl",
2329
"config:rw"
2430
],
25-
"options": {
26-
"ssl": false,
27-
"certfile": "fullchain.pem",
28-
"keyfile": "privkey.pem",
29-
"port": 6052
30-
},
3131
"schema": {
32-
"ssl": "bool",
33-
"certfile": "str",
34-
"keyfile": "str",
35-
"port": "int",
32+
"ssl": "bool?",
33+
"certfile": "str?",
34+
"keyfile": "str?",
3635
"leave_front_door_open": "bool?",
3736
"esphome_version": "str?",
3837
"streamer_mode": "bool?",
3938
"relative_url": "str?",
4039
"status_use_ping": "bool?"
4140
},
42-
"image": "esphome/esphome-hassio-{arch}"
43-
}
41+
"name": "ESPHome (beta)",
42+
"version": "1.13.0b1",
43+
"description": "Beta version of ESPHome Hass.io add-on.",
44+
"image": "esphome/esphome-hassio-{arch}",
45+
"options": {}
46+
}

template/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ esphome-beta:
5555
<<: *base
5656
directory: esphome-beta
5757
name: ESPHome (beta)
58-
version: 1.12.2
58+
version: 1.13.0b1 # BETA
5959
description: "Beta version of ESPHome Hass.io add-on."
6060
image: esphome/esphome-hassio-{arch}
6161
options: {}
@@ -64,7 +64,7 @@ esphome-stable:
6464
<<: *base
6565
directory: esphome
6666
name: ESPHome
67-
version: 1.12.2
67+
version: 1.12.2 # STABLE
6868
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
6969
image: esphome/esphome-hassio-{arch}
7070
options: {}

0 commit comments

Comments
 (0)