mirror of
https://github.com/esphome/esphome.git
synced 2024-11-03 08:50:30 +01:00
7c7032c59e
* 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 7f038eb5d2
.
* 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
34 lines
689 B
JSON
34 lines
689 B
JSON
{
|
|
"name": "esphomeyaml",
|
|
"version": "1.9.3",
|
|
"slug": "esphomeyaml",
|
|
"description": "esphomeyaml Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices.",
|
|
"url": "https://esphomelib.com/esphomeyaml/index.html",
|
|
"startup": "application",
|
|
"webui": "http://[HOST]:[PORT:6052]",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"6052/tcp": 6052,
|
|
"6053/tcp": 6053
|
|
},
|
|
"auto_uart": true,
|
|
"map": [
|
|
"config:rw"
|
|
],
|
|
"arch": [
|
|
"amd64",
|
|
"armhf",
|
|
"i386"
|
|
],
|
|
"environment": {
|
|
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
|
|
},
|
|
"options": {
|
|
"password": ""
|
|
},
|
|
"schema": {
|
|
"password": "str?"
|
|
},
|
|
"image": "ottowinter/esphomeyaml-hassio-{arch}"
|
|
}
|