J. Nick Koston
c54a0f80af
Update nexia to 0.9.5 ( #44924 )
2021-01-08 03:00:53 +01:00
Bouwe Westerdijk
cb3b37a87a
Correct Plugwise sensor scaling ( #44344 )
...
* Remove sensor-scaling, handled by the back-end
* Correct assert-values
* Update test-fixtures
* Revert "Correct assert-values"
This reverts commit f1a1891f73
.
* Adapt value to the updated userdata set
* Link to plugwise v0.8.5, update fixtures
* Correct test-values
* Fix typo
2021-01-08 02:44:00 +01:00
Ville Skyttä
20e2493f68
Improve device registry type hints ( #44919 )
...
* Fix async_get_or_create via_device type hint
* Specify collection element types
2021-01-08 02:38:57 +01:00
jjlawren
0426b211f6
Rewrite Plex tests to use mocked payloads ( #44044 )
2021-01-07 19:56:52 +01:00
Paulus Schoutsen
caf14b78d1
Homekit has two types ( #44879 )
2021-01-07 08:44:34 -10:00
Ville Skyttä
2fb3be50ab
Make DeviceRegistry.async_get_device connections arg optional ( #44897 )
...
* Make async_get_device connections Optional, default None
* Remove unnecessary async_get_device connections arg usages
Some of these were using an incorrect collection type, which didn't
cause issues mostly just due to luck.
2021-01-07 13:49:45 +01:00
emufan
751ac0b955
Bump pydaikin version to 2.4.1 ( #44888 )
2021-01-06 20:15:16 +01:00
Franck Nijhof
92431049e5
Revert "Revert "Bump pypck to 0.7.8"" ( #44885 )
...
This reverts commit 6de8824980
.
2021-01-06 18:01:06 +01:00
Franck Nijhof
1a44a8a714
Merge branch 'master' into dev
2021-01-06 17:59:14 +01:00
Franck Nijhof
bb1ebae5cb
Merge pull request #44881 from home-assistant/rc
2021-01-06 17:37:48 +01:00
Ville Skyttä
03ffeb9a02
Fix notion bridge id update device registry identifier usage ( #44872 )
2021-01-06 09:18:04 -07:00
Franck Nijhof
57d119a7fe
Revert "Bump pypck to 0.7.8" ( #44884 )
...
This reverts commit addafd517f
.
2021-01-06 16:49:02 +01:00
Franck Nijhof
6de8824980
Revert "Bump pypck to 0.7.8" ( #44884 )
...
This reverts commit addafd517f
.
2021-01-06 16:47:02 +01:00
Franck Nijhof
9c478e8de7
Bumped version to 2021.1.0
2021-01-06 16:03:04 +01:00
Allen Porter
560e3811a3
Generate nest images thumbnails from events ( #44638 )
...
* Capture nest still images from events
Use python google-nest-sdm API for fetching images. Update home assistant
to use the google-nest-sdm API for fetching the image contents generated
by the server. This uses the existing websession object for server fetches,
reducing the amount of new code and facilites unit testing using the existing
mechanism.
Simplify tests using the image fetch API rather than a snapshot API
2021-01-06 07:02:04 -08:00
treylok
9d03b56c5c
Bump python-ecobee-api to 0.2.8 ( #44866 )
2021-01-06 14:26:32 +01:00
jjlawren
b6d323b008
Fix Plex media summary attribute ( #44863 )
2021-01-06 14:26:28 +01:00
Martin Hjelmare
88eac0be85
Bump pytradfri to 7.0.6 ( #44661 )
2021-01-06 14:26:19 +01:00
jjlawren
d3d66c2e27
Fix Plex media summary attribute ( #44863 )
2021-01-06 14:12:19 +01:00
dependabot[bot]
2e864ca435
Bump codecov/codecov-action from v1.2.0 to v1.2.1 ( #44869 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.2.0 to v1.2.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.0...e156083f13aff6830c92fc5faa23505779fbf649 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 14:05:23 +01:00
Erik Montnemery
72e6d58a99
Bump pychromecast to 7.7.2 ( #44871 )
2021-01-06 13:41:21 +01:00
treylok
1c2f88c500
Bump python-ecobee-api to 0.2.8 ( #44866 )
2021-01-06 13:40:24 +01:00
Erik Montnemery
93ae65d704
Improve MQTT number test coverage ( #44870 )
2021-01-06 13:27:05 +01:00
JeromeHXP
1a65ab0b80
Address late review of ondilo_ico ( #44837 )
...
* Updates following comments in PR 44728
* Make all api calls in same thread context
* Set API as parameter to get_all_pools_data
* extract pools data retrieval function to api class
2021-01-06 12:36:39 +01:00
Erik Montnemery
02bfc68842
Support dynamic Google Cast groups ( #44484 )
...
* Re-add support for dynamic groups
* Add tests
* Add support for manufacturer
* Refactor support for dynamic groups
* Bump pychromecast to 7.7.0
* Bump pychromecast to 7.7.1
* Tweak tests
* Apply review suggestion
2021-01-06 09:23:18 +01:00
Diogo Gomes
f18880686c
Add MQTT Number ( #44739 )
...
* Initial Commit
* initial commit
* add discovery and tests
* increase coverage
* address review
* catchup with reality
2021-01-06 08:27:46 +01:00
Franck Nijhof
c258c2653f
Bumped version to 2021.1.0b3
2021-01-05 23:31:18 +01:00
Bram Kragten
587676f436
Update frontend to 20201229.1 ( #44861 )
2021-01-05 23:31:00 +01:00
Franck Nijhof
2ee50a4d54
Fix Canary doing I/O in event loop ( #44854 )
2021-01-05 23:30:55 +01:00
Finbarr Brady
fdce5878c6
Bump openwebifpy version: 3.1.6 → 3.2.7 ( #44847 )
2021-01-05 23:30:51 +01:00
Paulus Schoutsen
0b8251d9a1
Make Alexa custom ID unique ( #44839 )
...
* Make Alexa custom ID unique
* Lint
* Lint
2021-01-05 23:30:48 +01:00
Andre Lengwenus
e4a84bb1c3
Bump pypck to 0.7.8 ( #44834 )
2021-01-05 23:30:44 +01:00
TheJulianJES
9396d9db5f
Implement color mode for ZHA light polling ( #44829 )
2021-01-05 23:30:41 +01:00
J. Nick Koston
b3fda469cf
Fix zeroconf outgoing dns compression corruption for large packets ( #44828 )
2021-01-05 23:30:37 +01:00
Bram Kragten
cc57dd9534
Update frontend to 20201229.1 ( #44861 )
2021-01-05 23:27:35 +01:00
Paulus Schoutsen
009663602a
Avoid Ps4 doing I/O during tests ( #44845 )
2021-01-05 21:12:14 +01:00
Franck Nijhof
34161f3ff6
Fix Canary doing I/O in event loop ( #44854 )
2021-01-05 20:55:17 +01:00
mvn23
35edc40537
Fix opentherm_gw firmware version in device registry ( #44756 )
2021-01-05 20:46:54 +01:00
Paulus Schoutsen
f1c116831f
Patch Shelly test setting up entry ( #44842 )
2021-01-05 18:35:54 +01:00
Paulus Schoutsen
69b5176730
Make Alexa custom ID unique ( #44839 )
...
* Make Alexa custom ID unique
* Lint
* Lint
2021-01-05 17:35:28 +01:00
Finbarr Brady
16e1046dbc
Bump openwebifpy version: 3.1.6 → 3.2.7 ( #44847 )
2021-01-05 17:22:25 +01:00
Ville Skyttä
67eebce55a
Better general/fallback error message and traceback for unknown config errors ( #44655 )
...
* Include error repr in config error message is str(error) yields nothing
* Log traceback for config errors we don't have a "friendly" formatter for
2021-01-05 13:55:38 +01:00
Hans Oischinger
853420d972
Add Vicare set mode service ( #44563 )
...
* vicare: add set_vicare_mode service
The set_vicare_mode service allows the user to set any of the possible heating
modes of their heating device. Not just the ones that were mapped to
home assistant climate modes.
* vicare: Undo async changes and add heating mode
Useless async changes were undone.
To be able to set the most relevant modes the set_vicare_mode
shall be able to also set the heating mode (without domestic
hot water)
* Extract kwarg and undo some more async changes
Currectly extract the service argument
Adapt according to review
* Lint fixes
* Replace kwargs with single arg
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-01-05 12:12:31 +01:00
Shane Qi
c654476e24
Add support for reordering Shopping List Items via Drag and Drop ( #41585 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-01-05 11:24:30 +01:00
Andre Lengwenus
addafd517f
Bump pypck to 0.7.8 ( #44834 )
2021-01-05 10:01:34 +01:00
dependabot[bot]
106252ea21
Bump actions/upload-artifact from v2.2.1 to v2.2.2 ( #44835 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.1...e448a9b857ee2131e752b06002bf0e093c65e571 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 09:51:48 +01:00
dependabot[bot]
0c85ed1385
Bump codecov/codecov-action from v1.1.1 to v1.2.0 ( #44836 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from v1.1.1 to v1.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.1.1...a92c414703a4bba586f6df7fcc885c9d0bdff772 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 09:51:19 +01:00
Allen Porter
6cd18971b1
Propose an integration quality for nest SDM integration ( #44755 )
...
* Propose the nest SDM integration is silver quality
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-01-04 19:45:33 -08:00
TheJulianJES
86154744e4
Implement color mode for ZHA light polling ( #44829 )
2021-01-04 21:57:05 -05:00
Ville Skyttä
65e56d03bf
Complete device and entity registry type hints ( #44406 )
2021-01-05 02:03:16 +01:00