mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
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:
@@ -1,9 +1,9 @@
|
||||
# Tests for esphomeyaml
|
||||
# Tests for ESPHome
|
||||
|
||||
This directory contains some tests for esphomeyaml.
|
||||
This directory contains some tests for ESPHome.
|
||||
At the moment, all the tests only work by simply executing
|
||||
`esphomeyaml` over some YAML files that are made to test
|
||||
all of esphomeyaml's features.
|
||||
`esphome` over some YAML files that are made to test
|
||||
whether the yaml gets converted to the proper C++ code.
|
||||
|
||||
Of course this is all just very high-level and things like
|
||||
unit tests would be much better. So if you have time and know
|
||||
|
Reference in New Issue
Block a user