Rename esphomeyaml to esphome (#426)

* Rename

* Update

* Add migration

* Fix

* Fix dashboard

* Change test

* Fixes

* Code cleanup

* Fix import order

* Update

* Automate docker builds

* Shellcheck
This commit is contained in:
Otto Winter
2019-02-13 16:54:02 +01:00
committed by GitHub
parent 1b8d242505
commit 3d9301a0f7
234 changed files with 1869 additions and 2000 deletions
+7 -5
View File
@@ -1,10 +1,12 @@
esphomeyaml:
esphome:
name: test1
platform: ESP32
board: nodemcu-32s
# Use this for testing while developing:
# esphomelib_version:
# local: ~/path/to/esphomelib
# Note the travis check for esphome PRs will fail until the
# esphome-core PR has been merged.
# esphome_core_version:
# local: ~/path/to/esphome-core
use_custom_code: false
on_boot:
priority: 150.0
@@ -123,8 +125,8 @@ logger:
web_server:
port: 8080
css_url: https://esphomelib.com/_static/webserver-v1.min.css
js_url: https://esphomelib.com/_static/webserver-v1.min.js
css_url: https://esphome.io/_static/webserver-v1.min.css
js_url: https://esphome.io/_static/webserver-v1.min.js
power_supply:
id: 'atx_power_supply'