mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 20:03:25 +01:00
* Update default version from 12 to 13 Upgrade ESPHome to Debian 13 * Change apt-get to apt for installing git Upgrade ESPHome to Debian 13 * Update version from 12 to 13 in esphome.json Upgrade ESPHome to Debian 13
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "ESPHome",
|
|
"slug": "esphome",
|
|
"categories": [
|
|
16
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 6052,
|
|
"documentation": "https://esphome.io/components/",
|
|
"website": "https://esphome.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/esphome.webp",
|
|
"config_path": "/root/config/",
|
|
"description": "ESPHome is a platform for controlling ESP8266/ESP32-based devices using configuration files and integrating them with Home Automation systems. It provides a simple and flexible way to set up and manage the functionality of these devices, including defining and automating actions, monitoring sensors, and connecting to networks and other services. ESPHome is designed to be user-friendly and easy to use, and supports a wide range of features and integrations, making it a popular choice for home automation projects and IoT applications.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/esphome.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 10,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|