RubyBailey 
							
						 
					 
					
						
						
							
						
						1e46b4073f 
					 
					
						
						
							
							Mitsubishi Heat Pump - Fixed default transmit_state to be generic instead of for a specific type of heat pump ( #1414 )  
						
						... 
						
						
						
						Co-authored-by: RubyBailey <ruby_bailey11@hotmail.com >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com > 
						
						
					 
					
						2021-05-12 16:07:28 +12:00 
						 
				 
			
				
					
						
							
							
								krunkel 
							
						 
					 
					
						
						
							
						
						29fc4af0fc 
					 
					
						
						
							
							Add delay to aht10.cpp ( #1498 )  
						
						
						
						
					 
					
						2021-05-12 15:50:26 +12:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4030a2e253 
					 
					
						
						
							
							Bump pytest from 6.2.3 to 6.2.4 ( #1769 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-12 15:44:33 +12:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ea80cb751b 
					 
					
						
						
							
							Bump flake8 from 3.9.0 to 3.9.2 ( #1763 )  
						
						... 
						
						
						
						Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.9.0 to 3.9.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.0...3.9.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-12 15:33:20 +12:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6aa61dbce7 
					 
					
						
						
							
							Bump black from 21.5b0 to 21.5b1 ( #1768 )  
						
						... 
						
						
						
						Bumps [black](https://github.com/psf/black ) from 21.5b0 to 21.5b1.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-12 15:25:23 +12:00 
						 
				 
			
				
					
						
							
							
								Yuval Aboulafia 
							
						 
					 
					
						
						
							
						
						cdc9c99d40 
					 
					
						
						
							
							Use core constants for sample duration on bh1750 ( #1764 )  
						
						... 
						
						
						
						Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com > 
						
						
					 
					
						2021-05-12 10:16:59 +12:00 
						 
				 
			
				
					
						
							
							
								André Klitzing 
							
						 
					 
					
						
						
							
						
						a546677b08 
					 
					
						
						
							
							Fix build issues for idf 4.2 (Support ESP32-S2) ( #1433 )  
						
						... 
						
						
						
						Co-authored-by: Otto winter <otto@otto-winter.com > 
						
						
					 
					
						2021-05-12 08:31:40 +12:00 
						 
				 
			
				
					
						
							
							
								Jesse Hills 
							
						 
					 
					
						
						
							
						
						5c3af1d3f6 
					 
					
						
						
							
							Allow duration for deep_sleep.enter to be templateable ( #1765 )  
						
						
						
						
					 
					
						2021-05-11 12:36:14 -03:00 
						 
				 
			
				
					
						
							
							
								Ciprian Constantinescu 
							
						 
					 
					
						
						
							
						
						66b0b6feeb 
					 
					
						
						
							
							Update const.py ( #1748 )  
						
						... 
						
						
						
						* Update const.py
Added cubic meter for https://github.com/esphome/feature-requests/issues/1185 
* Update const.py
ordered alphabetically 
						
						
					 
					
						2021-05-11 12:16:51 -03:00 
						 
				 
			
				
					
						
							
							
								Maurice Makaay 
							
						 
					 
					
						
						
							
						
						7665a220a0 
					 
					
						
						
							
							Fix error when using %% in printf format. ( #1713 )  
						
						... 
						
						
						
						For printf formatting, a check is done to see if the number of
arguments matches the number of printf formatting placeholders.
The escape code `%%` that is used for representing a literal `%`
is also counted as a placeholder, but no argument will be provided
for that one.
This makes it impossible to use something like `("%f%%", percentage)`
in the code. In such case, one gets the error:
  `Found 2 printf-patterns (%f, %%), but 1 args were given!`
This commit fixes this behavior by omitting the `%%` from the matches.
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net > 
						
						
					 
					
						2021-05-11 12:15:29 -03:00 
						 
				 
			
				
					
						
							
							
								Guillermo Ruffino 
							
						 
					 
					
						
						
							
						
						4250af4dd9 
					 
					
						
						
							
							Switch to esphome/AsyncTCP-esphome v1.2.2. ( #1762 )  
						
						
						
						
					 
					
						2021-05-11 12:05:49 -03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						73252ccd25 
					 
					
						
						
							
							Bump pylint from 2.7.2 to 2.8.2 ( #1729 )  
						
						... 
						
						
						
						* Bump pylint from 2.7.2 to 2.8.2
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.7.2 to 2.8.2.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.2...v2.8.2 )
Signed-off-by: dependabot[bot] <support@github.com >
* fix pylint
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com > 
						
						
					 
					
						2021-05-10 17:57:25 -03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						33bf78c369 
					 
					
						
						
							
							Bump black from 20.8b1 to 21.5b0 ( #1745 )  
						
						... 
						
						
						
						Bumps [black](https://github.com/psf/black ) from 20.8b1 to 21.5b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-10 17:25:37 -03:00 
						 
				 
			
				
					
						
							
							
								Jesse Hills 
							
						 
					 
					
						
						
							
						
						96ded4e402 
					 
					
						
						
							
							Fix quotes  
						
						
						
						
					 
					
						2021-05-10 08:05:08 +12:00 
						 
				 
			
				
					
						
							
							
								Jesse Hills 
							
						 
					 
					
						
						
							
						
						076124eb71 
					 
					
						
						
							
							Bump version to v1.19.0-dev  
						
						
						
						
					 
					
						2021-05-10 07:54:06 +12:00 
						 
				 
			
				
					
						
							
							
								Mauricio Bonani 
							
						 
					 
					
						
						
							
						
						cafdcaec29 
					 
					
						
						
							
							Update copyright year ( #1760 )  
						
						
						
						
					 
					
						2021-05-10 07:40:06 +12:00 
						 
				 
			
				
					
						
							
							
								Otto Winter 
							
						 
					 
					
						
						
							
						
						229bf719a2 
					 
					
						
						
							
							Implement external custom components installing from YAML ( #1630 )  
						
						... 
						
						
						
						* Move components import loading to importlib MetaPathFinder and importlib.resources
* Add external_components component
* Fix
* Fix
* fix cv.url return
* fix validate shorthand git
* implement git refresh
* Use finders from sys.path_hooks instead of looking for __init__.py
* use github:// schema
* error handling
* add test
* fix handling git output
* revert file check handling
* fix test
* allow full component path be specified for local
* fix test
* fix path handling
* lint
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com > 
						
						
					 
					
						2021-05-07 15:02:17 -03:00 
						 
				 
			
				
					
						
							
							
								Farzad E 
							
						 
					 
					
						
						
							
						
						2225594ee8 
					 
					
						
						
							
							Added an option to disable mDNS ( #1716 )  
						
						... 
						
						
						
						* Added an option to disable mDNS
* Fixed linter issues
* Moved the enable_mdns option to WiFi and Ethernet components
* extracted common method for add mdns library
* lint
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com > 
						
						
					 
					
						2021-05-06 12:31:42 -03:00 
						 
				 
			
				
					
						
							
							
								mbo18 
							
						 
					 
					
						
						
							
						
						f7232b199a 
					 
					
						
						
							
							Change wifi signal strength unit to dBm ( #1734 )  
						
						
						
						
					 
					
						2021-05-05 20:13:14 +12:00 
						 
				 
			
				
					
						
							
							
								Ryan Mounce 
							
						 
					 
					
						
						
							
						
						ffc6fe9ca0 
					 
					
						
						
							
							Add support for controlling Tuya fan direction ( #1409 )  
						
						
						
						
					 
					
						2021-05-05 16:24:31 +12:00 
						 
				 
			
				
					
						
							
							
								Alex Konradi 
							
						 
					 
					
						
						
							
						
						06b8e4df27 
					 
					
						
						
							
							Call Stepper::should_step_ every loop iteration ( #1373 )  
						
						
						
						
					 
					
						2021-05-05 14:32:15 +12:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
						
						b103be99e8 
					 
					
						
						
							
							Do not call component update on failed components ( #1392 )  
						
						... 
						
						
						
						Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com > 
						
						
					 
					
						2021-05-05 14:31:38 +12:00 
						 
				 
			
				
					
						
							
							
								d-two 
							
						 
					 
					
						
						
							
						
						28ed42d879 
					 
					
						
						
							
							Add Hyperion Support ( #1339 )  
						
						
						
						
					 
					
						2021-05-05 14:09:38 +12:00 
						 
				 
			
				
					
						
							
							
								0x0a11c0de 
							
						 
					 
					
						
						
							
						
						98f0d75180 
					 
					
						
						
							
							Fix   #1940 : Implement speed_count in TuyaFan ( #1654 )  
						
						... 
						
						
						
						Co-authored-by: Frank Riley <fhriley@gmail.com > 
						
						
					 
					
						2021-05-04 14:11:24 +12:00 
						 
				 
			
				
					
						
							
							
								buxtronix 
							
						 
					 
					
						
						
							
						
						dd4fb85170 
					 
					
						
						
							
							Ble client fixes ( #1739 )  
						
						... 
						
						
						
						Co-authored-by: Ben Buxton <bb@cactii.net > 
						
						
					 
					
						2021-05-04 08:51:03 +12:00 
						 
				 
			
				
					
						
							
							
								Jesse Hills 
							
						 
					 
					
						
						
							
						
						07b3327102 
					 
					
						
						
							
							Update email addresses ( #1733 )  
						
						
						
						
					 
					
						2021-05-03 11:51:10 +12:00 
						 
				 
			
				
					
						
							
							
								buxtronix 
							
						 
					 
					
						
						
							
						
						02aa75f68c 
					 
					
						
						
							
							BLE client support on ESP32 ( #1177 )  
						
						... 
						
						
						
						Co-authored-by: Ben Buxton <bb@cactii.net >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com > 
						
						
					 
					
						2021-05-03 11:10:50 +12:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
						
						07db9319ad 
					 
					
						
						
							
							Swap fan and swing fields for Fujitu ACs ( #1635 )  
						
						
						
						
					 
					
						2021-04-30 11:53:44 +12:00 
						 
				 
			
				
					
						
							
							
								Wojtek Strzalka 
							
						 
					 
					
						
						
							
						
						4ae4a4ee88 
					 
					
						
						
							
							Support for TOF10120 distance sensor ( #1375 )  
						
						
						
						
					 
					
						2021-04-29 11:49:46 +12:00 
						 
				 
			
				
					
						
							
							
								Guillermo Ruffino 
							
						 
					 
					
						
						
							
						
						a7c648b60b 
					 
					
						
						
							
							RC522 fixes ( #1479 )  
						
						
						
						
					 
					
						2021-04-29 10:50:24 +12:00 
						 
				 
			
				
					
						
							
							
								Barry Loong 
							
						 
					 
					
						
						
							
						
						4d7c1ae143 
					 
					
						
						
							
							Add Grow Fingerprint Reader ( #1356 )  
						
						
						
						
					 
					
						2021-04-29 10:08:27 +12:00 
						 
				 
			
				
					
						
							
							
								elyorkhakimov 
							
						 
					 
					
						
						
							
						
						cc6d1e85cc 
					 
					
						
						
							
							Addition of forward and reverse active energy counters to ATM90E32 sensor component ( #1271 )  
						
						... 
						
						
						
						Co-authored-by: Elyor Khakimov <elyorkhakimov@forwardnetworks.com > 
						
						
					 
					
						2021-04-29 07:15:50 +12:00 
						 
				 
			
				
					
						
							
							
								Stephen Tierney 
							
						 
					 
					
						
						
							
						
						7fb116d87d 
					 
					
						
						
							
							Add support for SHT4X ( #1512 )  
						
						
						
						
					 
					
						2021-04-28 20:22:46 +12:00 
						 
				 
			
				
					
						
							
							
								Christian Ferbar 
							
						 
					 
					
						
						
							
						
						cc43e01e34 
					 
					
						
						
							
							Add monochromatic effects: Pulse, Random ( #1616 )  
						
						
						
						
					 
					
						2021-04-28 15:05:04 +12:00 
						 
				 
			
				
					
						
							
							
								Guillermo Ruffino 
							
						 
					 
					
						
						
							
						
						6d3ccf4df5 
					 
					
						
						
							
							Change mac add mac suffix from underscore to dash ( #1702 )  
						
						
						
						
					 
					
						2021-04-27 13:41:16 +12:00 
						 
				 
			
				
					
						
							
							
								Guillermo Ruffino 
							
						 
					 
					
						
						
							
						
						bb3d0706d3 
					 
					
						
						
							
							Revert "Bump AsyncTCP-esphome to 1.2.1. ( #1693 )" ( #1709 )  
						
						... 
						
						
						
						This reverts commit aed6f2b1ea 
						
						
					 
					
						2021-04-21 10:33:59 -03:00 
						 
				 
			
				
					
						
							
							
								Richard Klingler 
							
						 
					 
					
						
						
							
						
						820dedbcd2 
					 
					
						
						
							
							Added / to default glyphs ( #1691 )  
						
						... 
						
						
						
						Co-authored-by: Charlie Root <klingler@blender.klingler.net > 
						
						
					 
					
						2021-04-21 12:10:45 +02:00 
						 
				 
			
				
					
						
							
							
								Maurice Makaay 
							
						 
					 
					
						
						
							
						
						aed6f2b1ea 
					 
					
						
						
							
							Bump AsyncTCP-esphome to 1.2.1. ( #1693 )  
						
						... 
						
						
						
						Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net > 
						
						
					 
					
						2021-04-19 20:15:37 -03:00 
						 
				 
			
				
					
						
							
							
								John Coggeshall 
							
						 
					 
					
						
						
							
						
						bf1885af3f 
					 
					
						
						
							
							Implementing the remainder of GPS data for the GPS component. ( #1676 )  
						
						
						
						
					 
					
						2021-04-11 19:15:23 +02:00 
						 
				 
			
				
					
						
							
							
								Otto Winter 
							
						 
					 
					
						
						
							
						
						d8e4f5d56b 
					 
					
						
						
							
							Sensor Average Filter Fix Floating Pointer Error Accumulating ( #1624 )  
						
						
						
						
					 
					
						2021-04-09 10:27:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						af616473aa 
					 
					
						
						
							
							Bump protobuf from 3.15.7 to 3.15.8 ( #1682 )  
						
						... 
						
						
						
						Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.15.7 to 3.15.8.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.7...v3.15.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-04-09 10:14:38 +02:00 
						 
				 
			
				
					
						
							
							
								SenexCrenshaw 
							
						 
					 
					
						
						
							
						
						2033ac34e5 
					 
					
						
						
							
							Sgp40 ( #1513 )  
						
						... 
						
						
						
						* Start of SGP40 dev
* Clean up
* Initial Commit
* VOC is working
* Fixed up sensor config
* Lint Fixes
Added in save/restore baseline
Noted original repo in header
* Lint Fixes
Added to test
* Lint Fixes
* Added additional check on restoring
* Removed double check
* Changed defines to static const double
* Changed defines to const
Do not send voc index until sensor stabilizes
* Fixed sensor stabilization message
* Fixup according to PR
* samples_read increment fix
* Fixed missing device class
* Choose a SENSOR device class
* Moved some sensors for tests
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com > 
						
						
					 
					
						2021-04-08 22:40:19 -03:00 
						 
				 
			
				
					
						
							
							
								Otto Winter 
							
						 
					 
					
						
						
							
						
						5e239d3d88 
					 
					
						
						
							
							Automate building and publishing of esphome-lint docker image ( #1680 )  
						
						
						
						
					 
					
						2021-04-08 17:08:11 +02:00 
						 
				 
			
				
					
						
							
							
								Otto Winter 
							
						 
					 
					
						
						
							
						
						30893afd67 
					 
					
						
						
							
							Add Arduino ESP32 version mapping ( #1679 )  
						
						... 
						
						
						
						See also https://github.com/platformio/platform-espressif32/releases/tag/v3.2.0  
						
						
					 
					
						2021-04-08 17:07:19 +02:00 
						 
				 
			
				
					
						
							
							
								SenexCrenshaw 
							
						 
					 
					
						
						
							
						
						a39bb7b92f 
					 
					
						
						
							
							Support custom build_flags for bme680_bsec ( #1678 )  
						
						
						
						
					 
					
						2021-04-08 17:06:54 +02:00 
						 
				 
			
				
					
						
							
							
								Dan Gentry 
							
						 
					 
					
						
						
							
						
						b53f9f2a81 
					 
					
						
						
							
							Daylight Saving Time spelling fix ( #1677 )  
						
						
						
						
					 
					
						2021-04-08 17:04:40 +02:00 
						 
				 
			
				
					
						
							
							
								Otto Winter 
							
						 
					 
					
						
						
							
						
						586e36906d 
					 
					
						
						
							
							Fix sensor.sensor_schema interface changed ( #1659 )  
						
						
						
						
					 
					
						2021-04-08 14:37:55 +02:00 
						 
				 
			
				
					
						
							
							
								Gareth Cooper 
							
						 
					 
					
						
						
							
						
						e6f8e73705 
					 
					
						
						
							
							Receive long MQTT payload ( #1590 )  
						
						
						
						
					 
					
						2021-04-08 14:26:34 +02:00 
						 
				 
			
				
					
						
							
							
								Peter Kuehne 
							
						 
					 
					
						
						
							
						
						eaf9735eda 
					 
					
						
						
							
							Disallow _ in node name ( #1632 )  
						
						
						
						
					 
					
						2021-04-08 14:26:01 +02:00 
						 
				 
			
				
					
						
							
							
								Guillermo Ruffino 
							
						 
					 
					
						
						
							
						
						2e50e1f506 
					 
					
						
						
							
							Fix servo detach chopped PWM ( #1650 )  
						
						
						
						
					 
					
						2021-04-08 14:22:30 +02:00