Compare commits
27 Commits
1
esphome-beta/CHANGELOG.md
Normal file
1
esphome-beta/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
See https://esphome.io/changelog/index.html
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# ESPHome Home Assistant Add-On
|
# ESPHome Home Assistant Add-On
|
||||||
|
|
||||||
[](https://esphome.io/)
|
[](https://esphome.io/)
|
||||||
|
|
||||||
[](https://github.com/esphome/esphome)
|
[](https://github.com/esphome/esphome)
|
||||||
[![GitHub Release][releases-shield]][releases]
|
[![GitHub Release][releases-shield]][releases]
|
||||||
@@ -14,7 +14,7 @@ is write YAML configuration files; the rest (over-the-air updates, compiling) is
|
|||||||
handled by ESPHome.
|
handled by ESPHome.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/screenshot.png" width="700px"></img>
|
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/screenshot.png" width="700px"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation](https://esphome.io/)
|
[View the ESPHome documentation](https://esphome.io/)
|
||||||
@@ -26,11 +26,11 @@ firmware. For example, to include a [DHT22][dht22].
|
|||||||
temperature and humidity sensor, you just need to include 8 lines of YAML
|
temperature and humidity sensor, you just need to include 8 lines of YAML
|
||||||
in your configuration file:
|
in your configuration file:
|
||||||
|
|
||||||
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/dht-example.png" width="500px"></img>
|
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/dht-example.png" width="500px"></img>
|
||||||
|
|
||||||
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
||||||
|
|
||||||
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
||||||
|
|
||||||
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
||||||
[dht22]: https://esphome.io/components/sensor/dht.html
|
[dht22]: https://esphome.io/components/sensor/dht.html
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"description": "Beta version of ESPHome Hass.io add-on.",
|
"description": "Beta version of ESPHome add-on",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
@@ -21,7 +21,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?",
|
||||||
@@ -34,8 +34,11 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome-beta",
|
"slug": "esphome-beta",
|
||||||
|
"snapshot_exclude": [
|
||||||
|
"*/*/"
|
||||||
|
],
|
||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://beta.esphome.io/",
|
"url": "https://beta.esphome.io/",
|
||||||
"version": "1.18.0b2"
|
"version": "1.20.0b3"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# ESPHome Home Assistant Add-On
|
# ESPHome Home Assistant Add-On
|
||||||
|
|
||||||
[](https://esphome.io/)
|
[](https://esphome.io/)
|
||||||
|
|
||||||
[](https://github.com/esphome/esphome)
|
[](https://github.com/esphome/esphome)
|
||||||
[![GitHub Release][releases-shield]][releases]
|
[![GitHub Release][releases-shield]][releases]
|
||||||
@@ -14,7 +14,7 @@ is write YAML configuration files; the rest (over-the-air updates, compiling) is
|
|||||||
handled by ESPHome.
|
handled by ESPHome.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/screenshot.png" width="700px"></img>
|
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/screenshot.png" width="700px"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation](https://esphome.io/)
|
[View the ESPHome documentation](https://esphome.io/)
|
||||||
@@ -26,11 +26,11 @@ firmware. For example, to include a [DHT22][dht22].
|
|||||||
temperature and humidity sensor, you just need to include 8 lines of YAML
|
temperature and humidity sensor, you just need to include 8 lines of YAML
|
||||||
in your configuration file:
|
in your configuration file:
|
||||||
|
|
||||||
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/dht-example.png" width="500px"></img>
|
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/dht-example.png" width="500px"></img>
|
||||||
|
|
||||||
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
||||||
|
|
||||||
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
||||||
|
|
||||||
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
||||||
[dht22]: https://esphome.io/components/sensor/dht.html
|
[dht22]: https://esphome.io/components/sensor/dht.html
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "esphome/esphome-hassio-base-aarch64:3.0.0",
|
"aarch64": "esphome/esphome-hassio-base-aarch64:3.1.0",
|
||||||
"amd64": "esphome/esphome-hassio-base-amd64:3.0.0",
|
"amd64": "esphome/esphome-hassio-base-amd64:3.1.0",
|
||||||
"armv7": "esphome/esphome-hassio-base-armv7:3.0.0"
|
"armv7": "esphome/esphome-hassio-base-armv7:3.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -36,6 +36,9 @@
|
|||||||
"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/",
|
||||||
|
|||||||
1
esphome/CHANGELOG.md
Normal file
1
esphome/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
See https://esphome.io/changelog/index.html
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# ESPHome Home Assistant Add-On
|
# ESPHome Home Assistant Add-On
|
||||||
|
|
||||||
[](https://esphome.io/)
|
[](https://esphome.io/)
|
||||||
|
|
||||||
[](https://github.com/esphome/esphome)
|
[](https://github.com/esphome/esphome)
|
||||||
[![GitHub Release][releases-shield]][releases]
|
[![GitHub Release][releases-shield]][releases]
|
||||||
@@ -14,7 +14,7 @@ is write YAML configuration files; the rest (over-the-air updates, compiling) is
|
|||||||
handled by ESPHome.
|
handled by ESPHome.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/screenshot.png" width="700px"></img>
|
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/screenshot.png" width="700px"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation](https://esphome.io/)
|
[View the ESPHome documentation](https://esphome.io/)
|
||||||
@@ -26,11 +26,11 @@ firmware. For example, to include a [DHT22][dht22].
|
|||||||
temperature and humidity sensor, you just need to include 8 lines of YAML
|
temperature and humidity sensor, you just need to include 8 lines of YAML
|
||||||
in your configuration file:
|
in your configuration file:
|
||||||
|
|
||||||
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/dht-example.png" width="500px"></img>
|
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/dht-example.png" width="500px"></img>
|
||||||
|
|
||||||
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
||||||
|
|
||||||
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
||||||
|
|
||||||
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
||||||
[dht22]: https://esphome.io/components/sensor/dht.html
|
[dht22]: https://esphome.io/components/sensor/dht.html
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"aarch64"
|
"aarch64"
|
||||||
],
|
],
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
"description": "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
"description": "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "esphome/esphome-hassio-{arch}",
|
"image": "esphome/esphome-hassio-{arch}",
|
||||||
@@ -21,7 +21,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?",
|
||||||
@@ -34,7 +34,10 @@
|
|||||||
"streamer_mode": "bool?"
|
"streamer_mode": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "esphome",
|
"slug": "esphome",
|
||||||
|
"snapshot_exclude": [
|
||||||
|
"*/*/"
|
||||||
|
],
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://esphome.io/",
|
"url": "https://esphome.io/",
|
||||||
"version": "1.17.2"
|
"version": "1.19.4"
|
||||||
}
|
}
|
||||||
1
template/CHANGELOG.md
Normal file
1
template/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
See https://esphome.io/changelog/index.html
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# ESPHome Home Assistant Add-On
|
# ESPHome Home Assistant Add-On
|
||||||
|
|
||||||
[](https://esphome.io/)
|
[](https://esphome.io/)
|
||||||
|
|
||||||
[](https://github.com/esphome/esphome)
|
[](https://github.com/esphome/esphome)
|
||||||
[![GitHub Release][releases-shield]][releases]
|
[![GitHub Release][releases-shield]][releases]
|
||||||
@@ -14,7 +14,7 @@ is write YAML configuration files; the rest (over-the-air updates, compiling) is
|
|||||||
handled by ESPHome.
|
handled by ESPHome.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/screenshot.png" width="700px"></img>
|
<img title="ESPHome dashboard screenshot" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/screenshot.png" width="700px"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[View the ESPHome documentation](https://esphome.io/)
|
[View the ESPHome documentation](https://esphome.io/)
|
||||||
@@ -26,11 +26,11 @@ firmware. For example, to include a [DHT22][dht22].
|
|||||||
temperature and humidity sensor, you just need to include 8 lines of YAML
|
temperature and humidity sensor, you just need to include 8 lines of YAML
|
||||||
in your configuration file:
|
in your configuration file:
|
||||||
|
|
||||||
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/dht-example.png" width="500px"></img>
|
<img title="ESPHome DHT configuration example" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/dht-example.png" width="500px"></img>
|
||||||
|
|
||||||
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
||||||
|
|
||||||
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/master/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
<img title="ESPHome Home Assistant MQTT discovery" src="https://raw.githubusercontent.com/esphome/hassio/main/esphome-dev/images/temperature-humidity.png" width="600px"></img>
|
||||||
|
|
||||||
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
[discord-shield]: https://img.shields.io/discord/429907082951524364.svg
|
||||||
[dht22]: https://esphome.io/components/sensor/dht.html
|
[dht22]: https://esphome.io/components/sensor/dht.html
|
||||||
|
|||||||
@@ -1,11 +1,14 @@
|
|||||||
---
|
---
|
||||||
|
# When changing options in this file, please also run:
|
||||||
|
# python3 script/generate.py dev
|
||||||
|
# to update the dev addon config (beta/stable configs will be updated on next release by release script)
|
||||||
base: &base
|
base: &base
|
||||||
url: https://esphome.io/
|
url: https://esphome.io/
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- armv7
|
- armv7
|
||||||
- aarch64
|
- aarch64
|
||||||
# Uses Hass.io API (auth)
|
# Uses Home Assistant Supervisor API (auth)
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
auth_api: true
|
auth_api: true
|
||||||
# Host network mode for mDNS
|
# Host network mode for mDNS
|
||||||
@@ -14,12 +17,12 @@ base: &base
|
|||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 0
|
ingress_port: 0
|
||||||
panel_icon: 'mdi:chip'
|
panel_icon: 'mdi:chip'
|
||||||
# Automatically add UART devices to addon
|
# Automatically add UART devices to add-on
|
||||||
uart: true
|
uart: true
|
||||||
ports:
|
ports:
|
||||||
'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)"
|
||||||
map:
|
map:
|
||||||
- ssl:ro
|
- ssl:ro
|
||||||
- config:rw
|
- config:rw
|
||||||
@@ -32,7 +35,9 @@ base: &base
|
|||||||
streamer_mode: bool?
|
streamer_mode: bool?
|
||||||
relative_url: str?
|
relative_url: str?
|
||||||
status_use_ping: bool?
|
status_use_ping: bool?
|
||||||
base_image: esphome/esphome-hassio-base-{arch}:3.0.0
|
snapshot_exclude:
|
||||||
|
- "*/*/"
|
||||||
|
base_image: esphome/esphome-hassio-base-{arch}:3.1.0
|
||||||
|
|
||||||
esphome-dev:
|
esphome-dev:
|
||||||
<<: *base
|
<<: *base
|
||||||
@@ -40,7 +45,7 @@ esphome-dev:
|
|||||||
name: ESPHome (dev)
|
name: ESPHome (dev)
|
||||||
version: 'dev' # DEV
|
version: 'dev' # DEV
|
||||||
slug: esphome-dev
|
slug: esphome-dev
|
||||||
description: "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files"
|
description: "Development version of ESPHome add-on"
|
||||||
url: https://next.esphome.io/
|
url: https://next.esphome.io/
|
||||||
stage: experimental
|
stage: experimental
|
||||||
options:
|
options:
|
||||||
@@ -50,9 +55,9 @@ esphome-beta:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome-beta
|
directory: esphome-beta
|
||||||
name: ESPHome (beta)
|
name: ESPHome (beta)
|
||||||
version: '1.18.0b2' # BETA
|
version: '1.20.0b3' # BETA
|
||||||
slug: esphome-beta
|
slug: esphome-beta
|
||||||
description: "Beta version of ESPHome Hass.io add-on."
|
description: "Beta version of ESPHome add-on"
|
||||||
url: https://beta.esphome.io/
|
url: https://beta.esphome.io/
|
||||||
image: esphome/esphome-hassio-{arch}
|
image: esphome/esphome-hassio-{arch}
|
||||||
stage: experimental
|
stage: experimental
|
||||||
@@ -61,9 +66,9 @@ esphome-stable:
|
|||||||
<<: *base
|
<<: *base
|
||||||
directory: esphome
|
directory: esphome
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: '1.17.2' # STABLE
|
version: '1.19.4' # STABLE
|
||||||
slug: esphome
|
slug: esphome
|
||||||
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
|
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
|
||||||
image: esphome/esphome-hassio-{arch}
|
image: esphome/esphome-hassio-{arch}
|
||||||
|
|
||||||
copy_files:
|
copy_files:
|
||||||
@@ -71,3 +76,4 @@ copy_files:
|
|||||||
logo.png:
|
logo.png:
|
||||||
README.md:
|
README.md:
|
||||||
DOCS.md:
|
DOCS.md:
|
||||||
|
CHANGELOG.md:
|
||||||
|
|||||||
Reference in New Issue
Block a user