1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00:00

586 Commits

Author SHA1 Message Date
Otto Winter
0e8ae085ae Cache travis folders 2019-03-05 13:27:38 +01:00
Otto Winter
fcb8ac28d2 Allow Arduino Core 2.5.0 for ESP8266 (#469) 2019-03-05 13:25:59 +01:00
Otto Winter
75c9786cdb Fix build 2019-03-03 19:29:10 +01:00
Otto Winter
1c0bafd879 Add MCP23017 (#466)
* Add MCP23017

* Add test
2019-03-03 16:51:55 +01:00
Otto Winter
cc9a6c7d50 Add relative_url, streamer_mode, status_use_ping dashboard options (#461)
* Add relative_url, streamer_mode, status_use_ping dashboard options

Additionally Hass.io now stores all build files in /data, so that snapshots no longer get huge.

* Lint

* Lint

* Replace tabs with spaces
2019-03-03 16:50:06 +01:00
Otto Winter
a0b727ec01 Rewrite interrupt components (#464)
* Rewrite intterupt components

* Fix test
2019-03-03 16:47:10 +01:00
Otto Winter
011300c28b Add WiFi/MQTT/API connected condition (#465)
* Add WiFi/MQTT/API connected condition

* Add tests

* Fix namespace
2019-03-03 16:45:56 +01:00
Otto Winter
5759432938 Lint
tornado got updated, broke pylint
2019-03-03 16:43:51 +01:00
Marco
94d3ec1ed1 Update ads1115.py (#468)
GAIN setting is pointing to the wrong value
2019-03-01 16:43:51 +01:00
Otto Winter
307f9b78bd Upgrade pylint on python 3 to fix travis 2019-02-28 10:33:22 +01:00
Otto Winter
495ad01c40 Add rotary encoder min/max value (#463) 2019-02-28 10:17:38 +01:00
Otto Winter
c15a33790c Enable i2c scanning by default (#462) 2019-02-28 10:16:19 +01:00
Otto Winter
932274315e Fix os.symlink on Windows (#460) 2019-02-28 10:15:57 +01:00
Otto Winter
056911a78a Lint 2019-02-28 10:14:28 +01:00
Otto Winter
546dc1d4c0 Add warning if esphome-core dev used without esphome dev 2019-02-28 10:11:05 +01:00
Otto Winter
9f14e500bf Merge branch 'master' into dev 2019-02-26 23:12:06 +01:00
Otto Winter
499c3f39b0 Bump version to v1.11.2 2019-02-26 23:04:22 +01:00
Otto Winter
d4fb065dde Fix mDNS library added only with OTA (#451) 2019-02-26 23:04:20 +01:00
Otto Winter
889fd016e5 Remove automatic update check (#457)
* Remove automatic update check

* Lint
2019-02-26 23:04:19 +01:00
Otto Winter
bf1b2b3f70 Allow non-pullup pins for dallas (#456) 2019-02-26 23:04:19 +01:00
Otto Winter
7f899b3aa4 Lint 2019-02-26 19:46:58 +01:00
Otto Winter
8a5f96b369 Add linear calibration sensor filter (#454)
* Add linear calibrate filter

* Remove filter_nan

* Add test
2019-02-26 19:38:39 +01:00
Otto Winter
c6ad381ed5 Add native API user-defined services (#453) 2019-02-26 19:38:28 +01:00
Otto Winter
5a791b3f38 Convert automation engine to use variadic templates (#452) 2019-02-26 19:28:11 +01:00
Otto Winter
61533a3a4f 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
mtl010957
7489959bf2 Add handling for min power output setting (#448)
* Add handling for min power output setting

* Fix line length error
2019-02-26 18:35:45 +01:00
Otto Winter
3666d5837c Fix mDNS library added only with OTA (#451) 2019-02-26 18:34:47 +01:00
Otto Winter
1a0974e9e0 Automatically hide secrets in validation (#455)
* Hide secrets in validation

* Lint
2019-02-26 18:32:20 +01:00
Otto Winter
059b1bcb9a Remove automatic update check (#457)
* Remove automatic update check

* Lint
2019-02-26 18:31:40 +01:00
Otto Winter
26fe617cda Add restore state from flash option (#459) 2019-02-26 16:55:37 +01:00
Otto Winter
2b93b2d2ad Allow non-pullup pins for dallas (#456) 2019-02-26 16:39:20 +01:00
Michiel van Turnhout
8ff1ba08e8 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
7b1a944c11 Merge branch 'master' into dev 2019-02-23 20:25:28 +01:00
Otto Winter
80060e4c74 Bump version to v1.11.1 2019-02-23 20:13:49 +01:00
Otto Winter
9b2ee5061b Merge branch 'master' into dev 2019-02-22 22:06:36 +01:00
Otto Winter
c131213db5 Bump version to v1.11.0 2019-02-22 21:59:06 +01:00
Otto Winter
88bf6b238a Merge branch 'beta' 2019-02-22 21:46:48 +01:00
Otto Winter
80f5e8e3ae Improve dashboard setup wizard (#450) 2019-02-22 21:20:27 +01:00
Otto Winter
fbf41760db Improve dashboard setup wizard (#450) 2019-02-22 21:18:56 +01:00
Otto Winter
20b64a5e4c Add report_position test
Fixes https://github.com/esphome/issues/issues/46
2019-02-22 17:43:30 +01:00
Otto Winter
6f5ae6bbf6 Bump version to v1.11.0b3 2019-02-21 18:35:04 +01:00
Otto Winter
538688a96c Allow use of arduino core v2.5.0 on ESP8266 (#446)
* Allow use of arduino core v2.5.0 on ESP8266

It's very unstable, but you can try if you want

* Fix
2019-02-21 18:35:01 +01:00
Otto Winter
749759c4ab Allow i2c on non-pullup pins (#447) 2019-02-21 18:35:00 +01:00
Otto Winter
0c0bc2e368 Allow use of arduino core v2.5.0 on ESP8266 (#446)
* Allow use of arduino core v2.5.0 on ESP8266

It's very unstable, but you can try if you want

* Fix
2019-02-21 18:16:00 +01:00
Otto Winter
65d77ff031 Allow i2c on non-pullup pins (#447) 2019-02-21 18:15:45 +01:00
Otto Winter
36c2687704 Revert "Merge remote-tracking branch 'origin/master' into dev"
This reverts commit 52750d933bb5f432299f3f57603d5c7ffe70bfed, reversing
changes made to 7e7a85abfd699396d598013cecbb2c69e083aa2a.
2019-02-20 13:21:49 +01:00
Otto Winter
dd092d0019 Bump version to v1.11.0b2 2019-02-20 12:50:28 +01:00
Otto Winter
b032700430 Fix MQTT log topic level (#445) 2019-02-20 12:50:24 +01:00
Florian Gareis
e9e25a8a00 Remove unnecessary wrapper (#444) 2019-02-20 12:50:24 +01:00
Florian Gareis
386dd5c948 Remove duplicate scrollbar & move scrollbar (#443)
* Remove duplicate scrollbar

* Move scrolling from modal-content to log-container

* Replace css autoscroll with stable js autoscroll
2019-02-20 12:50:24 +01:00