Paulus Schoutsen
a98094eda6
Bumped version to 2023.6.0b2
2023-06-01 15:07:11 -04:00
J. Nick Koston
3317ea7d95
Bump pyunifiprotect to 4.9.1 ( #93931 )
2023-06-01 15:07:06 -04:00
J. Nick Koston
4e19843152
Bump python-onvif-zeep to 3.1.9 ( #93930 )
2023-06-01 15:07:05 -04:00
J. Nick Koston
5ac3bb9e9b
Fix onvif cameras that use basic auth with no password ( #93928 )
2023-06-01 15:07:04 -04:00
Bram Kragten
358700af4e
Update frontend to 20230601.1 ( #93927 )
2023-06-01 15:07:03 -04:00
J. Nick Koston
50bd9e9fdd
Make RestoreStateData.async_get_instance backwards compatible ( #93924 )
2023-06-01 15:07:02 -04:00
Joakim Plate
7f6c0fdd4c
Raise exception instead of hide in logs on zha write ( #93571 )
...
Raise exception instead of hide in logs
Write request that failed parsing of data would fail,
yet display as successful in the gui.
2023-06-01 15:07:01 -04:00
Sebastian Heiden
44274e5323
Fix LaMetric Config Flow for SKY ( #93483 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-01 15:07:00 -04:00
Erik Montnemery
32571af131
Add `silabs_multiprotocol` platform ( #92904 )
...
* Add silabs_multiprotocol platform
* Add new files
* Add ZHA tests
* Prevent ZHA from creating database during tests
* Add delay parameter to async_change_channel
* Add the updated dataset to the dataset store
* Allow MultipanProtocol.async_change_channel to return a task
* Notify user about the duration of migration
* Update tests
2023-06-01 15:06:59 -04:00
Erik Montnemery
bb5430ff59
Remove async_setup from locative ( #93895 )
...
* Remove async_setup from locative
* Micro-optimize async_setup_entry
2023-06-01 20:08:32 +02:00
Brent Perdue
23ca26ae56
Add save clips to Blink services ( #84149 )
2023-06-01 20:06:53 +02:00
Erik Montnemery
a1a055f618
Add config entry only config schema to integrations s-z ( #93910 )
2023-06-01 20:05:11 +02:00
puddly
cc47736d20
Include port info in the ZHA websocket settings response ( #93934 )
2023-06-01 19:53:41 +02:00
J. Nick Koston
457bc4571d
Make RestoreStateData.async_get_instance backwards compatible ( #93924 )
2023-06-01 19:31:17 +02:00
J. Nick Koston
5a8daf06e8
Fix typing_extensions to match metadata ( #93920 )
2023-06-01 19:30:08 +02:00
andiukas
1a798f6eee
Adding new supported language code to Google translate ( #93926 )
2023-06-01 19:29:15 +02:00
Bram Kragten
145a8bc41d
Update frontend to 20230601.1 ( #93927 )
2023-06-01 19:23:42 +02:00
J. Nick Koston
5365d57bef
Bump pyunifiprotect to 4.9.1 ( #93931 )
2023-06-01 19:20:32 +02:00
Tobias G
d4e352d6a7
Add humidity sensor to deconz component ( #93024 )
...
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2023-06-01 19:16:42 +02:00
J. Nick Koston
0ca53eccb8
Bump python-onvif-zeep to 3.1.9 ( #93930 )
2023-06-01 19:15:16 +02:00
J. Nick Koston
240372b45d
Fix onvif cameras that use basic auth with no password ( #93928 )
2023-06-01 19:14:03 +02:00
Arjan
8f485be87e
Properly order moon phases in attribute ( #93933 )
2023-06-01 19:09:09 +02:00
Sebastian Heiden
a260c11d4e
Fix LaMetric Config Flow for SKY ( #93483 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-01 18:04:00 +02:00
Erik Montnemery
f9037d5f6d
Add platform only config schema to nsw_fuel_station and ping ( #93913 )
2023-06-01 17:30:15 +02:00
Joost Lekkerkerker
e33ae72f95
Bump python-opensky ( #93916 )
2023-06-01 11:01:51 -04:00
Joakim Plate
9aed5a47ae
Raise exception instead of hide in logs on zha write ( #93571 )
...
Raise exception instead of hide in logs
Write request that failed parsing of data would fail,
yet display as successful in the gui.
2023-06-01 10:18:49 -04:00
disforw
1f0e235b99
Move QNAP constants ( #93918 )
...
* Create const.py
* Update sensor.py
* Add docstring
* Update sensor.py
* Update homeassistant/components/qnap/sensor.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/qnap/const.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-06-01 16:13:07 +02:00
Erik Montnemery
1a3d6bbb9a
Fix typo in cloud ( #93917 )
2023-06-01 15:21:15 +02:00
disforw
6c7d922def
Adding myself as codeowner to QNAP ( #93915 )
...
* Adding codeowner and integration_type
* Update CODEOWNERS
* Update sorting
* Update integrations.json
2023-06-01 14:53:28 +02:00
Erik Montnemery
677dd5b1fd
Remove async_setup from traccar ( #93912 )
2023-06-01 13:37:02 +02:00
Erik Montnemery
09e8d7df0f
Remove async_setup from sky_hub ( #93911 )
2023-06-01 13:30:52 +02:00
Erik Montnemery
c1c319d4d1
Rename `cv.no_yaml_config_schema` to `cv.config_entry_only_config_schema` ( #93908 )
...
* Rename cv.no_yaml_config_schema to cv.config_entry_only_config_schema
* ✏️
2023-06-01 13:15:48 +02:00
RenierM26
e05c04fadb
Add Ezviz light entity ( #93710 )
...
* Initial commit
* Add ezviz light entity.
* coveragerc
* Apply suggestions from code review
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-06-01 13:01:57 +02:00
Erik Montnemery
15e5cf01bb
Add `silabs_multiprotocol` platform ( #92904 )
...
* Add silabs_multiprotocol platform
* Add new files
* Add ZHA tests
* Prevent ZHA from creating database during tests
* Add delay parameter to async_change_channel
* Add the updated dataset to the dataset store
* Allow MultipanProtocol.async_change_channel to return a task
* Notify user about the duration of migration
* Update tests
2023-06-01 12:32:14 +02:00
Erik Montnemery
4f153a8f90
Remove async_setup from hyperion ( #93894 )
2023-06-01 12:20:04 +02:00
Erik Montnemery
4e5902c15b
Remove async_setup from gpslogger ( #93893 )
2023-06-01 12:19:14 +02:00
Erik Montnemery
c5dd540ffc
Remove async_setup from econet ( #93892 )
2023-06-01 12:18:54 +02:00
Erik Montnemery
fd08cfb074
Add empty config schema to mobile_app ( #93900 )
2023-06-01 12:17:55 +02:00
Joost Lekkerkerker
a6b6b03f2e
Add video id to youtube sensor state attributes ( #93668 )
...
* Add video id to state attributes
* Make extra state attributes not optional
* Revert "Make extra state attributes not optional"
This reverts commit d2f9e936c8
.
2023-06-01 11:46:59 +02:00
Erik Montnemery
a4b8b4f7c2
Add config entry only config schema to integrations a-r ( #93899 )
2023-06-01 11:42:14 +02:00
Erik Montnemery
f2ea2a886c
Remove setup from remote_rpi_gpio ( #93901 )
2023-06-01 11:36:20 +02:00
Erik Montnemery
08bfe8f5cc
Remove async_setup from ring ( #93902 )
2023-06-01 11:34:18 +02:00
Erik Montnemery
ba76bbee44
Remove async_setup from zerproc ( #93903 )
2023-06-01 11:33:37 +02:00
Erik Montnemery
e0db9ab041
Add CONFIG_SCHEMA to broadlink ( #93854 )
...
* Add CONFIG_SCHEMA to broadlink
* Simplify error message
* Rename to no_yaml_config_schema
* Add tests
* Raise issue
* Tweak repairs issue description and title
* Update homeassistant/helpers/config_validation.py
* Add link
* Update homeassistant/components/homeassistant/strings.json
Co-authored-by: Franck Nijhof <git@frenck.dev>
* Fix logic, add test
---------
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-06-01 09:51:26 +02:00
Tom Harris
f73754ff58
Restructure Insteon start-up ( #92818 )
...
* Restructure startup
* Code review
* Further typing
* Fix circular import
2023-06-01 08:50:35 +02:00
Paulus Schoutsen
65a9bd661d
Bumped version to 2023.6.0b1
2023-05-31 21:17:59 -04:00
Paulus Schoutsen
fb50f0d875
Bump frontend to 20230601.0 ( #93884 )
2023-05-31 21:17:51 -04:00
puddly
d6f2e1cdff
Increase Zigbee command retries ( #93877 )
...
* Enable retries for requests
* Update unit tests
* Account for fewer group retries in unit tests
2023-05-31 21:17:50 -04:00
Álvaro Fernández Rojas
d10dd54d88
Update aioairzone-cloud to v0.1.7 ( #93871 )
...
* Update aioairzone-cloud to v0.1.7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: fix copy&paste description
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-05-31 21:17:49 -04:00
Diogo Gomes
22ed622152
Delay filter integration until after HA has started ( #91034 )
...
* delay filter start
* Update homeassistant/components/filter/sensor.py
* Update homeassistant/components/filter/sensor.py
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-05-31 21:17:48 -04:00