dubit0
002861f13b
Float output: Fix min_power and max_power adjusting when output is inverted ( #1250 )
...
This patch fixes faulty behaviour when both, invert and min_power/max_power
are set for a float output (e.g. PWM). The current code scales the output
level to the range [min_power, max_power] and subsequently inverts the value.
This leads to values that are outside the range [min_power, max_power].
This patch fixes the problem by inverting the requested level first and then
scaling it to the interval [min_power, max_power].
Co-authored-by: Thomas Niederprüm <niederp@physik.uni-kl.de>
2020-10-01 19:55:42 -03:00
James Gao
dbec3d7c50
Typo in the pm2.5 grid ( #1311 )
...
The incorrect pm2.5 grid results in incorrect AQI values in the 51-100 range.
2020-10-01 19:47:29 -03:00
Ivo-tje
89cde158d6
Table row wasn't closed ( #1310 )
...
Co-authored-by: Ivo <ivo-gitlab@schooneman.net>
2020-10-02 07:00:00 +13:00
buxtronix
d7b76aadb2
Support Daikin horizontal swing ( #1247 )
...
Co-authored-by: Ben Buxton <bb@cactii.net>
2020-10-01 11:24:55 -03:00
rspaargaren
0ccfdd4711
Enable reverse display of the Max7219 digit ( #1234 )
...
* add reverse option
* Update max7219digit.cpp
adding space for formatting
* Update esphome/components/max7219digit/display.py
Copy past error...
Co-authored-by: Otto Winter <otto@otto-winter.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-09-28 06:17:28 +13:00
Florian Gareis
0e59243b83
Replace CENTER_LEFT with TOP_LEFT to match other printf function ( #1295 )
2020-09-26 22:02:13 +12:00
Kevin Pelzel
01bbd04a5a
Add Fan and Swing Support to fujitsu-general Component ( #1287 )
...
* Added fan and swing support to fujitsu-general
* fixed formatting
2020-09-24 00:07:51 -03:00
Guillermo Ruffino
50238f8d72
Bump version to v1.15.2
2020-09-20 11:30:30 -03:00
Luke Fitzgerald
704470d606
fix(remote_receiver): Add missing pin setup for ESP32 ( #1252 )
2020-09-20 11:30:25 -03:00
Jesse Hills
f7e6195466
Readds the battery level for xiaomi_hhccjcy01 ( #1288 )
2020-09-20 11:30:24 -03:00
Jesse Hills
a0bb7c3ed0
Adds new homeassistant.tag_scanned action ( #1281 )
2020-09-20 11:30:22 -03:00
Luke Fitzgerald
e3a6c9a6cf
fix(remote_receiver): Add missing pin setup for ESP32 ( #1252 )
2020-09-19 23:40:33 -03:00
Jesse Hills
99598d87a9
Readds the battery level for xiaomi_hhccjcy01 ( #1288 )
2020-09-19 23:37:34 -03:00
EmbeddedDevver
b5df50893b
Update max31855.cpp ( #1273 )
...
line 47: mem
It's valid to have mem value of zero (0) when the temperature of the IC and the k-probe equals exactly zero degrees.
2020-09-16 12:41:29 +02:00
dependabot[bot]
f46b3d15cd
Bump platformio from 4.3.4 to 5.0.1 ( #1275 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-09-16 12:38:33 +02:00
Jesse Hills
703e9673c2
Adds new homeassistant.tag_scanned action ( #1281 )
2020-09-16 12:29:20 +02:00
dependabot[bot]
e7bd93b4b0
Bump pylint from 2.5.3 to 2.6.0 ( #1262 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-09-16 12:12:40 +02:00
Guillermo Ruffino
c50da1593a
Bump version to v1.15.1
2020-09-14 21:39:08 -03:00
Jesse Hills
1d06426281
Adds support for Tuya Climate temperature multiplier ( #1276 )
...
* Adds support for temperature multiplier
* Add new multiplier to test file
* Remove import
* Fixes
2020-09-14 21:39:04 -03:00
akoivist
9c5b693dd5
Fix for Ruuvi voltage parsing of RAWv2 format ( #1267 )
...
Power_info should be 2 bytes, so changed uint8 to uint16. With uint8 voltage is always reported to be near 1.6V.
2020-09-14 21:39:03 -03:00
Guillermo Ruffino
5fecc70db1
fix sntp timezone ( #1266 )
2020-09-14 21:39:01 -03:00
Jesse Hills
ff24023b39
Adds support for Tuya Climate temperature multiplier ( #1276 )
...
* Adds support for temperature multiplier
* Add new multiplier to test file
* Remove import
* Fixes
2020-09-14 19:33:37 -03:00
Guillermo Ruffino
52c4dd0e35
Bump version to v1.15.0
2020-09-13 14:18:32 -03:00
Guillermo Ruffino
ff90f6a440
Merge branch 'beta' into bump-1.15.0
2020-09-13 14:18:19 -03:00
akoivist
e24d5c172f
Fix for Ruuvi voltage parsing of RAWv2 format ( #1267 )
...
Power_info should be 2 bytes, so changed uint8 to uint16. With uint8 voltage is always reported to be near 1.6V.
2020-09-01 19:17:15 -03:00
Guillermo Ruffino
0918f452a0
fix sntp timezone ( #1266 )
2020-09-01 19:15:26 -03:00
Guillermo Ruffino
ff050d634a
Bump version to v1.15.0b4
2020-08-23 21:53:50 -03:00
Keith Burzinski
228670df78
Fix SSD1306 post-setup brightness control ( #1090 )
...
* Fix post-setup brightness control
* Add turn_on() and turn_off() methods
* Added is_on() method
* Set brightness later in setup()
* Use clamp() for brightness validation
2020-08-23 21:53:46 -03:00
Guillermo Ruffino
cfe4638665
fixes deg symbol not shown ( #1248 )
2020-08-23 21:53:45 -03:00
Guillermo Ruffino
b7352b1345
Image bit dephts ( #1241 )
2020-08-23 21:53:43 -03:00
Otto Winter
32ae8fc2d0
Bump docker base image to 2.6.0 ( #1245 )
2020-08-23 21:53:41 -03:00
Guillermo Ruffino
86df4c1d8d
make powered on assume public ( #1240 )
2020-08-23 21:53:40 -03:00
Jesse Hills
dc4a88029c
Script mode fix ( #1238 )
2020-08-23 21:53:38 -03:00
Otto Winter
5da9b2ede7
Fix tuya.cpp compile warning ( #1232 )
2020-08-23 21:53:37 -03:00
Otto Winter
29cfcfaf0f
Fix ESP8266 core has a broken settimeofday implementation ( #1231 )
2020-08-23 21:53:36 -03:00
Otto Winter
61bfd347ea
Bump ESPAsyncTCP from 1.2.2 to 1.2.3 ( #1227 )
2020-08-23 21:53:34 -03:00
Otto Winter
b7436c0b22
Bump ESP8266 Arduino framework from 2.7.2 to 2.7.3 ( #1229 )
2020-08-23 21:53:33 -03:00
Keith Burzinski
69f5d8cd0f
Fix SSD1306 post-setup brightness control ( #1090 )
...
* Fix post-setup brightness control
* Add turn_on() and turn_off() methods
* Added is_on() method
* Set brightness later in setup()
* Use clamp() for brightness validation
2020-08-23 20:36:11 -03:00
Guillermo Ruffino
9a57e8fcb0
fixes deg symbol not shown ( #1248 )
2020-08-13 23:21:19 -03:00
Guillermo Ruffino
a9d75ca4f4
Image bit dephts ( #1241 )
2020-08-11 15:28:30 +02:00
Otto Winter
ccb6fc3010
Bump docker base image to 2.6.0 ( #1245 )
2020-08-08 18:42:21 +02:00
Ian Leeder
8a294e4134
Clean up ALLOWED_CHARS ( #1235 )
2020-08-06 17:29:45 +02:00
Guillermo Ruffino
aad9a539c1
make powered on assume public ( #1240 )
2020-08-06 17:13:19 +02:00
Jesse Hills
fd6ac529fb
Script mode fix ( #1238 )
2020-08-06 17:08:48 +02:00
Otto Winter
009cea1abf
Fix tuya.cpp compile warning ( #1232 )
2020-07-30 17:26:40 +02:00
Otto Winter
4c3c14ec32
Fix ESP8266 core has a broken settimeofday implementation ( #1231 )
2020-07-30 11:41:06 +02:00
Otto Winter
636c9db1e3
Bump ESPAsyncTCP from 1.2.2 to 1.2.3 ( #1227 )
2020-07-30 11:38:57 +02:00
Ian Leeder
aea2e9a6bb
Add hyphen to supported name characters ( #1223 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-30 00:02:34 +02:00
Otto Winter
3f6f3c14c4
Bump ESP8266 Arduino framework from 2.7.2 to 2.7.3 ( #1229 )
2020-07-29 23:29:38 +02:00
Otto Winter
e2b5ecb78b
Bump version to v1.15.0b3
2020-07-29 20:05:22 +02:00
dr-oblivium
44af5e439c
wpa2 enterprise fixes: also copy eap parameters, don't require psk password to be set ( #1215 )
2020-07-29 20:05:22 +02:00
Otto Winter
dbc0d500d8
Bump ESPAsyncWebServer-esphome to v1.2.7 ( #1221 )
2020-07-29 20:05:21 +02:00
Emil Hesslow
86736aa480
Stop infinite loop in light on_turn_on ( #1219 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-29 20:05:21 +02:00
Guillermo Ruffino
f6fe6e6bff
renamed icon molecule co2 ( #1217 )
...
* renamed icon molecule co2
* sort of course
2020-07-29 20:05:20 +02:00
dr-oblivium
2697c9465b
wpa2 enterprise fixes: also copy eap parameters, don't require psk password to be set ( #1215 )
2020-07-29 18:18:53 +02:00
Otto Winter
8d204655be
Bump ESPAsyncWebServer-esphome to v1.2.7 ( #1221 )
2020-07-29 12:57:43 +02:00
Emil Hesslow
36e4a8b444
Stop infinite loop in light on_turn_on ( #1219 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-29 09:13:51 +02:00
Guillermo Ruffino
a6f6b8da7f
renamed icon molecule co2 ( #1217 )
...
* renamed icon molecule co2
* sort of course
2020-07-28 15:17:24 -03:00
Otto Winter
fc6a3e31c2
Bump version to v1.15.0b2
2020-07-28 12:15:41 +02:00
Otto Winter
a32b58fdf1
Downgrade FastLED to 3.3.2 ( #1212 )
...
Fixes https://github.com/esphome/issues/issues/1375
2020-07-28 12:15:41 +02:00
Otto Winter
2d50ecbecf
Fix prometheus has wrong setup priority ( #1211 )
...
Fixes https://github.com/esphome/issues/issues/1377
2020-07-28 12:15:40 +02:00
Gediminas Šaltenis
87f1ffec05
Fix AS3935 sensor configuration issues ( #1210 )
...
* Fix AS3935 coniguration
* Increase verbosity
2020-07-28 12:15:40 +02:00
Otto Winter
f0dfde9fa1
Fix base config should override packages config ( #1209 )
2020-07-28 12:15:40 +02:00
Otto Winter
e36dc2d05e
ESP8266 change recommended framework version to 2.7.2 ( #1208 )
2020-07-28 12:15:39 +02:00
Otto Winter
08c8fa2c90
Mitigate CVE-2020-12638 WiFi WPA Downgrade ( #1207 )
...
Co-authored-by: Lukas Bachschwell <lukas@lbsfilm.at>
2020-07-28 12:15:39 +02:00
Otto Winter
fe6621357e
Downgrade FastLED to 3.3.2 ( #1212 )
...
Fixes https://github.com/esphome/issues/issues/1375
2020-07-28 12:10:55 +02:00
Otto Winter
4a0067a2c5
Fix prometheus has wrong setup priority ( #1211 )
...
Fixes https://github.com/esphome/issues/issues/1377
2020-07-28 12:01:38 +02:00
Gediminas Šaltenis
b270ff335d
Fix AS3935 sensor configuration issues ( #1210 )
...
* Fix AS3935 coniguration
* Increase verbosity
2020-07-28 10:34:42 +02:00
Otto Winter
7d2fcf59fd
Fix base config should override packages config ( #1209 )
2020-07-27 18:23:00 +02:00
Otto Winter
d26c43103d
ESP8266 change recommended framework version to 2.7.2 ( #1208 )
2020-07-27 18:22:47 +02:00
Otto Winter
389889ad70
Mitigate CVE-2020-12638 WiFi WPA Downgrade ( #1207 )
...
Co-authored-by: Lukas Bachschwell <lukas@lbsfilm.at>
2020-07-27 18:22:38 +02:00
Otto Winter
e898345ff1
Cleanup web server prometheus integration ( #1192 )
2020-07-27 12:10:06 +02:00
Guillermo Ruffino
f39bf9c1e5
fix dashboard select drop down ( #1205 )
2020-07-27 12:10:06 +02:00
dependabot[bot]
9483a9c8c4
Update cryptography requirement from <3,>=2.0.0 to >=2.0.0,<4 ( #1206 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-27 12:10:05 +02:00
Otto Winter
52639a0a7c
Cleanup web server prometheus integration ( #1192 )
2020-07-27 12:07:05 +02:00
Guillermo Ruffino
a1e10f384e
fix dashboard select drop down ( #1205 )
2020-07-27 11:43:51 +02:00
dependabot[bot]
27d4b3b8ad
Update cryptography requirement from <3,>=2.0.0 to >=2.0.0,<4 ( #1206 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-27 11:43:10 +02:00
Otto Winter
4b8e910e3f
Fix bad merge lint
2020-07-26 22:59:46 +02:00
Otto Winter
9c0e463698
Fix bad merge for UART
2020-07-26 22:48:50 +02:00
Otto Winter
c1748d586e
Bump version to v1.15.0b1
2020-07-26 22:12:58 +02:00
Otto Winter
4c55b9c58c
Bump version to v1.16.0-dev
2020-07-26 22:12:58 +02:00
Otto Winter
312958c573
Merge branch 'dev' into bump-1.15.0b1
2020-07-26 22:12:53 +02:00
Otto Winter
65a489ebdd
Revert "Added auto discovery and setup to Dallas Platform ( #1028 )" ( #1189 )
...
This reverts commit 021055f0b8
.
2020-07-26 15:43:10 +02:00
Keith Burzinski
bd392e2efc
Fix set point logging issue ( #1201 )
2020-07-26 14:34:11 +02:00
Jesse Hills
25ad33a377
Add @jesserockz to codeowners ( #1202 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-26 14:33:16 +02:00
Guillermo Ruffino
8215a018e9
Add @glmnet components ( #1200 )
2020-07-25 22:19:13 +02:00
Guillermo Ruffino
f6e3070dd8
rtttl player ( #1171 )
...
* rtttl player
* fixes
* Cleanup, add action, condition, etc.
* add test
* updates
* fixes
* Add better error messages
* lint
2020-07-25 12:57:11 -03:00
Otto Winter
4996967c79
Add CODEOWNERS mechanism ( #1199 )
2020-07-25 15:57:18 +02:00
Otto Winter
5887fe8302
Enlarge ESP32 app partitions ( #1197 )
2020-07-25 14:40:47 +02:00
Otto Winter
0fc8e8d483
Fix SN74HC595 doesn't use ESPHome HAL and add lint checks for it ( #1188 )
2020-07-25 14:22:56 +02:00
Otto Winter
55388724af
Revert "Sort keys in dicts in output yaml for 'config' command ( #1049 )" ( #1191 )
2020-07-25 14:21:56 +02:00
Otto Winter
32efa5d83e
New script modes POC ( #1168 )
...
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-25 14:20:51 +02:00
Otto Winter
275c12150e
Partially revert make SPI CS pin optional ( #1187 )
2020-07-25 14:05:31 +02:00
Otto Winter
62468198d6
Clean up UART Improvements code ( #1190 )
2020-07-25 13:56:08 +02:00
Otto Winter
43d5e7a8cc
Fix WLED minor issues ( #1193 )
2020-07-24 22:37:19 +02:00
Otto Winter
7524493c3c
Fix senseair flush input buffer wrong log level ( #1194 )
...
See also https://github.com/esphome/esphome/pull/1017/files
2020-07-24 22:36:59 +02:00
Otto Winter
5759de079b
Remove symlink_ops.py ( #1196 )
...
We no longer use symlinks anywhere
2020-07-24 22:36:25 +02:00
Otto Winter
f3d5d27c8f
WPA2 Enterprise Attempt 2 ( #1158 )
2020-07-24 15:40:05 +02:00
Otto Winter
c030be4d3f
Fix dashboard logout button and py3.8 removed hmac.new digestmod ( #1156 )
...
* Fix dashboard logout button and py3.8 removed hmac.new digestmod
* Just use SHA256
No reason to use HMAC here, as authenticity is not an issue
* Wrong branch
* Clenaup
2020-07-24 11:10:09 +02:00
Otto Winter
50cf57affb
ESP8266 Disable Pin Initialization on Boot to fix pin toggling ( #1185 )
2020-07-24 10:41:34 +02:00
Otto Winter
2e1d14b8b1
Bump NeoPixelBus from 2.5.2 to 2.5.7 ( #1165 )
2020-07-24 10:10:40 +02:00
Otto Winter
e8272759be
Try to fix serial ports listing ( #1155 )
2020-07-24 10:09:43 +02:00
Peter Kuehne
ebbfab608c
Feature/wizard tests ( #1167 )
2020-07-23 23:51:14 +02:00
Frank Bakker
a5e1f8fe19
Fixed type mismatch between result_ field and preference of integration sensor ( #1178 )
2020-07-23 23:40:40 +02:00
dr-oblivium
1b2de953d0
Fix Home Assistant API disconnects when using st7789v display. ( #1179 )
2020-07-23 23:40:30 +02:00
Troon
11c1fe8827
mdi:timer icon replaced with mdi:timer-outline ( #1181 )
...
Aligned to the MDI changelog here: https://dev.materialdesignicons.com/upgrade#4.9.95-to-5.0.45
2020-07-23 10:27:44 -03:00
Víctor Ferrer García
f29622abe1
Fix rf_bridge send and receive ( #1180 )
...
* Fix rf_bridge send and receive
* rf_bridge clang-format changes
* rf_bridge pased data bug fix
* rf_bridge logvv included for parsed data
2020-07-23 10:27:22 -03:00
Nikolay Vasilchuk
10e411f8c1
http_request fix urls caching ( #1174 )
...
* Fix cache
* CI Fix
Co-authored-by: Nikolay Vasilchuk <nikolay.vasilchuk@corp.mail.ru>
2020-07-21 17:26:21 -03:00
Wilhelm Erasmus
6405799cc2
fix(cover yaml validation): adds gate to coincide with Home Assistant ( #1175 )
...
Co-authored-by: Wilhelm Erasmus <iam@erasmuswill.dev>
2020-07-20 18:09:04 -03:00
Guillermo Ruffino
48f3dfe455
Arduino dev branch changed ( #1139 )
2020-07-17 14:31:05 +02:00
dependabot[bot]
2e54d3f98d
Bump flake8 from 3.7.9 to 3.8.3 ( #1161 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-16 10:03:11 +02:00
Otto Winter
0cc3902ffc
Add tasmota magic bits, Tasmota compat check ( #1152 )
2020-07-15 15:29:41 +02:00
Otto Winter
4752096520
Don't remove location information for packages ( #1133 )
2020-07-15 15:27:24 +02:00
Otto Winter
d5c59292c8
Add pytest to CI ( #1138 )
2020-07-15 14:00:02 +02:00
Otto Winter
1254ec2849
Fix Waveshare 7.50inV2 ( #1143 )
...
See also https://github.com/esphome/esphome/pull/1077
2020-07-15 13:50:35 +02:00
Samuel Sieb
13696b1ec4
add mqtt speed topics for fan ( #1140 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2020-07-15 11:45:54 +02:00
Otto Winter
764eb960c6
Update build scripts
2020-07-15 01:37:30 +02:00
Otto Winter
17b55fc23d
Tuya Sensor remove commented out code (style guide) ( #1132 )
2020-07-14 19:00:01 +02:00
Otto Winter
e20c994b82
Fix adding another mbedtls ( #1131 )
2020-07-14 18:59:48 +02:00
Otto Winter
465cd3d1f9
Add exposure notifications ( #1135 )
2020-07-14 18:47:17 +02:00
Otto Winter
412351fd1e
Use inclusive terminology ( #1137 )
2020-07-14 18:45:42 +02:00
Peter Kuehne
5776e70d7c
Bug/fix internal flag in binary sensor ( #1136 )
2020-07-14 17:59:03 +02:00
Peter Kuehne
2012c769f6
Feature/fix unit tests ( #1129 )
2020-07-14 13:11:58 +02:00
Carlos Gustavo Sarmiento
351ecf9bd4
Allow updating pid control params ( #1115 )
2020-07-13 22:30:17 +02:00
Dmitry Berezovsky
e6f42fa6f0
Packages feature ( #1052 )
...
* Started to work on packages feature
* Added some more validation to packages config
* Fixed some linter warnings
* Updated tests
* Reordered consts to avoid linter error
* Reordered consts to avoid linter error
* Refactored test yaml files to integrate into existing test pipeline
Co-authored-by: Dmitry Berezovsky <dmitry.berezovsky@logicify.com>
2020-07-13 11:45:06 -03:00
Joppy
582ac4ac81
Add support for Toshiba heat pumps ( #1121 )
...
The IR signals are based on captures from the WH-H01EE remote
controller.
Both transmit and receive are supported.
2020-07-13 09:23:53 -03:00
vxider
5d136a18af
brightness support for nextion ( #1109 )
2020-07-12 15:12:28 -03:00
Paul Deen
c8998941a5
Add 7.5inch v2 waveshare ( #1077 )
...
* Added 7.5inchV2
* Added 7.5inV2
* Added 7.5inch_V2
* fixed Display function
* Inverted bytecode
Added ~() to invert the bytecode and make the screen look black text on white background
* Hoping to keep Travis happy with blank lines
* more travis hacking
* travis happy?
* wow
* gfhj
2020-07-11 20:03:13 -03:00
Wauter
e41ea42074
feature request 398 add 'hide timestamp' option for version text sensor ( #1085 )
...
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 19:55:30 -03:00
Jesse Hills
ed5f207eba
Add support for Tuya Binary Sensors ( #1089 )
...
* Add Tuya binary sensor
* Add tuya binary sensor to test4
* Fix copy/paste
* Forgot id
2020-07-11 19:50:41 -03:00
Jesse Hills
a76b8e745b
Add support for Tuya Sensors ( #1088 )
...
* Add Tuya sensor
* Add tuya sensor to test4
* Forgot id
2020-07-11 19:46:10 -03:00
Jesse Hills
68d29c5af5
Add support for Tuya Climate devices ( #1076 )
...
* Start support for tuya climate devices
* Add tuya climate to test4
* Fix lint and cast
* Remove blank line
* Try to display accurate action based on observed behaviour.
* Fix action when in off mode
* Improve config dump
* merge use of CONF_SWITCH_DATAPOINT
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 19:04:34 -03:00
Samuel Sieb
c3acf08c02
fix script.wait action ( #1120 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 18:32:10 -03:00
Jesse Hills
ef9e6e4d6e
Add support for Tuya Switches ( #1074 )
...
* Add tuya component to test4.yaml
* Add support for tuya switches
* Better config dump
2020-07-11 17:52:29 -03:00
Guillermo Ruffino
f3158c8b24
fixes script wait not waiting ( #1123 )
2020-07-11 17:33:25 -03:00
Guillermo Ruffino
dd4ea51d1f
Merge branch 'dev' of https://github.com/esphome/esphome into dev
2020-07-10 18:55:38 -03:00
Guillermo Ruffino
45f6926a5a
point dev docs to next url
2020-07-10 18:55:16 -03:00
Guillermo Ruffino
ec026ab3a8
Revert "Add ESP32 support for WPA2-EAP Enterprise WiFi authentication ( #1080 )" ( #1117 )
...
This reverts commit c693c219f4
.
2020-07-10 17:36:29 -03:00
Keith Burzinski
417a3cdf51
Add SSD1351 OLED display support ( #1100 )
...
* Add SSD1351 display support
* Linting round 2
* Updated/rebased for proper Color support
* Fix color image processing
2020-07-09 23:49:26 -03:00
Keith Burzinski
7fa98e288f
SSD1325 grayscale support ( #1064 )
...
* SSD1325 grayscale support implemented
* Linted
* Fix garbage on display at power-up
* Rebase
* Linted
* Add brightness control, CS fixes
* Fix up SSD1327 init
* Add turn_on() and turn_off() methods
* Set brightness later in setup(), logging tweak
* Added is_on() method
* Added grayscale image support
* Updated to use Color, 1327 GS fix
2020-07-09 21:53:49 -03:00
Tom Price
c693c219f4
Add ESP32 support for WPA2-EAP Enterprise WiFi authentication ( #1080 )
...
* Add config generation and validation to support various WPA2-EAP authentication methods.
Config generate validates that all the required parameters are set in valid combinations.
In the event of EAP-TLS, the private key is matched to the certificate to check for pasting errors.
Add EAPAuth struct to header.
Add eap_auth property to WiFiAP with getters/setters.
* Add C++ code for setting WPA2-EAP authentication.
* Fix config for x509 EAP-TLS authentication.
* Fix a few linting issues.
* Fix a couple more linting issues that only showed up in CI
* Remove stray character.
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-09 21:35:35 -03:00
peq123
e5d4e12457
RGBWW - added channel interlock for RGB vs white ( #1042 )
...
* Update light_color_values.h
* Update light_color_values.h
* Update light_color_values.h
* Update light_color_values.h
* colour relative to white value
* Update light_state.cpp
* Update light_state.cpp
* Update light_state.cpp
* Update light_state.cpp
* Update light_color_values.h
* Update light_state.cpp
* linting
* Update light_state.cpp
* Update light_color_values.h
* more lint
* more lint
* Update light_state.cpp
* Update light_state.cpp
* Update light_state.cpp
* add optional interlock
* Update test1.yaml
* Update light_state.cpp
* Update light_state.h
* interlock
* optional interlock.
* interlock as trait
* color interlock as trait
* optional color interlock....
* optional color interlock
* Update light_color_values.h
* Lint checks....
* making travis happy
* making sure gamma_correct fix is included
* Update light_color_values.h
* making travis happy
* clang-format
* Code tidy
* Update light_color_values.h
* Update light_color_values.h
2020-07-09 20:29:44 -03:00
Carlos Gustavo Sarmiento
33212d1abf
Add Integral Reset Action to PIDClimate ( #1104 )
2020-07-09 20:25:46 -03:00
Guillermo Ruffino
6873f09f57
Fix ethernet logging too many warn messages ( #1112 )
2020-07-08 15:25:32 -03:00
Guillermo Ruffino
382793de9a
unpin mbedtls version ( #1114 )
2020-07-08 12:29:16 -03:00
Keith Burzinski
d4e76185bd
Thermostat component ( #1105 )
...
* Add thermostat component
* Add hysteresis accessor
* Linted
* Fixed up const.py and test
* Fix test...again...oops
2020-07-01 22:38:51 -03:00
vxider
8566dd9100
use default avg mode ( #1102 )
2020-07-01 22:36:36 -03:00
Guillermo Ruffino
f479eae714
Revert "Climate bang bang enhancements ( #1061 )" ( #1106 )
...
This reverts commit 0082c5b459
.
2020-07-01 14:08:55 -03:00
Jonathan Adams
31067530a5
Fixes esphome/issues#1192 - Save on upload bug ( #1107 )
2020-07-01 14:08:17 -03:00
Andrew Zaborowski
2f07225984
Fix: Component script not stopped in certain situations ( #1004 )
...
* Move stop/is_running implementation to Action base class
Try to fix issue #1105 . Until now if an UpdateComponentAction, a
LambdaAction, or any action that can contain those inside their
"else" or "then" action lists, resulted in a call to script.stop on
the script that contains them, the script would continue running,
because they didn't implement a stop() method. Basically only
the asynchronous ones did: DelayAction, WaitUntilAction and
ScriptWaitAction.
With this change num_running_ in Action replaces
DelayAction::num_running_ and WaitUntilAction::triggered_ to provide
the same is_running logic to other actions.
* Make some Action methods protected
Apparently play()/stop() etc. are not meant to be called directly by
users of the class and if they're called directly that would not give
the expected result for the classes that have an empty play().
Make all methods except play_complex, stop_comples and is_running
protected. While there also make RemoteTransmitterActionBase::encode
protected.
* lint
* format
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-06-28 19:44:15 -03:00