Commit Graph
7 Commits
Author SHA1 Message Date
Jesse HillsandGitHub 1319ff1129 Add lambda to devcontainer config (#1059) 2020-05-19 21:02:10 -03:00
Jesse HillsandGitHub 26d6738abb Allow tm1637 to use pins from IO expanders (#1058)
* Allow tm1637 to use pins from IO expanders

* Add test for io expander pins
2020-05-18 19:13:29 -03:00
Jesse HillsandOtto Winter f5b7cc81d8 Add RFBridge component (#896)
* Add RFBridge component

* Fix format issues

* Rename methods

* More formatting

* Fix line length

* Apply suggestions from code review

Co-Authored-By: Otto Winter <otto@otto-winter.com>

* Check uart settings on dump

* Make receiving local to the loop

* FIx code order and schema

* Add rf_bridge to test file

* Apply suggestions from code review

Co-Authored-By: Otto Winter <otto@otto-winter.com>
2019-12-10 11:09:35 +01:00
Jesse HillsandOtto Winter d280380c8d Allow loading esphome version from a fork (#907) 2019-12-05 12:01:12 +01:00
Jesse HillsandOtto Winter 8dd971b25e Correctly set warm white variables (#569) 2019-05-30 09:33:47 +02:00
Jesse HillsandOtto Winter 3089ffa8e7 Add CT Clamp component (#559)
* Add CT Clamp component

* Update lint

* Some more fixes

* Make updates to work as an analog sensor consumer

* Remove unused imports
Update lint suggestions

* Move setup_priority to header

* Remove unused calibration value

* Remove Unique ID

- Will be auto generated

* Update to use loop and not slow down main loop


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-05-29 11:15:08 +02:00
Jesse HillsandOtto Winter 463ad6f94b Add support for JVC remote transmitting and receiving (#423)
* Add support for JVC remote transmitting and receiving

* Add missing import

* Fix line length
2019-02-11 18:09:31 +01:00