Skip to content

Commit

Permalink
🐛 (esphome): Fix readme title
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jun 25, 2023
1 parent ae79ec5 commit 491c5d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ helm delete my-<chart-name>
| [Borgmatic <img src='https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg' alt='borgmatic icon' width='18px' align='right' loading='lazy'>](charts/borgmatic/) | borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services. |
| [ChangeDetection.io <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png' alt='changedetection-io icon' width='18px' align='right' loading='lazy'>](charts/changedetection-io/) | Live your data-life pro-actively, track website content changes and receive notifications via Discord, Email, Slack, Telegram and 70+ more. |
| [Domain Watch <img src='https://raw.githubusercontent.com/gabe565/domain-watch/ee028db206ea80c2617dd74a87193191a25a0a8a/assets/icon.svg' alt='domain-watch icon' width='18px' align='right' loading='lazy'>](charts/domain-watch/) | Tool to watch whois reports and notify when statuses change or expiration is incoming. |
| [Home Assistant <img src='https://raw.githubusercontent.com/esphome/esphome-docs/019178551126f2d6a588a1f9ef50f60453041531/images/logo.svg' alt='esphome icon' width='18px' align='right' loading='lazy'>](charts/esphome/) | ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. |
| [ESPHome <img src='https://raw.githubusercontent.com/esphome/esphome-docs/019178551126f2d6a588a1f9ef50f60453041531/images/logo.svg' alt='esphome icon' width='18px' align='right' loading='lazy'>](charts/esphome/) | ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. |
| [Flame <img src='https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png' alt='flame icon' width='18px' align='right' loading='lazy'>](charts/flame/) | Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors. |
| [Generic Device Plugin ](charts/generic-device-plugin/) | The generic-device-plugin enables allocating generic Linux devices, such as serial devices, the FUSE device, or video cameras, to Kubernetes Pods |
| [Gotify <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg' alt='gotify icon' width='18px' align='right' loading='lazy'>](charts/gotify/) | A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) |
Expand Down
6 changes: 3 additions & 3 deletions charts/esphome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ESPHome is a system to control your ESP8266/ESP32 by simple yet pow
home: https://charts.gabe565.com/charts/esphome/
icon: https://raw.githubusercontent.com/esphome/esphome-docs/019178551126f2d6a588a1f9ef50f60453041531/images/logo.svg
type: application
version: 0.6.2
version: 0.6.3
# renovate datasource=docker depName=ghcr.io/esphome/esphome
appVersion: 2023.6.2
kubeVersion: ">=1.22.0-0"
Expand All @@ -22,8 +22,8 @@ sources:
- https://github.com/esphome/esphome
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/esphome/esphome Docker tag to v2023.6.2
- kind: fixed
description: Fix readme title
artifacthub.io/links: |-
- name: App Source
url: https://github.com/esphome/esphome
Expand Down
6 changes: 3 additions & 3 deletions charts/esphome/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Home Assistant
# ESPHome

<img src="https://raw.githubusercontent.com/esphome/esphome-docs/019178551126f2d6a588a1f9ef50f60453041531/images/logo.svg" align="right" width="92" alt="esphome logo">

![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat)
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 2023.6.2](https://img.shields.io/badge/AppVersion-2023.6.2-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configu
**Homepage:** <https://charts.gabe565.com/charts/esphome/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=esphome&version=0.6.2)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=esphome&version=0.6.3)**

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion charts/esphome/README_CONFIG.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "custom.chart.name" -}}
Home Assistant
ESPHome
{{- end -}}

{{- define "custom.custom.configuration.header" -}}
Expand Down

0 comments on commit 491c5d4

Please sign in to comment.