Paul Annekov
ca59c4a645
Bump tuyaha to 0.0.8 ( #41365 )
2020-10-07 00:22:42 +02:00
Anders Melchiorsen
a65dcbf204
Allow playing Spotify URLs with Sonos ( #41366 )
2020-10-07 00:15:09 +02:00
Franck Nijhof
ee914366a8
Add native Python types support to templates ( #41227 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-10-07 00:05:52 +02:00
Robert Svensson
cbb4324c84
Refactor deCONZ tests ( #41362 )
...
* Use hass.config_entries.async_unload
* Return config_entry from setup_deconz_integration
2020-10-06 23:25:57 +02:00
Erik Montnemery
42fb0e9545
Bump hatasmota to 0.0.10, minor refactor of discovery ( #41331 )
...
* Bump hatasmota to 0.0.10, minor refactor of discovery
* Update tests
* Add missing docstrings
2020-10-06 22:32:36 +02:00
Shulyaka
9b947e08bf
Add ZHA Analog Input cluster for XBee ( #41311 )
...
* Add ZHA XBee Analog Input cluster
* Fix manufacturer to Digi
2020-10-06 16:01:51 -04:00
Ariana Hlavaty
1e9e40bf71
Rewrite recorder unittest tests to pytest style test function ( #41264 )
2020-10-06 21:24:13 +02:00
J. Nick Koston
d35e33610a
Resolve memory leak in recorder ( #41349 )
...
Avoids a build up of the InstanceState.
2020-10-06 20:12:47 +02:00
SNoof85
b8287d6db6
Use reference strings in Vesync ( #41341 )
...
* Update strings.json
* Update config_flow.py
* Update test_config_flow.py
2020-10-06 20:00:07 +02:00
SNoof85
ba81c0c043
Use reference strings in Upb ( #41340 )
...
* Update strings.json
* Update config_flow.py
* Update test_config_flow.py
2020-10-06 19:57:38 +02:00
SNoof85
f256d0a4ea
Use reference strings in upnp ( #41327 )
...
* Update strings.json
* Update strings.json
* Update config_flow.py
* replace service by device
Co-authored-by: scheric <38077357+scheric@users.noreply.github.com>
Co-authored-by: scheric <38077357+scheric@users.noreply.github.com>
2020-10-06 19:54:20 +02:00
scheric
6ab9d0bc31
add common strings ( #41350 )
2020-10-06 18:50:32 +02:00
springstan
61d9067a49
Return empty dictionary at first for attributes ( #41348 )
2020-10-06 18:08:53 +02:00
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