Skip to content

Commit

Permalink
Bump version to 2024.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esphomebot committed Nov 20, 2024
1 parent 557269f commit fa0a9b0
Show file tree
Hide file tree
Showing 6 changed files with 324 additions and 16 deletions.
156 changes: 155 additions & 1 deletion esphome-beta/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esphome-beta/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ backup_exclude:
init: false
startup: services
name: ESPHome Device Compiler (beta)
version: 2024.11.0b4
version: 2024.11.0
slug: esphome-beta
description: Beta version of ESPHome Device Compiler
image: ghcr.io/esphome/esphome-hassio
Expand Down
161 changes: 157 additions & 4 deletions esphome/CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions esphome/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ESPHome Add-On
# ESPHome Device Compiler

[![ESPHome logo][logo]][website]

Expand All @@ -7,13 +7,13 @@

## About

This add-on allows you to manage and program your ESP8266 and ESP32 based microcontrollers
directly through Home Assistant **with no programming experience required**. All you need to do
is write YAML configuration files; the rest (over-the-air updates, compiling) is all
This add-on allows you to write configurations and turn your microcontrollers
into smart home devices directly through Home Assistant **with no programming experience required**.
All you need to do is write YAML configuration files; the rest (over-the-air updates, compiling) is all
handled by ESPHome.

<p align="center">
<img title="ESPHome dashboard screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome/images/screenshot.png" width="700px"></img>
<img title="ESPHome Device Compiler screenshot" src="https://github.com/esphome/home-assistant-addon/raw/main/esphome/images/screenshot.png" width="700px"></img>
</p>

[View the ESPHome documentation][website]
Expand Down
7 changes: 4 additions & 3 deletions esphome/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ backup_exclude:
- '*/*/'
init: false
startup: services
name: ESPHome
version: 2024.10.3
name: ESPHome Device Compiler
version: 2024.11.0
slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
description: Build your own smart home devices using ESPHome, no programming experience
required.
image: ghcr.io/esphome/esphome-hassio
4 changes: 2 additions & 2 deletions template/addon_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome Device Compiler (beta)
version: "2024.11.0b4" # BETA
version: "2024.11.0" # BETA
slug: esphome-beta
description: "Beta version of ESPHome Device Compiler"
url: https://beta.esphome.io/
Expand All @@ -84,7 +84,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome Device Compiler
version: "2024.10.3" # STABLE
version: "2024.11.0" # STABLE
slug: esphome
description: "Build your own smart home devices using ESPHome, no programming experience required."
image: ghcr.io/esphome/esphome-hassio
Expand Down

0 comments on commit fa0a9b0

Please sign in to comment.