esphome/esphomeyaml/config.json

40 lines
910 B
JSON
Raw Normal View History

2018-06-01 18:45:23 +02:00
{
"name": "esphomeyaml",
2019-01-13 19:06:07 +01:00
"version": "1.10.1",
2018-06-01 18:45:23 +02:00
"slug": "esphomeyaml",
[Huge] Util Refactor, Dashboard Improvements, Hass.io Auth API, Better Validation Errors, Conditions, Custom Platforms, Substitutions (#234) * Implement custom sensor platform * Update * Ethernet * Lint * Fix * Login page * Rename cookie secret * Update manifest * Update cookie check logic * Favicon * Fix * Favicon manifest * Fix * Fix * Fix * Use hostname * Message * Temporary commit for screenshot * Automatic board selection * Undo temporary commit * Update esphomeyaml-edge * In-dashboard editing and hosting files locally * Update esphomeyaml-edge * Better ANSI color escaping * Message * Lint * Download Efficiency * Fix gitlab * Fix * Rename extra_libraries to libraries * Add example * Update README.md * Update README.md * Update README.md * HassIO -> Hass.io * Updates * Add update available notice * Update * Fix substitutions * Better error message * Re-do dashboard ANSI colors * Only include FastLED if user says so * Autoscroll logs * Remove old checks * Use safer RedirectText * Improvements * Fix * Use enviornment variable * Use http://hassio/host/info * Fix conditions * Update platformio versions * Revert "Use enviornment variable" This reverts commit 7f038eb5d26df72f76ea9ae76774e2cec1fd7f59. * Fix * README update * Temp * Better invalid config messages * Platformio debug * Improve error messages * Debug * Remove debug * Multi Conf * Update * Better paths * Remove unused * Fixes * Lint * lib_ignore * Try fix platformio colors * Fix dashboard scrolling * Revert * Lint * Revert
2018-12-05 21:22:06 +01:00
"description": "esphomeyaml Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
2018-06-01 18:45:23 +02:00
"url": "https://esphomelib.com/esphomeyaml/index.html",
"webui": "http://[HOST]:[PORT:6052]",
2019-01-09 20:30:35 +01:00
"startup": "application",
2018-10-20 18:20:42 +02:00
"arch": [
"amd64",
"armhf",
"i386"
],
2019-01-09 20:30:35 +01:00
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": true,
"boot": "auto",
2019-01-10 10:56:07 +01:00
"auto_uart": true,
2019-01-09 20:30:35 +01:00
"map": [
"ssl",
"config:rw"
],
"options": {
2019-01-09 20:30:35 +01:00
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
},
"schema": {
2019-01-09 20:30:35 +01:00
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"port": "int",
"leave_front_door_open": "bool?",
"esphomeyaml_version": "str?"
},
2018-06-03 19:22:25 +02:00
"image": "ottowinter/esphomeyaml-hassio-{arch}"
2019-01-09 20:30:35 +01:00
}