Franck Nijhof
4d12fcc218
Fix TTS ID3 Tag capability check ( #41343 )
2020-10-06 17:49:14 +02:00
springstan
513f03eb1f
Return attribute dict directly without temporary variable v2 ( #41271 )
2020-10-06 16:55:16 +02:00
Dave T
33e69fe4bf
Update axis to use common strings ( #41164 )
...
* Update axis to use common strings
* Update common str device_unavailable to cannot_connect
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2020-10-06 16:54:18 +02:00
SNoof85
8b2df5bf99
Use reference strings in Smappee ( #41337 )
...
* Update strings.json
* Update strings.json
* Update config_flow.py
* Update test_config_flow.py
2020-10-06 16:51:36 +02:00
Maciej Bieniek
d9e48b483b
Use name translation reference in AccuWeather config flow ( #41338 )
2020-10-06 16:49:02 +02:00
Charles Garwood
d6ad85bba7
Protect add/remove node services from invalid instance ID ( #41334 )
2020-10-06 09:54:46 -04:00
Guido Schmitz
bfb00b9bb5
Add battery state for devolo Home Control devices ( #41329 )
2020-10-06 15:43:12 +02:00
SNoof85
0460166c7c
Use reference strings in Synology_DSM ( #41333 )
...
* Update strings.json
* Update config_flow.py
* Update test_config_flow.py
2020-10-06 15:35:36 +02:00
Teemu R
46b2c776db
Fetch timers separately for xiaomi vacuums ( #41330 )
2020-10-06 15:26:59 +02:00
cgtobi
6065ab118f
Add Netatmo weather trend sensors ( #41318 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-06 15:25:12 +02:00
Paulus Schoutsen
4d5948b4d0
Use dict syntax ( #41325 )
2020-10-06 15:02:23 +02:00
Thibaut
61f919b18c
Handle somfy error 404 during setup ( #41298 )
2020-10-06 15:02:03 +02:00
Edward Knight
8bcd6c1880
Rewrite imap_email_content tests to use pytest ( #41200 )
2020-10-06 15:01:25 +02:00
Franck Nijhof
357a0e9d7e
Improve switch template tests, remove common test helpers ( #41322 )
2020-10-06 14:54:39 +02:00
Maciej Bieniek
ae54c21945
Use name reference and fix already_configured string for GIOS integration ( #41323 )
2020-10-06 14:54:02 +02:00
Ronan Murray
df4998d7cf
Rewrite uk_transport tests to use pytest style ( #41168 )
2020-10-06 14:53:17 +02:00
Erik Montnemery
06e9489fc7
Add Tasmota integration ( #39624 )
...
* Add Tasmota integration
* Refactor
* Add tests, small improvements
* isort
* Attempt to fix tests failing with Python 3.8
* Revert "Attempt to fix tests failing with Python 3.8"
This reverts commit 11454f8a00136f068ea27204183fa3e62f3cd263.
* Fix tests failing with Python 3.8
* Cleanup tests
* Address review comments
* Address review comments
* Address review comments
* Use MAC address for device identification
* Bump hatasmota
* Bump hatasmota
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix indentation
* Remove preparation for device remove WS API
* Address review comments
* Remove useless try-except
* Tweak
* Improve tests
* Tweak
* Address review comments
* Correct test
* Update manifest.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-06 14:51:58 +02:00
SNoof85
3cf6535011
Use reference strings in Tile ( #41328 )
2020-10-06 14:44:14 +02:00
cgtobi
dcf0f9d3f3
Fix Netatmo wind angle ( #41324 )
2020-10-06 14:43:30 +02:00
cgtobi
d7890f35be
Fix Netatmo rain sensor naming ( #41326 )
2020-10-06 14:42:50 +02:00
Ariana Hlavaty
8adc5ee452
Rewrite pushbullet unittest tests to pytest style test function ( #41266 )
2020-10-06 14:34:39 +02:00
Raman Gupta
06306f5dfe
Add OZW WS API support for locks ( #41186 )
...
* add WS API support for locks and simplify lock service calls
* move return outside of try blocK
* fix rebase conflicts
2020-10-06 14:20:48 +02:00
Pigotka
e1578e5389
Use of reference strings in Almond config flow ( #41284 )
2020-10-06 14:12:12 +02:00
TopdRob
888c92aa5e
Use common strings for Panasonic Viera ( #41268 )
...
* Update strings.json
* Update config_flow.py
* Update homeassistant/components/panasonic_viera/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/panasonic_viera/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update config_flow.py
* Update test_config_flow.py
* Update test_config_flow.py
* Fix failed tests
* revert line 530
* Fix remaining error key
* Remove not needed import
* Update const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-06 14:07:38 +02:00
Charles Garwood
356ebc1128
Add cancel_command service for OpenZWave ( #41285 )
...
* Add cancel_command service for OpenZWave
* Raise ValueError if instance is None
2020-10-06 14:05:52 +02:00
Felipe Martins Diel
34416fcad3
Log device info in Broadlink error messages ( #41307 )
2020-10-06 08:02:14 -04:00
Steven Looman
c812812631
Don't set upnp config_entry.unique_id from setup entry ( #40988 )
...
* Don't set config_entry.unique_id from setup entry. Fixes #40168
* Ensure entry has a unique_id
* Add test test_flow_import_incomplete
* Add test test_flow_import_duplicate
* Re-add testing import_info
* Simplify import flow
* Remove not needed line
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-06 13:57:36 +02:00
Rob Bierbooms
b2b5f2ffcb
Rewrite zwave init tests to pytest style test function (phase 1) ( #41301 )
2020-10-06 11:50:03 +02:00
SNoof85
c5653ec57b
Use reference strings in konnected ( #41290 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-06 11:49:46 +02:00
SNoof85
883c9b5e18
Add reauth_successful to base strings ( #41316 )
2020-10-06 11:29:53 +02:00
Ville Skyttä
0444f3de14
Move isort, pylint, and pytest configs to pyproject.toml ( #40335 )
2020-10-06 11:26:48 +02:00
Pigotka
ed9a40874d
Use of reference strings in Transmission config flow ( #41215 )
2020-10-06 11:25:56 +02:00
Julian Engelhardt
14273e9e48
Rewrite statsd unittest tests to pytest style test functions ( #41223 )
2020-10-06 11:24:16 +02:00
springstan
014fe48096
Add pin to base strings for config flows ( #41202 )
2020-10-06 11:00:36 +02:00
SNoof85
c4401754be
Use reference strings in iqvia ( #41289 )
2020-10-06 10:27:16 +02:00
SNoof85
3e2b95949f
Use reference strings in Metoffice ( #41295 )
2020-10-06 10:26:49 +02:00
Björn Olsson Jarl
3abf30cf42
Rewrite sigfox unittest tests to pytest ( #41302 )
2020-10-06 10:16:41 +02:00
Paulus Schoutsen
e303064f75
Don't use asynctest directly ( #41306 )
2020-10-06 10:15:50 +02:00
SNoof85
949ab621c0
Use reference strings in ambient_station ( #41276 )
2020-10-06 10:15:11 +02:00
sycx2
956b735be6
Improve yessssms test notify ( #41283 )
2020-10-06 10:11:36 +02:00
Brett
b6b85d3e0c
Fix reported temperatures in Maxcube ( #41259 )
2020-10-06 10:06:54 +02:00
J. Nick Koston
2fabd4edb8
Prevent collecting states already referenced by domain or all ( #41308 )
...
The template engine would collect all the states in
a domain or all states while iterating even though
they were already included in all or the domain
This lead to the rate limit not being applied to
templates that iterated all states that also
accessed a collectable property because the engine
incorrectly believed they were specifically
referenced.
2020-10-06 07:25:05 +02:00
Joakim Plate
999eeb39b9
Indicate to user that remote was turned off when call was attempted ( #40715 )
...
* Indicate to user that remote was turned off when call was attempted
* Catch exception in test
* Switch to warning log
* Apply suggestions from code review
Add suggested change to loggin
2020-10-06 06:12:39 +02:00
SNoof85
acb0307beb
Use reference strings in Hunter Douglas PowerView ( #41291 )
2020-10-05 21:57:34 -05:00
Jason Rebelo
4d3802ff95
Rewrite reddit tests to pytest style tests ( #41006 )
...
* ✅ rewrite reddit tests to pytest tests
* ✅ add missing blocking
2020-10-05 20:33:31 -04:00
HomeAssistant Azure
bcfa4ac959
[ci skip] Translation update
2020-10-06 00:08:09 +00:00
Ariana Hlavaty
329e56fac0
Rewrite min_max unittest tests to pytest style test function ( #41296 )
...
* Rewrite min_max unittest tests to pytest style test function
For: #40866
* Use uppercase letters for constants
* Remove not needed line
* Fix missing rename to uppercase
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-05 22:57:58 +02:00
Andrew Sayre
8e6a616846
Update pysmartthings ( #41294 )
2020-10-05 22:12:38 +02:00
Bram Kragten
510e90803e
Exclude media_dirs from YAML config check ( #41299 )
2020-10-05 22:09:47 +02:00
scheric
f2b73c05d6
add strings ( #41297 )
2020-10-05 14:56:47 -05:00