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
Franck Nijhof
39da7a93ec
Bumped version to 2022.6.0
2022-06-01 13:04:12 +02:00
J. Nick Koston
bf47d86d30
Fix logbook spinner never disappearing when all entities are filtered ( #72816 )
2022-06-01 13:03:43 +02:00
J. Nick Koston
2f3359f376
Fix purge of legacy database events that are not state changed ( #72815 )
2022-06-01 13:03:39 +02:00
starkillerOG
1139136365
Add Motionblinds WoodShutter support ( #72814 )
2022-06-01 13:03:36 +02:00
J. Nick Koston
9e723f9b6d
Bump sqlalchemy to 1.4.37 ( #72809 )
...
Fixes a bug where reconnects might fail with MySQL 8.0.24+
Changelog: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.37
2022-06-01 13:03:32 +02:00
Paulus Schoutsen
9bd2e3ad7c
Don't trigger entity sync when Google Assistant gets disabled ( #72805 )
2022-06-01 13:03:28 +02:00
jjlawren
384cb44d15
Cleanup handling of new enqueue & announce features in Sonos ( #72801 )
2022-06-01 13:03:25 +02:00
Christopher Bailey
1274448de1
Add package constraint for pydantic ( #72799 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2022-06-01 13:03:20 +02:00
Paulus Schoutsen
354149e43c
Bumped version to 2022.6.0b7
2022.6.0b7
2022-05-31 20:41:59 -07:00
jjlawren
17a3c62821
Support add/next/play/replace enqueue options in Sonos ( #72800 )
2022-05-31 20:41:35 -07:00
Diogo Gomes
668f56f103
Fix #72749 ( #72794 )
2022-05-31 20:41:35 -07:00
Paulus Schoutsen
0db9863746
Sync entities when enabling/disabling Google Assistant ( #72791 )
2022-05-31 20:41:34 -07:00
Erik Montnemery
e60dc1b503
Stringify mikrotik device_tracker name ( #72788 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2022-05-31 20:41:33 -07:00
Erik Montnemery
8606447848
Improve cast HLS detection ( #72787 )
2022-05-31 20:41:32 -07:00
J. Nick Koston
de0c672cc2
Ensure the statistics_meta table is using the dynamic row format ( #72784 )
2022-05-31 20:41:32 -07:00
Paulus Schoutsen
c3acdcb2c8
Bumped version to 2022.6.0b6
2022.6.0b6
2022-05-31 13:22:38 -07:00
J. Nick Koston
9effb78a7f
Prevent live logbook from sending state changed events when we only want device ids ( #72780 )
2022-05-31 13:22:34 -07:00
Joakim Plate
647df29a00
Don't set headers kwargs multiple times ( #72779 )
2022-05-31 13:22:33 -07:00
J. Nick Koston
a54a5b2d20
Fix queries for logbook context_ids running in the wrong executor ( #72778 )
2022-05-31 13:22:33 -07:00
Bram Kragten
f4d280b59d
Update frontend to 20220531.0 ( #72775 )
2022-05-31 13:22:32 -07:00
David F. Mulcahey
d268c828ee
Bump ZHA quirks lib to 0.0.75 ( #72765 )
2022-05-31 13:22:31 -07:00
Erik Montnemery
82ed6869d0
Improve integration sensor's time unit handling ( #72759 )
2022-05-31 13:22:30 -07:00
Malte Franken
6b3a284135
Make zone condition more robust by ignoring unavailable and unknown entities ( #72751 )
...
* ignore entities with state unavailable or unknown
* test for unavailable entity
2022-05-31 13:22:29 -07:00
J. Nick Koston
ca8c750a5a
Small performance improvement for matching logbook rows ( #72750 )
2022-05-31 13:22:29 -07:00
Aaron Bach
7c2f73ddba
Alter RainMachine to not create entities if the underlying data is missing ( #72733 )
2022-05-31 13:22:28 -07:00
Khole
1b2cb4eab7
Fix hive authentication process ( #72719 )
...
* Fix hive authentication process
* Update hive test scripts to add new data
2022-05-31 13:22:27 -07:00
Alexey Zimarev
4bf5132a06
SmartThings issue with unique_id ( #72715 )
...
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
2022-05-31 13:22:26 -07:00
eyager1
6e06b6c9ed
Add empty string to list of invalid states ( #72590 )
...
Add null state to list of invalid states
2022-05-31 13:22:26 -07:00
Paulus Schoutsen
103f324c52
Bumped version to 2022.6.0b5
2022.6.0b5
2022-05-30 22:57:22 -07:00
Aaron Bach
48d36e49f0
Bump simplisafe-python to 2022.05.2 ( #72740 )
2022-05-30 22:57:12 -07:00
Aaron Bach
a4e2d31a19
Bump regenmaschine to 2022.05.1 ( #72735 )
2022-05-30 22:57:11 -07:00
Aaron Bach
15bdfb2a45
Fix invalid RainMachine syntax ( #72732 )
2022-05-30 22:57:10 -07:00
Raman Gupta
b842c76fbd
Bump zwave-js-server-python to 0.37.1 ( #72731 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2022-05-30 22:56:31 -07:00
jjlawren
a98528c93f
Bump plexapi to 4.11.2 ( #72729 )
2022-05-30 22:53:07 -07:00
J. Nick Koston
a202ffe4c1
Make logbook inherit the recorder filter ( #72728 )
2022-05-30 22:53:06 -07:00
Paulus Schoutsen
77e4c86c07
Add support for announce to play_media ( #72566 )
2022-05-30 22:53:05 -07:00
Paulus Schoutsen
72a79736a6
Bumped version to 2022.6.0b4
2022.6.0b4
2022-05-30 14:40:55 -07:00
Erik Montnemery
2809592e71
Improve handling of MQTT overridden settings ( #72698 )
...
* Improve handling of MQTT overridden settings
* Don't warn unless config entry overrides yaml
2022-05-30 14:40:45 -07:00
Erik Montnemery
da7446bf52
Bump hatasmota to 0.5.1 ( #72696 )
2022-05-30 14:40:44 -07:00
rikroe
2942986a7b
Bump bimmer_connected to 0.9.3 ( #72677 )
...
Bump bimmer_connected to 0.9.3, fix retrieved units
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2022-05-30 14:40:43 -07:00
Michael
67ef3229fd
Address late review comments for Tankerkoenig ( #72672 )
...
* address late review comment from #72654
* use entry_id instead of unique_id
* remove not needed `_hass` property
* fix skiping failing stations
* remove not neccessary error log
* set DeviceEntryType.SERVICE
* fix use entry_id instead of unique_id
* apply suggestions on tests
* add return value also to other tests
* invert data check to early return user form
2022-05-30 14:40:42 -07:00
shbatm
952433d16e
Check ISY994 climate for unknown humidity on Z-Wave Thermostat ( #72670 )
2022-05-30 14:40:42 -07:00
Joakim Sørensen
6f01c13845
Switch severity for gesture logging ( #72668 )
2022-05-30 14:40:41 -07:00
Paulus Schoutsen
f8b7527bf0
Allow removing a ring device ( #72665 )
2022-05-30 14:40:40 -07:00