mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Update project description (#7928)
This commit is contained in:
		| @@ -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"} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user