mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
da2821ab36
* Esphomeapi * Updates * Remove MQTT from wizard * Add protobuf to requirements * Fix * API Client updates * Dump config on API connect * Old WiFi config migration * Home Assistant state import * Lint
39 lines
878 B
JSON
39 lines
878 B
JSON
{
|
|
"name": "esphomeyaml-edge",
|
|
"version": "dev",
|
|
"slug": "esphomeyaml-edge",
|
|
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
|
|
"url": "https://github.com/OttoWinter/esphomeyaml/tree/dev/esphomeyaml-edge/README.md",
|
|
"webui": "http://[HOST]:[PORT:6052]",
|
|
"startup": "application",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"i386"
|
|
],
|
|
"hassio_api": true,
|
|
"auth_api": true,
|
|
"hassio_role": "default",
|
|
"homeassistant_api": false,
|
|
"host_network": true,
|
|
"boot": "auto",
|
|
"ports": {
|
|
"6052/tcp": 6052
|
|
},
|
|
"map": [
|
|
"ssl",
|
|
"config:rw"
|
|
],
|
|
"options": {
|
|
"ssl": false,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem"
|
|
},
|
|
"schema": {
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"leave_front_door_open": "bool?"
|
|
}
|
|
}
|