Otto Winter
b770e770a8
More changes for 1.12 ( #483 )
...
* Print error when ESP32 BLE tracker used together with beacon
* Update
* Enable PSRAM
* Fix test
2019-03-17 16:05:55 +01:00
Otto Winter
3f0edb5a8f
More changes for 1.12 ( #483 )
...
* Print error when ESP32 BLE tracker used together with beacon
* Update
* Enable PSRAM
* Fix test
2019-03-17 16:04:49 +01:00
Otto Winter
97acf908d5
Bump version to v1.12.0b2
2019-03-16 22:27:51 +01:00
Otto Winter
c9f595b2cd
Changes for 1.12 ( #482 )
...
* Update setup scripts
* Add delete action, remove Hass config command
* Update esphome.js
* Lint
2019-03-16 22:27:45 +01:00
Otto Winter
54b6308db4
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
d98b39dcd7
Bump version to v1.13.0-dev
2019-03-13 19:07:02 +01:00
Otto Winter
32efc87d48
Bump version to v1.12.0b1
2019-03-13 18:58:54 +01:00
Otto Winter
a24f926197
Add auto-issue closer
2019-03-13 18:30:45 +01:00
Otto Winter
8cb4de3247
Add ESP32 Camera ( #475 )
...
* Add ESP32 Camera
* Fixes
* Updates
* Fix substitutions not working for non-ASCII
* Update docker base image to 1.3.0
2019-03-13 16:40:09 +01:00
Florian Gareis
8b17a96ea3
Add color to login error for better visability ( #478 )
2019-03-08 12:42:22 +01:00
puuu
ff6ab8e0ec
Support SDS011 component. ( #467 )
...
* Support SDS011 component.
* improve if condition
* Check update interval is multiple of minute
* do not allow update intervals longer than 30 min
* fix sensor schema name
* remove query_mode
* Warn if rx_only mode used together with update interval
* Allow update intervals below 1min
Messed that up before, as the docs say update intervals below 1min are allowed
* Use update interval in minutes
* use set_update_interval_min() to set update interval
2019-03-06 12:39:52 +01:00
Otto Winter
36dc63aa40
vol.Schema -> cv.Schema
2019-03-05 15:06:38 +01:00
Otto Winter
da394232da
Use double quotes for wizard
...
Fixes https://github.com/esphome/issues/issues/81
2019-03-05 14:14:38 +01:00
Otto Winter
09f09643d6
Add Wifi info text sensor ( #473 )
...
* Add WiFi Info text sensor
* Lint
* Fix register
* Add newline at end of file
2019-03-05 14:05:51 +01:00
Otto Winter
3d8ae307f4
Add copy output platform ( #472 )
2019-03-05 13:54:33 +01:00
Otto Winter
2764efb5f8
Add connected condition ( #474 )
...
* Add WiFi/MQTT/API connected condition
* Add tests
* Fix namespace
* Update api.py
2019-03-05 13:54:14 +01:00
Otto Winter
ee43991d43
Revert "Remove piolibdeps cache"
...
This reverts commit e009f21a7201951f41cbea20b1e0f6e34a9a8af8.
2019-03-05 13:53:09 +01:00
Otto Winter
8b036b2aec
Add for to binary sensor conditions ( #471 )
2019-03-05 13:51:53 +01:00
Otto Winter
4d9b386ef8
Upgrade ESP32 core to 1.0.1 ( #470 )
...
* Upgrade ESP32 core to 1.0.1
Ref https://github.com/espressif/arduino-esp32/issues/2540
* Undo remove
* Add i2c debugging
* Lint
2019-03-05 13:44:51 +01:00
Otto Winter
1d683f6d92
Fix build
2019-03-05 13:44:38 +01:00
Otto Winter
5daa07741f
Remove piolibdeps cache
...
We cannot cache esphome-core
2019-03-05 13:28:18 +01:00
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