Otto Winter
2ba228684b
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
2019-02-13 16:54:02 +01:00
Brandon Davidson
3227638876
Enable use of alternate hardware UARTs for logging ( #427 )
...
* Enable use of alternate hardware UARTs for logging
Enable use of Serial1 on ESP8266 and Serial1/Serial2 on ESP32 for logging.
This is frequently done on ESP8266 to allow use of Serial for UART TX+RX,
while maintaining logging output on Serial1 which is TX-only via GPIO2.
* ESPHOMELIB_UART -> UART_SELECTION_UART; HW_UART -> HARDWARE_UART
* Add test3 to travis; remove test4
* Set DEBUG_ESP_PORT based on logger UART setting
2019-02-13 11:20:22 +01:00
Otto Winter
3df7a2861a
Disable travis test for Python 3
...
It hasn't found any bugs so far - and it takes a lot of time
2019-01-29 17:46:02 +01:00
Otto Winter
30bc596bd9
Make tzlocal a requirement
2019-01-06 09:48:03 +01:00
Otto Winter
eb9cf25c06
Make compatible with python 3 ( #281 )
...
* Make compatible with python 3
* Update travis
* Env
* Fix typo
* Fix install correct platformio
* Lint
* Fix build flags
* Lint
* Upgrade pylint
* Lint
2019-01-02 14:11:11 +01:00
Otto Winter
24439991f7
Enable Travis Tests ( #133 )
2018-09-28 19:34:28 +02:00
Otto Winter
015ce84a0e
Fix docker installs using old platformio version ( #125 )
...
* Fix min platformio version and update requirements
* Remove unnecessary requirements from travis
2018-09-27 01:14:51 +09:00
Otto Winter
b9ad60f71f
Updates
2018-09-25 10:30:45 +02:00
Otto Winter
8967fc495c
Warn about tornado. Fixes #24
2018-06-01 22:49:14 +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