dependabot[bot]
8eb0dba1c3
Bump voluptuous from 0.11.7 to 0.12.0
...
Bumps [voluptuous](https://github.com/alecthomas/voluptuous ) from 0.11.7 to 0.12.0.
- [Release notes](https://github.com/alecthomas/voluptuous/releases )
- [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alecthomas/voluptuous/commits/v0.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-14 13:15:13 +00:00
Alexander Pohl
4e83455879
Merge pull request #11 from ahpohl/dependabot/pip/flake8-3.8.4
...
Bump flake8 from 3.8.3 to 3.8.4
2020-10-14 15:14:54 +02:00
Alexander Pohl
4a6e5bbf67
Merge pull request #12 from ahpohl/dependabot/pip/pytest-6.1.1
...
Bump pytest from 6.0.2 to 6.1.1
2020-10-14 15:14:39 +02:00
Alexander Pohl
fc20c4169d
Merge pull request #13 from ahpohl/dependabot/pip/colorlog-4.4.0
...
Bump colorlog from 4.2.1 to 4.4.0
2020-10-14 15:14:24 +02:00
dependabot[bot]
87bbf95d86
Bump colorlog from 4.2.1 to 4.4.0
...
Bumps [colorlog](https://github.com/borntyping/python-colorlog ) from 4.2.1 to 4.4.0.
- [Release notes](https://github.com/borntyping/python-colorlog/releases )
- [Commits](https://github.com/borntyping/python-colorlog/compare/v4.2.1...v4.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 06:54:28 +00:00
Alexander Pohl
a347153fed
fix lint-python
2020-10-11 12:00:29 +02:00
Alexander Pohl
db41d016a2
add ATC battery voltage to test2.yaml
2020-10-11 11:49:13 +02:00
Alexander Pohl
40ad12de5c
fix merge conflicts add battery voltage
2020-10-11 11:47:10 +02:00
Alexander Pohl
f9948603c3
Merge branch 'dev' of https://github.com/esphome/esphome into atc_mithermometer
2020-10-11 11:41:03 +02:00
dependabot[bot]
1b6ed80431
Bump pytest from 6.0.2 to 6.1.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.0.2 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-11 09:32:18 +00:00
Alexander Pohl
cf6205f9b8
Merge branch 'dev' of https://github.com/esphome/esphome into dev
2020-10-11 11:30:04 +02:00
Alexander Pohl
6d8fc4e5cb
Merge branch 'atc_mithermometer' of github.com:ahpohl/esphome into atc_mithermometer
2020-10-11 11:22:36 +02:00
Alexander Pohl
6f57c6a48e
Merge pull request #7 from vevsvevs/atc_mithermometer
...
Added battery voltage sensor.
2020-10-11 11:21:11 +02:00
vevsvevs
908500d35f
Add files via upload
2020-10-11 05:22:39 +03:00
MartinWelsch
4988349677
Fix Light Trigger ( #1308 )
...
* make LightTransitionTransformer publish at end
* adjust on trigger + cleanup
* add target_state_reached_callback_
* fix format
* revert publish_at_end change
* fix bug for rapid on/off switching + remove debug logging
* formatting
* call state reached callback when no transition
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-10-10 22:50:53 -03:00
Samuel Sieb
e35d56defe
Fix max7219digit chip_rotation: 180 ( #1321 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2020-10-06 10:15:40 +13:00
dependabot[bot]
20952632db
Bump flake8 from 3.8.3 to 3.8.4
...
Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.8.3 to 3.8.4.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:52:15 +00:00
Ash McKenzie
5c86f332b2
Add new time.has_time condition ( #1255 )
2020-10-04 17:22:28 +02:00
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
Jesse Hills
e09fefd389
Dont fast fail testing so results are not hidden in matrix builds ( #1286 )
2020-09-30 06:50:06 +13:00
dependabot[bot]
febc485da6
Bump pytest-cov from 2.10.0 to 2.10.1 ( #1253 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.10.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-27 20:31:46 -03:00
dependabot[bot]
2ae709c2ba
Bump paho-mqtt from 1.5.0 to 1.5.1 ( #1297 )
...
Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/eclipse/paho.mqtt.python/releases )
- [Changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt )
- [Commits](https://github.com/eclipse/paho.mqtt.python/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-27 20:31:21 -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
Alexander Pohl
d2d6cdcd41
update codeowners
2020-09-24 07:39:01 +02:00
Alexander Pohl
b695930038
two lines after function or class definition
2020-09-24 07:33:48 +02:00
Alexander Pohl
fa26295f50
add newlines, remove spaces
2020-09-24 07:28:40 +02:00
Alexander Pohl
212604bebe
mark codeowner, make functions protected
2020-09-24 07:20:46 +02: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
Alexander Pohl
6f36463786
fix travis ci build issues
2020-09-20 11:23:10 +02:00
Alexander Pohl
272c971a4c
remove some comments
2020-09-20 11:18:16 +02:00
Alexander Pohl
387dfbaf88
add ATC Mithermometer component
2020-09-20 10:51:45 +02:00
Alexander Pohl
79f7147bbf
Merge branch 'atc_mithermometer' into dev
2020-09-20 09:51:37 +02:00
Alexander Pohl
37c1513da2
Merge branch 'dev' of https://github.com/esphome/esphome into dev
2020-09-20 09:50:58 +02:00
Alexander Pohl
c79643d529
Merge branch 'dev' of https://github.com/esphome/esphome into atc_mithermometer
2020-09-20 09:50:11 +02: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
dependabot[bot]
041b4ec66e
Bump pytest from 6.0.1 to 6.0.2 ( #1280 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.0.1...6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 12:32:52 +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
dependabot[bot]
a401c71d3e
Bump protobuf from 3.12.4 to 3.13.0 ( #1254 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.12.4 to 3.13.0.
- [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.12.4...v3.13.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 17:18:18 +02:00
dependabot[bot]
5bae233334
Bump pytest-mock from 3.2.0 to 3.3.1 ( #1263 )
...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock ) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases )
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.2.0...v3.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 17:16:32 +02: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
vevsvevs
d62e1a4c6e
Add files via upload
2020-09-06 05:05:06 +03:00
Alexander Pohl
f67e803af5
report battery level again in percent
2020-09-05 12:57:05 +02:00