ProxmoxVE/json/esphome.json
Paul 4d68c2e1ef
Add JSON for each Script and a metadata.json file (#86)
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
2024-11-06 08:14:59 +01:00

34 lines
1.3 KiB
JSON

{
"name": "ESPHome",
"slug": "esphome",
"categories": [
3
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "6052",
"documentation": null,
"website": "https://esphome.io/",
"logo": "https://esphome.io/_static/favicon.ico",
"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": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}