epenet
6da409d6e5
Remove unused constant from auth ( #72953 )
2022-06-03 08:12:38 -07:00
J. Nick Koston
a9d45d656d
Add to codeowners for logbook so I get notifications ( #72964 )
...
- Adding explictly will get through my filters and I want
to watch this one for at least this release
2022-06-03 15:49:17 +02:00
starkillerOG
6cadd4f665
MotionBlinds use device_name helper ( #72438 )
...
* use device_name helper
* fix typo
* fix import
* fix isort
* add gateway_test
* implement gateway test
* correct test blind mac
2022-06-03 15:33:43 +02:00
w35l3y
beab6e2e5f
Fix ended session when there isn't any response from the user ( #72218 )
...
* Fix end session when there isn't any response
This PR fixes #72153
* Added test case as requested
https://github.com/home-assistant/core/pull/72218#discussion_r881584812
2022-06-03 15:32:22 +02:00
Raphaël Beamonte
88129dbe91
Allow log template function to return specified default on math domain error ( #72960 )
...
Fix regression for logarithm template
2022-06-03 15:27:10 +02:00
starkillerOG
52149c442e
Bump pynetgear to 0.10.4 ( #72965 )
...
bump pynetgear to 0.10.4
2022-06-03 13:57:59 +02:00
Joakim Plate
8910d265d6
Keep track of a context for each listener ( #72702 )
...
* Remove async_remove_listener
This avoids the ambuigity as to what happens if same callback is added multiple times.
* Keep track of a context for each listener
This allow a update coordinator to adapt what data to request on update from the backing service based on which entities are enabled.
* Clone list before calling callbacks
The callbacks can end up unregistering and modifying the dict while iterating.
* Only yield actual values
* Add a test for update context
* Factor out iteration of _listeners to helper
* Verify context is passed to coordinator
* Switch to Any as type instead of object
* Remove function which use was dropped earliers
The use was removed in 8bee25c938
2022-06-03 13:55:57 +02:00
J. Nick Koston
a28fa5377a
Remove unused code from logbook ( #72950 )
2022-06-03 08:59:00 +02:00
Avi Miller
f5c6ad24c4
Bump aiolifx to 0.8.1 ( #72897 )
...
Bump aiolifx version to support the latest LIFX devices
LIFX added 22 new product definitions to their public product
list at the end of January and those new products are defined in
aiolifx v0.8.1, so bump the dependency version.
Also switched to testing for relays instead of maintaining a
seperate list of switch product IDs.
Fixes #72894 .
Signed-off-by: Avi Miller <me@dje.li >
2022-06-03 08:09:00 +02:00
epenet
fe1c3d3be8
Revert "Allow non-async functions in device automation ( #72147 )" ( #72909 )
2022-06-02 23:00:47 -07:00
Paulus Schoutsen
ddc8c0a3b7
Merge pull request #72944 from home-assistant/rc
2022.6.1
2022-06-02 21:53:58 -07:00
Allen Porter
3a8a816584
Cleanup nest config flow tests to use common setup fixtures ( #72878 )
...
* Cleanup nest config flow tests to use common setup
* Remove some conditionals in test setup
2022-06-02 21:42:52 -07:00
J. Nick Koston
ff687a8248
Only create auto comfort entities for BAF devices that support them ( #72948 )
2022-06-02 20:53:26 -07:00
J. Nick Koston
0d9330c39e
Fix misalignments between sql based filtering with the entityfilter based filtering ( #72936 )
2022-06-02 20:53:25 -07:00
J. Nick Koston
5b31414225
Fix misalignments between sql based filtering with the entityfilter based filtering ( #72936 )
2022-06-02 20:52:53 -07:00
J. Nick Koston
f52fa3599f
Only create auto comfort entities for BAF devices that support them ( #72948 )
2022-06-02 20:51:27 -07:00
GitHub Action
43b802252a
[ci skip] Translation update
2022-06-03 00:19:45 +00:00
Paulus Schoutsen
69e8f5bb98
Bumped version to 2022.6.1
2022-06-02 16:20:09 -07:00
Paulus Schoutsen
6a8a97b57c
Only sync when HA is started up as we already sync at startup ( #72940 )
2022-06-02 16:20:03 -07:00
Khole
f5e0363117
Fix Hive authentication ( #72929 )
2022-06-02 16:20:03 -07:00
Allen Porter
f1bcfedf84
Fix bug in caldav and avoid unnecessary copy of dataclass ( #72922 )
2022-06-02 16:20:02 -07:00
nojocodex
0e985284c9
Fix logging & exit code reporting to S6 on HA shutdown ( #72921 )
2022-06-02 16:20:01 -07:00
Matrix
12e6f143a4
Bump yolink-api to 0.0.6 ( #72903 )
...
* Bump yolink-api to 0.0.6
* update testcase
2022-06-02 16:20:00 -07:00
Erik Montnemery
2b77db2597
Fix reload of MQTT yaml config ( #72901 )
2022-06-02 16:20:00 -07:00
J. Nick Koston
a4297c0411
Fix performance of logbook entity and devices queries with large MySQL databases ( #72898 )
2022-06-02 16:19:59 -07:00
J. Nick Koston
54b94c4826
Fix migration of MySQL data when InnoDB is not being used ( #72893 )
...
Fixes #72883
2022-06-02 16:19:58 -07:00
J. Nick Koston
b28b204b86
Only present history_stats state as unknown if the time is in the future ( #72880 )
2022-06-02 16:19:57 -07:00
J. Nick Koston
8558ea2f9a
Fix logbook not setting up with an recorder filter that has empty fields ( #72869 )
2022-06-02 16:19:57 -07:00
J. Nick Koston
01b3da1554
Ensure recorder shuts down when its startup future is canceled out from under it ( #72866 )
2022-06-02 16:19:56 -07:00
Bram Kragten
880590da64
Update frontend to 20220601.0 ( #72855 )
2022-06-02 16:19:55 -07:00
jjlawren
b74bd1aa0a
Remove announce workaround for Sonos ( #72854 )
2022-06-02 16:19:55 -07:00
Jan Bouwhuis
caa79d8462
Update MQTT tests to use the config entry setup ( #72373 )
...
* New testframework and tests for fan platform
* Merge test_common_new to test_common
* Add alarm_control_panel
* Add binary_sensor
* Add button
* Add camera
* Add climate
* Add config_flow
* Add cover
* Add device_tracker_disovery
* Add device_trigger
* Add diagnostics
* Add discovery
* Add humidifier
* Add init
* Add lecacy_vacuum
* Add light_json
* Add light_template
* Add light
* Add lock
* Add number
* Add scene
* Add select
* Add sensor
* Add siren
* Add state_vacuum
* Add subscription
* Add switch
* Add tag
* Add trigger
* Add missed tests
* Add another missed test
* Add device_tracker
* Remove commented out code
* Correct tests according comments
* Improve mqtt_mock_entry and recover tests
* Split fixtures with and without yaml setup
* Update fixtures manual_mqtt
* Update fixtures mqtt_json
* Fix test tasmota
* Update fixture mqtt_room
* Revert fixture changes, improve test
* re-add test
2022-06-02 16:19:54 -07:00
Erik Montnemery
9295cc4df9
Move MQTT config schemas and client to separate modules ( #71995 )
...
* Move MQTT config schemas and client to separate modules
* Update integrations depending on MQTT
2022-06-02 16:19:26 -07:00
Jan Bouwhuis
24e148ab8e
Cleanup and use new MQTT_BASE_SCHEMA constants ( #72283 )
...
* Use new MQTT_BASE_SCHEMA constants
* Update constants for mqtt_room and manual_mqtt
* Revert removing platform key
2022-06-02 16:19:15 -07:00
Paulus Schoutsen
fbb08994f4
Only sync when HA is started up as we already sync at startup ( #72940 )
2022-06-02 16:15:04 -07:00
Khole
a4c3585448
Fix Hive authentication ( #72929 )
2022-06-02 14:54:26 -07:00
J. Nick Koston
9fbde245d0
Fix performance of logbook entity and devices queries with large MySQL databases ( #72898 )
2022-06-02 14:54:06 -07:00
Erik Montnemery
b97d346df7
Fix reload of MQTT yaml config ( #72901 )
2022-06-02 11:32:31 -07:00
nojocodex
8e4321af59
Fix logging & exit code reporting to S6 on HA shutdown ( #72921 )
2022-06-02 19:49:08 +02:00
Allen Porter
8c50c7fbd4
Fix bug in caldav and avoid unnecessary copy of dataclass ( #72922 )
2022-06-02 08:40:13 -07:00
J. Nick Koston
d3b1896a06
Only present history_stats state as unknown if the time is in the future ( #72880 )
2022-06-02 08:39:53 -07:00
puddly
1c38c20cac
Bump ZHA dependency zigpy from 0.45.1 to 0.46.0 ( #72877 )
2022-06-02 08:27:12 -07:00
J. Nick Koston
f1a31d8d33
Add support for async_remove_config_entry_device to unifiprotect ( #72742 )
...
* Add support for async_remove_config_entry_device to unifiprotect
* tweaks
* tweaks
* more cleanups
* more cleanups
* fix unhelpful auto import
* add coverage
* fix mac formatting
* collapse logic
2022-06-02 08:26:08 -07:00
Matrix
9192d0e972
Bump yolink-api to 0.0.6 ( #72903 )
...
* Bump yolink-api to 0.0.6
* update testcase
2022-06-02 17:21:22 +02:00
Erik Montnemery
b89cd37de8
Remove dead code from template fan ( #72917 )
2022-06-02 08:19:15 -07:00
epenet
fc8727454a
Use Mapping for async_step_reauth (p-s) ( #72766 )
2022-06-02 14:28:14 +02:00
Jan Bouwhuis
52561ce076
Update MQTT tests to use the config entry setup ( #72373 )
...
* New testframework and tests for fan platform
* Merge test_common_new to test_common
* Add alarm_control_panel
* Add binary_sensor
* Add button
* Add camera
* Add climate
* Add config_flow
* Add cover
* Add device_tracker_disovery
* Add device_trigger
* Add diagnostics
* Add discovery
* Add humidifier
* Add init
* Add lecacy_vacuum
* Add light_json
* Add light_template
* Add light
* Add lock
* Add number
* Add scene
* Add select
* Add sensor
* Add siren
* Add state_vacuum
* Add subscription
* Add switch
* Add tag
* Add trigger
* Add missed tests
* Add another missed test
* Add device_tracker
* Remove commented out code
* Correct tests according comments
* Improve mqtt_mock_entry and recover tests
* Split fixtures with and without yaml setup
* Update fixtures manual_mqtt
* Update fixtures mqtt_json
* Fix test tasmota
* Update fixture mqtt_room
* Revert fixture changes, improve test
* re-add test
2022-06-02 14:24:46 +02:00
epenet
756988fe20
Use Mapping for async_step_reauth (f-o) ( #72764 )
2022-06-02 14:17:09 +02:00
Robert Hillis
14f47c7450
Bump aiopyarr to 2022.6.0 ( #72870 )
2022-06-02 14:06:59 +02:00
J. Nick Koston
cd590c79e2
Fix migration of MySQL data when InnoDB is not being used ( #72893 )
...
Fixes #72883
2022-06-02 14:01:06 +02:00