jjlawren
be9ff3bd66
Accept new Plex websocket callback payloads ( #40773 )
2020-10-01 09:57:45 +02:00
cgtobi
6dc25ccc7b
Fix Netatmo climate error when no boiler status is set ( #40815 )
2020-10-01 09:56:46 +02:00
Robert Svensson
9116061262
Add lock support to deCONZ ( #40807 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-01 09:50:06 +02:00
Eliot Wong
95d228cace
Rewrite worldclock unittest tests to pytest style test functions ( #40922 )
2020-10-01 09:42:23 +02:00
Robert Svensson
d95f83b5fb
Improve logging to identify which deCONZ device is at fault ( #40808 )
2020-10-01 09:23:32 +02:00
Robert Svensson
2922d4675f
Abort deCONZ config flow if no radio hardware is connected ( #40811 )
2020-10-01 09:23:12 +02:00
Antetokounpo
df1e910ac7
Update weather tests to pytest style ( #40917 )
2020-10-01 09:14:48 +02:00
dependabot[bot]
632bf4f7f7
Bump actions/setup-python from v2.1.2 to v2.1.3 ( #40921 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.2...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 09:06:53 +02:00
Eliot Wong
ad8ab183cb
Rewrite random unittest tests to pytest style test functions ( #40920 )
2020-10-01 09:05:44 +02:00
Rob Bierbooms
c5041b41c8
Implement config and option flow for rfxtrx integration ( #39117 )
...
* Create option flow for Rfxtrx integration (#37982 )
* Implement config flow for rfxtrx integration (#39299 )
* Add config flow
* Add strings
* Add first series of tests
* Add tests
* Adjust tests according review comments
* Adjust strings
* Add executor for testing connection
* Change ports to dict
* Fix pylint issue
* Adjust tests
* Migrate config entry for rfxtrx integration (#39528 )
* Add rfxtrx device connection validation when importing (#39582 )
* Implement import connection validation
* Fix binary sensor tests
* Move rfxtrx data
* Fix cover tests
* Fix test init
* Fix light tests
* Fix sensor tests
* Fix switch tests
* Refactor rfxtrx test data
* Fix strings
* Fix check
* Rework device string in test code
* Add option to delete multiple rfxtrx devices (#39625 )
* Opt to remove multiple devices
* Fix devices key
* Add tests (phase 1)
* Add tests (phase 2)
* Tweak remove devices test
* Implement device migration function in rfxtrx option flow (#39694 )
* Prompt option to replace device
* Revert unwanted changes
* Add replace device function
* WIP replace entities
* Remove device/entities and update config entry
* Fix styling
* Add info
* Add test
* Fix strings
* Refactor building migration map
* Allow migration for all device types
* Add test to migrate control device
* Fixup some names
* Fixup entry names in test code
* Bump pyRFXtrx to 0.26 and deprecate debug config key (#40679 )
* Create option flow for Rfxtrx integration (#37982 )
* Implement config flow for rfxtrx integration (#39299 )
* Add config flow
* Add strings
* Add first series of tests
* Add tests
* Adjust tests according review comments
* Adjust strings
* Add executor for testing connection
* Change ports to dict
* Fix pylint issue
* Adjust tests
* Migrate config entry for rfxtrx integration (#39528 )
* Add rfxtrx device connection validation when importing (#39582 )
* Implement import connection validation
* Fix binary sensor tests
* Move rfxtrx data
* Fix cover tests
* Fix test init
* Fix light tests
* Fix sensor tests
* Fix switch tests
* Refactor rfxtrx test data
* Fix strings
* Fix check
* Rework device string in test code
* Add option to delete multiple rfxtrx devices (#39625 )
* Opt to remove multiple devices
* Fix devices key
* Add tests (phase 1)
* Add tests (phase 2)
* Tweak remove devices test
* Implement device migration function in rfxtrx option flow (#39694 )
* Prompt option to replace device
* Revert unwanted changes
* Add replace device function
* WIP replace entities
* Remove device/entities and update config entry
* Fix styling
* Add info
* Add test
* Fix strings
* Refactor building migration map
* Allow migration for all device types
* Add test to migrate control device
* Fixup some names
* Fixup entry names in test code
* Bump version number
* Remove debug key from connect
* Remove debug option from config flow
* Remove debug from tests
* Fix event test
* Add cv.deprecated
* Fix test
* Fix config schema
* Add timeout on connection
* Rework config schema
* Fix schema...again
* Prevent creation of duplicate device in rfxtrx option flow (#40656 )
2020-10-01 08:55:57 +02:00
Aaron Bach
44e5ec58b0
Bump simplisafe-python to 9.4.1 ( #40819 )
...
* Bump simplisafe-python to 9.4.0
* One more bump
2020-09-30 19:20:10 -06:00
Alexei Chetroi
9fa23f6479
Bump up zha dependencies ( #40914 )
2020-09-30 20:53:00 -04:00
HomeAssistant Azure
7d39ecffa0
[ci skip] Translation update
2020-10-01 00:04:01 +00:00
Khole
c0c38fa6d4
Update Pyhiveapi Library Version ( #40804 )
...
* Update Pyhiveapi Library Version
This fixs an issue caused by a change in authentication method by hive
* Update Library Version
2020-10-01 00:02:42 +02:00
Anders Melchiorsen
e08934ee4c
Support adding Spotify share links to the Sonos queue ( #40802 )
2020-09-30 21:19:41 +02:00
Franck Nijhof
5cb5a508a8
Merge branch 'master' into dev
2020-09-30 21:16:36 +02:00
Chris
c693d8af14
Discover additional ozw thermostats lacking mode support ( #40799 )
...
* Discover more thermostats without mode support
* Add tests
2020-09-30 21:12:44 +02:00
Robert Svensson
9d56d3bb31
Add deCONZ service to clean up orphaned device and entity entries ( #40629 )
...
* Add service that can clean up by deCONZ orphaned entries from device and entity registry
* Fix existing tests
* Add new test
* Add some inline comment to the service
2020-09-30 20:11:41 +02:00
Daniel Hjelseth Høyer
9bdc716e60
Include config flow modules in coverage ( #40798 )
...
* update coveragerc
* typo
2020-09-30 19:55:26 +02:00
Bram Kragten
8a16fb53c8
Update frontend to 20200930.0 ( #40794 )
2020-09-30 18:39:45 +02:00
J. Nick Koston
2076fc59c4
Remove message and domain from logbook state_changed events ( #40070 )
...
These are now handled by the frontend as we move closer
to making the logbook localized.
2020-09-30 11:29:51 -05:00
Quentame
1d816d25f7
Add Surveillance Station home mode switch for Synology DSM ( #40490 )
...
* Use camera name as device name
* Add Surveillance Station home mode switch for Synology DSM
- camera uses Surveillance Station as device parent
- camera uses camera name instead of NAS name + camera name
* Without device_class otherwise no icon
* Update .coveragerc
2020-09-30 18:27:06 +02:00
uvjustin
e85d1deddd
Return target duration of 1 when no segments ( #40518 )
2020-09-30 11:46:35 -04:00
uvjustin
5658abfaca
Log timestamp overflow in stream ( #39844 )
2020-09-30 11:45:59 -04:00
J. Nick Koston
42ad36e9f8
Switch group to use None for the state unknown case ( #40792 )
2020-09-30 17:25:50 +02:00
Robert Svensson
082f866620
Improve deCONZ state updates ( #40601 )
2020-09-30 17:24:30 +02:00
Bram Kragten
ac71641c18
Use the Home Assistant Cast app to play media on Chromecast ( #40782 )
2020-09-30 17:20:18 +02:00
J. Nick Koston
a11fd08d20
Create MQTTMatcher once per subscription instead of each message ( #40345 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-09-30 17:18:43 +02:00
Daniel Hjelseth Høyer
4c157f65ea
Tibber, combine two fetches into one fetch ( #40787 )
2020-09-30 17:17:21 +02:00
Chris Reichel
01a0ffa636
Fix DWD namings ( #40791 )
2020-09-30 17:12:06 +02:00
Martin Hjelmare
f454b4154b
Fix and clean tox.ini ( #40789 )
2020-09-30 17:07:59 +02:00
MatthewFlamm
ab3909c24f
Disable hourly sensor by default in NWS ( #40566 )
2020-09-30 16:53:33 +02:00
J. Nick Koston
9ccebdb8d5
Refactor group to extend domains that can be grouped ( #40607 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-09-30 09:13:53 -05:00
Franck Nijhof
e7d8742771
Upgrade sentry-sdk to 0.18.0 ( #40784 )
2020-09-30 14:12:02 +02:00
Maikel Punie
30effb5c8a
Use common strings for velbus config flow ( #40660 )
2020-09-30 13:53:03 +02:00
Franck Nijhof
27350f41c9
Improve command_line switch tests ( #40749 )
2020-09-30 13:29:43 +02:00
Mike O'Driscoll
fc0344399b
Remove TekSavvy Component, no longer available ( #40762 )
...
The TekSavvy API has been removed.
Per [this forum post](https://community.teksavvy.com/discussion/comment/120 ) on TekSavvy's
support page.
2020-09-30 13:14:41 +02:00
J. Nick Koston
d9ba32dc3f
Setup recorder model relationships to avoid calling flush ( #40467 )
2020-09-30 13:11:43 +02:00
J. Nick Koston
aada6a1d88
Fix logbook with empty filter and remove unused code ( #40565 )
2020-09-30 13:10:11 +02:00
Thibaut
729ed1cab6
Add unique_id to the light switch ( #40603 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-09-30 13:05:18 +02:00
J. Nick Koston
205cf57a77
Code cleanups for async_track_template_result ( #40737 )
2020-09-30 13:00:21 +02:00
Guido Schmitz
d6df1527f1
Update devolo-home-control-api to 0.15.0 ( #40764 )
2020-09-30 12:58:19 +02:00
Paulus Schoutsen
3d2d56213c
Merge pull request #40778 from home-assistant/rc
2020-09-30 11:39:39 +02:00
Franck Nijhof
4cce724473
Use direct service calls in flux tests instead of switch common ( #40704 )
2020-09-30 11:07:51 +02:00
Paulus Schoutsen
dbda9a520e
Bumped version to 0.115.6
2020-09-30 08:36:30 +00:00
Bram Kragten
c802a63700
Use custom app to play camera stream using Google Assistant ( #40750 )
2020-09-30 08:36:26 +00:00
Bram Kragten
c6f3352cf8
Use custom app to play camera stream using Google Assistant ( #40750 )
2020-09-30 10:33:56 +02:00
Marvin Wichmann
f5429dc175
Update xknx to 0.15.0 ( #40649 )
...
* Update xknx to 0.15.0
closes #40526
* Review: Remove log_directory for now
* Review: typo fix
2020-09-30 10:04:56 +02:00
epenet
e38ae1b188
Normalise headers in onewire integration ( #40774 )
2020-09-30 08:53:12 +02:00
HomeAssistant Azure
8d0f1e7db2
[ci skip] Translation update
2020-09-30 00:04:43 +00:00