mirror of
https://github.com/esphome/esphome.git
synced 2024-12-12 08:24:55 +01:00
Update project description (#7928)
This commit is contained in:
parent
58123845ff
commit
b0e3ac01e8
2 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ ARG BUILD_VERSION=dev
|
||||||
LABEL \
|
LABEL \
|
||||||
org.opencontainers.image.authors="The ESPHome Authors" \
|
org.opencontainers.image.authors="The ESPHome Authors" \
|
||||||
org.opencontainers.image.title="ESPHome" \
|
org.opencontainers.image.title="ESPHome" \
|
||||||
org.opencontainers.image.description="Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files" \
|
org.opencontainers.image.description="ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems" \
|
||||||
org.opencontainers.image.url="https://esphome.io/" \
|
org.opencontainers.image.url="https://esphome.io/" \
|
||||||
org.opencontainers.image.documentation="https://esphome.io/" \
|
org.opencontainers.image.documentation="https://esphome.io/" \
|
||||||
org.opencontainers.image.source="https://github.com/esphome/esphome" \
|
org.opencontainers.image.source="https://github.com/esphome/esphome" \
|
||||||
|
@ -206,7 +206,7 @@ RUN if [ "$TARGETARCH$TARGETVARIANT" = "armv7" ]; then \
|
||||||
# Labels
|
# Labels
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.name="ESPHome" \
|
io.hass.name="ESPHome" \
|
||||||
io.hass.description="Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files" \
|
io.hass.description="ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.version="${BUILD_VERSION}"
|
io.hass.version="${BUILD_VERSION}"
|
||||||
# io.hass.arch is inherited from addon-debian-base
|
# io.hass.arch is inherited from addon-debian-base
|
||||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||||
[project]
|
[project]
|
||||||
name = "esphome"
|
name = "esphome"
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
description = "Make creating custom firmwares for ESP32/ESP8266 super easy."
|
description = "ESPHome is a system to configure your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "The ESPHome Authors", email = "esphome@nabucasa.com"}
|
{name = "The ESPHome Authors", email = "esphome@nabucasa.com"}
|
||||||
|
|
Loading…
Reference in a new issue