1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 22:58:13 +00:00

212 Commits

Author SHA1 Message Date
Jimmy Hedman
88583c31fe Remove sleeps. (#5)
* Remove sleeps.

- the sleeps is not needed.

* Make sleep depending on environment variable.

- set QUICKWIZARD to true to disable sleeps.

* Changed env-name and made it work without env.

- It only worked when environment variable was defined. Now it works
  with variable unset, which should be the normal case.
- Added ESPHOMEYAML_ as prefix so it's ESPHOMEYAML_QUICKWIZARD.
2018-04-11 22:51:56 +02:00
Otto Winter
bd82374249 Fix lint error 2018-04-11 18:29:21 +02:00
Otto Winter
e3e684a36d Bump version to 1.2.2 2018-04-10 20:43:19 +02:00
Otto Winter
ecc559ebe9 Secret and Include directives in confg (#4) 2018-04-10 20:18:02 +02:00
Otto Winter
35734dbc14 Handle multiple serial ports better 2018-04-10 20:17:20 +02:00
Otto Winter
7fef72852d Enable Travis Linting (#3)
* Flake8 Travis Job

* Fix flake8 warnings

* Fix pylint errors

* Fix travis file
2018-04-10 17:17:46 +02:00
Jimmy Hedman
9bacad910a It now complies with flake8 --ignore=E501,W291 (#1)
- Not changning long lines or lines ending with space.
2018-04-10 16:21:32 +02:00
Otto Winter
5bf696067f Merge branch 'master' of https://github.com/OttoWinter/esphomeyaml 2018-04-07 12:01:56 +02:00
Otto Winter
5f52830662 Bump version to 1.2.1 2018-04-07 12:01:50 +02:00
Otto Winter
9a51fb6c94 Update README.md 2018-04-07 08:30:43 +02:00
Otto Winter
48eb2c6d90 Update README.md 2018-04-07 08:27:57 +02:00
Otto Winter
ffd4e3cb66 Initial Commit 🎉 2018-04-07 01:23:03 +02:00