Michiel van Turnhout
cb9f36a153
TTP229-LSF i2c device support ( #489 )
...
* setting up non i2c ttp229
* add component
* fixed const and multiconf
* fixed issues with i2c address (it is fixed for this device
renamed component and platform to ttp229_lsf => i2c device. There is
another ttp229_bsf device that uses a proprietary bus protocol
* max channels is 0 to 15
* folow up on code review
* fixed Component ttf229_lsf
2019-03-31 19:00:39 +02:00
Otto Winter
d332e491ad
Changes for 1.12 ( #482 )
...
* Update setup scripts
* Add delete action, remove Hass config command
* Update esphome.js
* Lint
2019-03-16 22:24:26 +01:00
Otto Winter
7ebfcd3807
Add for to binary sensor conditions ( #471 )
2019-03-05 13:51:53 +01:00
Otto Winter
3b00cfd6c4
Convert automation engine to use variadic templates ( #452 )
2019-02-26 19:28:11 +01:00
Otto Winter
1c7ca4bc6f
Recommend similar keys for spelling errors ( #458 )
...
* Recommend similar keys for spelling errors
Fixes https://github.com/esphome/feature-requests/issues/68
* Fixes
* Fix
2019-02-26 19:22:33 +01:00
Michiel van Turnhout
92f8b043ce
Add MPR121 Capacitive Touch Sensor ( #449 )
...
* module mpr121
* added mpr121 sensor and binary sensor
* added tests
* removed CONF_CHANNELS, it is not supported in the esphome-code mpr121
code
* changed namespace for mpr121 to binary_sensor
* Update esphome/components/binary_sensor/mpr121.py
Co-Authored-By: mvturnho <qris.online@gmail.com >
* fixed class names
* fix lint errors
2019-02-24 21:48:28 +01:00
Otto Winter
6b702f8014
Fix custom components not registered ( #441 )
2019-02-18 14:59:35 +01:00
Otto Winter
52c0b45f41
Add RC5 IR code support ( #432 )
2019-02-16 15:30:59 +01:00
Otto Winter
fcef3be5c7
Template lambda is optional
2019-02-16 13:12:49 +01:00
Otto Winter
3d9301a0f7
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