Franck Nijhof
79fb722657
GitHub Actions: Add flake8 problem matcher ( #37465 )
2020-07-04 17:19:00 -07:00
Franck Nijhof
3eb6e75d3e
GitHub Actions: Add yamllint problem matcher ( #37468 )
...
* GitHub Actions: Add yamllint problem matcher
* Introduce YAML issue to test problem matcher
* Revert "Introduce YAML issue to test problem matcher"
This reverts commit fa88c9484e .
2020-07-04 17:05:14 -07:00
Franck Nijhof
6d6188e34d
GitHub Actions: Add mypy problem matcher ( #37485 )
2020-07-04 17:04:39 -07:00
Franck Nijhof
fa6bd786d2
GitHub Actions: Add check executables problem matcher ( #37488 )
...
* GitHub Actions: Add check executables problem matcher
* Create a problem for testing
* Revert "Create a problem for testing"
This reverts commit 3532b3777f .
2020-07-04 17:04:25 -07:00
HomeAssistant Azure
c6ed7754c7
[ci skip] Translation update
2020-07-05 00:02:52 +00:00
Franck Nijhof
b4aa6f9f8b
GitHub Actions: Add pylint problem matcher ( #37463 )
...
* GitHub Actions: Add pylint problem matcher
* Create a pylint issue to test
* Create another pylint issue to test
* Register problem matcher in same step
* Apply possible workaround
* Disable problem matcher to catch raw output
* Trying again with new CI containers
* Extend problem matcher with errors and warnings
* Improve matching, keep error code in message
* Revert "Create another pylint issue to test"
This reverts commit a90e23656e .
* Revert "Create a pylint issue to test"
This reverts commit 9dd5148eb4 .
* Fix stable name in job description
2020-07-04 17:00:51 -07:00
Franck Nijhof
c71fcc8cbb
GitHub Actions: Add json problem matcher ( #37490 )
...
* GitHub Actions: Add json problem matcher
* Create a problem for testing
* Revert "Create a problem for testing"
This reverts commit d7735e4af3 .
2020-07-04 16:59:41 -07:00
Franck Nijhof
83b41897f8
GitHub Actions: Add codespell problem matcher ( #37487 )
...
* GitHub Actions: Add codespell problem matcher
* Add some spelling issues for test
* Disable color, might throw off matcher
* Revert "Add some spelling issues for test"
This reverts commit 3afb59c8d9 .
2020-07-04 16:59:22 -07:00
Franck Nijhof
c630037f04
GitHub Actions: Add hadolint problem matcher ( #37494 )
2020-07-04 16:59:02 -07:00
Shulyaka
5ba38e5053
Add humidifier support to emulated_hue ( #37110 )
...
* Add humidifier support to emulated_hue
* add humidifier dependency
* move dependency to after_dependency
* move dependency to hassfest
2020-07-04 17:53:36 -05:00
Martin
95d980da4a
Fix base class for ViCare binary sensor to remove warning ( #37478 )
2020-07-04 19:39:45 +02:00
Franck Nijhof
7b855927e2
Fix flapping google_assistant tests ( #37480 )
2020-07-04 19:33:26 +02:00
Erik Montnemery
b63655057c
Publish birth and will messages by default ( #37371 )
...
* Publish birth and will messages by default
* Remove useless copy
2020-07-04 17:49:08 +02:00
Erik Montnemery
4b3ad0a1cd
Support multiple MQTT availability topics ( #37418 )
...
* Support multiple MQTT availability topics
* Make availability list and availability_topic exclusive
* Make availability list and availability_topic exclusive
* Add missing abbreviation
2020-07-04 17:48:34 +02:00
Erik Montnemery
9ade1de3d5
Support empty output of MQTT binary_sensor value_template ( #37420 )
...
* Support empty output of MQTT binary_sensor value_template
* Strip white space
* Add test
* Add test
2020-07-04 17:48:02 +02:00
Tim van Cann
333c151955
Call sync function from async context ( #37324 )
2020-07-04 10:47:12 -05:00
Erik Montnemery
ebcee2eb35
Fix geonetnz_quakes test flapping ( #37473 )
2020-07-04 17:42:28 +02:00
Franck Nijhof
15b28bda14
Fix flapping geo_json_events tests ( #37471 )
2020-07-04 17:21:37 +02:00
J. Nick Koston
c03832da63
Fix entity_component test flapping ( #37445 )
2020-07-04 16:55:44 +02:00
ffcdd85117
Xiaomi Gateway subdevice support & AqaraHT + SensorHT devices ( #36539 )
...
* Gateway subdevice support & AqaraHT + SensorHT devices
* Gateway subdevice support & AqaraHT + SensorHT devices
* Add starkillerOG to codeowners
as proposed by @rytilahti in this issue: https://github.com/home-assistant/core/issues/36516
* add starkillerOG to xiaomi_miio
* fix config flow tests
* Update CODEOWNERS
* Update manifest.json
* prosess revieuw comments
* fix missing import
* use proper pressure unit hPa
* subdevice --> sub_device
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* subdevice --> sub_device
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* use key acces instead of get
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* subdevice --> sub_device
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* subdevice --> sub_device
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* subdevice --> sub_device
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* subdevice --> sub_device
* use dataclass instead of namedtuple
* update to newest python-miio functions (not yet released)
* Move device info to entitie
* remove unused variable
* improve default names
* SensorHT does not support pressure
* bump python-miio to 0.5.2
* bump python-miio to 0.5.2
* bump python-miio to 0.5.2
* Fix missing brackets
Co-authored-by: Teemu R. <tpr@iki.fi >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Teemu R. <tpr@iki.fi >
2020-07-04 14:56:16 +02:00
Tom
0b11fda017
Fix Plugwise zeroconf discovery formatting ( #37457 )
2020-07-04 11:12:05 +02:00
Ville Skyttä
3832c8efd9
Remove pytest-xdist from tox now that it's in requirements_test.txt ( #37455 )
2020-07-04 10:03:29 +02:00
Chris Talkington
6fd8a7a34e
Use device class to isolate tesla battery icon ( #37446 )
2020-07-03 23:10:04 -07:00
J. Nick Koston
4b2ebf5487
Ensure removed entities are not displayed in logbook ( #37395 )
2020-07-03 23:08:46 -07:00
J. Nick Koston
045cdee30c
Avoid selecting the states created column for history ( #37450 )
...
We never use the data for history. We should
not select it as it created unneeded overhead.
2020-07-03 23:04:11 -07:00
HomeAssistant Azure
146b5691e7
[ci skip] Translation update
2020-07-04 00:03:02 +00:00
Justin Berstler
fe5f8e041b
Use a more detailed battery icon for Tesla cars ( #37154 )
...
Use the icon_for_battery_level helper to select a battery icon that indicates charge level and whether or not the battery is actively charging.
2020-07-03 18:36:26 -05:00
Nolan Gilley
13f634fa16
Upgrade python-join-api to allow user to specify actions ( #37394 )
2020-07-03 17:55:58 -05:00
RogerSelwyn and Paulus Schoutsen
7c0d5526f3
Fix DarkSky spamming the log ( #37421 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-07-03 15:49:45 -07:00
smugleafdev
780376e411
Fix extremely minor typo: Cosumption -> Consumption ( #37322 )
2020-07-03 17:47:19 -05:00
Chris Talkington
1879183b24
Apply some suggestions from poolsense code review ( #37440 )
2020-07-03 15:38:05 -07:00
J. Nick Koston
ccb77ba1e9
Handle index already existing on db migration with MySQLdb backend ( #37384 )
...
_create_index needed the same check as _add_columns since
the MySQLdb backend throws OperationalError instead
of InternalError in this case
2020-07-03 15:35:02 -07:00
Teemu R
7da3065de6
Bump python-miio to 0.5.2.1 ( #37422 )
2020-07-03 15:32:23 -07:00
Chris Talkington
813e60d31a
Mock setup in directv config flow tests ( #37439 )
...
* mock setup in directv config flow tests
* Update test_config_flow.py
2020-07-03 17:31:57 -05:00
Alan Tse
1b70ea0c3f
Bump teslajsonpy to 0.9.2 ( #37434 )
...
* Bump teslajsonpy to 0.9.1
closes #37340
* Bump teslajsonpy to 0.9.2
2020-07-03 17:29:11 -05:00
d57dbb4319
Add Plugwise zeroconf discovery ( #37289 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Tom Scholten <tom@sue.nl >
Co-authored-by: Tom <CoMPaTech@users.noreply.github.com >
2020-07-03 15:28:34 -07:00
Eugene Prystupa and Chris Talkington
80aebcc7d2
Add more unit tests for plum_lightpad ( #37275 )
...
* add more unit tests for plum_lightpad
* add more unit tests for plum_lightpad
* add more unit tests for plum_lightpad
* add more unit tests for plum_lightpad
* Update tests/components/plum_lightpad/test_init.py
apply suggested way to invoke async_setup_entry
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update tests/components/plum_lightpad/test_init.py
apply suggested way to invoke async_setup_entry
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update tests/components/plum_lightpad/test_init.py
apply suggested way to invoke async_setup_entry
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update tests/components/plum_lightpad/test_init.py
remove now unused import
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update tests/components/plum_lightpad/test_init.py
import Mock from tests.async_mock as suggested
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update tests/components/plum_lightpad/test_init.py
remove now unused import
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* Update tests/components/plum_lightpad/test_init.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
* fix unit tests that were failing after suggested changes
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-07-03 16:40:17 -05:00
J. Nick Koston
76b956a969
Mock setup in sonarr config flow tests ( #37432 )
2020-07-03 16:20:17 -05:00
Franck Nijhof
1aafa459e5
Fix building of Python Wheels ( #37433 )
2020-07-03 21:33:35 +02:00
Paulus Schoutsen
e33a3bb94a
Stub out ecobee aux heat services ( #37423 )
2020-07-03 21:04:13 +02:00
J. Nick Koston
07f3d6ebd8
Fix unmocked setup in ipp tests ( #37430 )
2020-07-03 11:43:13 -07:00
J. Nick Koston
c460b7abc9
Fix unmocked setup in garmin_connect test ( #37429 )
2020-07-03 11:42:56 -07:00
Paulus Schoutsen
5805fbb99f
Merge remote-tracking branch 'origin/master' into dev
2020-07-03 18:39:38 +00:00
ktnrg45
a445ebdf3c
Fix undesired power toggling ( #37427 )
2020-07-03 11:34:11 -07:00
J. Nick Koston
78e53e35c2
Prevent verisure lock from looping forever and sleeping in test ( #37425 )
2020-07-03 11:33:12 -07:00
Paulus Schoutsen
0c771f1c42
Replace asynctest with tests.async_mock ( #37428 )
2020-07-03 11:29:35 -07:00
Kevin Eifinger
eb66da6436
Add helpers.location.coordinates ( #37234 )
2020-07-03 11:28:44 -07:00
J. Nick Koston
3eb6a68d12
Ensure async_setup is mocked in geonetnz intergration tests ( #37426 )
...
* Ensure async_setup is mocked in geonetnz intergration tests
* s/asynctest/tests.async_mock/g
2020-07-03 11:14:19 -07:00
Erik Montnemery
cd5f6a0c56
Don't print MQTT credentials to log ( #37364 )
2020-07-03 11:01:22 -07:00
J. Nick Koston
ab6d6ac1ce
Reduce time to run zha discover tests ( #37424 )
...
Most of the time was registering services and patching
the clusters which are never calls in these tests
2020-07-03 12:57:04 -05:00