Paulus Schoutsen
65a9bd661d
Bumped version to 2023.6.0b1
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 and Paulus Schoutsen
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 and Paulus Schoutsen
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
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
Diogo Gomes and Paulus Schoutsen
408f0bdd6b
Always update Filter sensors attr on new_state ( #89096 )
...
* always update attr
* reset filter on unit change
2023-05-31 21:17:47 -04:00
Franck Nijhof
ab2e891e91
Bumped version to 2023.6.0b0
2023.6.0b0
2023-05-31 17:55:47 +02:00
Raman Gupta and GitHub
cb616cdf4e
Move Z-Wave refresh value service out of task ( #93866 )
2023-05-31 11:52:01 -04:00
Bram Kragten and GitHub
22e7c9cc76
Update frontend to 20230531.0 ( #93862 )
2023-05-31 17:23:13 +02:00
Matthias Alphart and GitHub
7b7ea24303
Update knx-frontend to 2023.5.31.141540 ( #93864 )
2023-05-31 17:20:53 +02:00
Raman Gupta and GitHub
f1552304e1
Give zwave_js platinum quality score ( #93845 )
2023-05-31 17:15:44 +02:00
Raman Gupta and GitHub
bd8c88f51b
Add error handling for all zwave_js service calls ( #93846 )
...
* Add error handling for all service calls
* Switch siren to use internal function
* Remove failing checks
* Revert change to poll service, add comments, and add additional error handling
* Add error handling for ping and refresh + review comment + add tests
* Add test for statistics entity refresh
2023-05-31 11:09:01 -04:00
Paulus Schoutsen and GitHub
927b59fe5a
Simplify get pipeline method ( #93865 )
2023-05-31 10:06:03 -05:00
4bade86dcc
Add time component to Melnor Bluetooth integration ( #93652 )
...
* Add time component to Melnor Bluetooth integration
* Apply suggestions from code review
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2023-05-31 11:00:52 -04:00
c3a3ddcfa4
Standardize spelling of TTS and STT ( #93857 )
...
* Standardize spelling of TTS and STT
* Apply suggestions from code review
* Update homeassistant/components/tts/media_source.py
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2023-05-31 11:00:19 -04:00
b03dbeaed5
Block legacy get-mac in preference of getmac ( #87712 )
...
Co-authored-by: GnatorX <garvinpang@protonmail.com >
2023-05-31 16:57:45 +02:00
Diego Rodríguez Royo and GitHub
3cf8ae64c8
Matter cover position improvements ( #92278 )
2023-05-31 16:08:01 +02:00
c8c368340d
Glances: Improve performance ( #93852 )
...
* Improve performance
* Apply suggestions from code review
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2023-05-31 09:17:23 -04:00
Luke and GitHub
1d7498378e
Add Status indicator light switch to Roborock ( #93842 )
...
add status indicator light switch
2023-05-31 14:26:39 +02:00
Yuxin Wang and GitHub
676b6ab706
Add support for "days" unit for STESTI sensor in APCUPSD integration ( #93844 )
...
Add a test case for self test interval
2023-05-31 14:25:46 +02:00
Álvaro Fernández Rojas and GitHub
21771457d1
Use library constants for Airzone Cloud diagnostics ( #93858 )
...
airzone_cloud: diagnostics: use constants from library
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2023-05-31 14:22:53 +02:00
David F. Mulcahey and GitHub
0f4dec534c
Bump ZHA quirks ( #93860 )
2023-05-31 14:14:49 +02:00
Raman Gupta and GitHub
b3990d48d2
Improve Z-Wave support for Ultraviolet multilevel sensor values ( #93848 )
...
Improve support for Ultraviolet multilevel sensor values
2023-05-31 13:31:02 +02:00
Raman Gupta and GitHub
1eb1ea08b0
Add support for Energy Production CC sensors ( #93839 )
2023-05-31 13:28:07 +02:00
Marc Mueller and GitHub
c72477811e
Fix event typing ( #93859 )
2023-05-31 12:33:56 +02:00
G Johansson and GitHub
f7b15dbf84
Fix Timer change service ( #93469 )
2023-05-31 12:00:45 +02:00
Jan Bouwhuis and GitHub
fa4d9b2c08
Rework mqtt climate platform to simplify implementation water_heater platform ( #93751 )
...
* Rework to simplify water_heater platform
* Remove unused type hints
* Split shared and specific subscriptions
* Convert to abstract class
2023-05-31 11:12:58 +02:00
Erik Montnemery and GitHub
59c6220b7c
Subscribe to device registry changes from entities ( #93601 )
...
* Subscribe to device registry changes from entities
* Use async_track_device_registry_updated_event
* Fix unsubscribe
* Fix logic, add tests
2023-05-31 11:01:55 +02:00
Raman Gupta and GitHub
204215e0f2
Cleanup unnecessary pylance warnings ( #93849 )
2023-05-31 10:15:21 +02:00
Erik Montnemery and GitHub
b5f5e1c8c3
Add empty config schema to integrations t-z ( #93853 )
2023-05-31 10:13:26 +02:00
Erik Montnemery and GitHub
ef4dea07cd
Improve no-yaml warning ( #93851 )
2023-05-31 10:11:02 +02:00
Erik Montnemery and GitHub
24ed53cebe
Drop incorrect CONFIG_SCHEMA from the homeassistant integration ( #93850 )
2023-05-31 10:10:44 +02:00
3f3b833034
Add issue when integration key YAML not supported ( #93807 )
...
* Add issue when integration key YAML not supported
* Fix feedback
* Fix review
* Update homeassistant/components/homeassistant/strings.json
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com >
---------
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com >
2023-05-31 09:56:33 +02:00
Jan Bouwhuis and GitHub
661aedde90
Remove MQTT platform schema warnings ( #93785 )
2023-05-31 09:02:48 +02:00
4119d3198a
Support zwave config parameters not on endpoint 0 ( #93383 )
...
* Support zwave config parameters not on endpoint 0
* Update device automation logic
* Make endpoint required
* Update homeassistant/components/zwave_js/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update homeassistant/components/zwave_js/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-05-30 23:52:12 -04:00
Luke and GitHub
8244887bb3
Rename confusing device info in Roborock ( #93843 )
...
rename confusing device info
2023-05-31 05:33:18 +02:00
23c5e60be0
Swallow error 40000 for songpal power on/off ( #80563 )
...
* Swallow error 40000 for songpal power on/off
* Move ERROR_REQUEST_RETRY to consts
* Add tests for the swallow exception behavior
* Update tests/components/songpal/test_media_player.py
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2023-05-30 22:58:41 -04:00
Luke and GitHub
81561d4d3e
Add non coordinated Entity to Roborock ( #93841 )
...
switch to non coordinator entity
2023-05-30 22:58:27 -04:00
Raman Gupta and GitHub
8cd8355ab1
Bump zwave-js-server-python to 0.49.0 ( #93835 )
...
* Bump zwave-js-server-python to 0.49.0
* fix tests
2023-05-30 22:40:55 -04:00
4a3f341444
Language codes for Hebrew ( #93681 )
...
* Language codes for Hebrew
There is 2 optional code for Hebrew:
he-IL is the new code
iw-IL is the old code , the google cloud STT for example is using the old code (iw)
* Update language.py
* Update test_language.py
* Update test_language.py
* Update test_language.py
* Simplify duplicate language check
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2023-05-30 22:27:32 -04:00
mkmer and GitHub
bfec3d68dd
Calculate _attr_native_value when no restore state and appliance is running in Whirlpool ( #88559 )
...
* Initialize _attr_native_value when running
* Fix return type on update_sensor_state()
move init at startup if _attr_native_value is None
* allow update _attr_native_value when running and none
2023-05-30 21:48:39 -04:00
J. Nick Koston and GitHub
fba826ae9e
Migrate restore_state helper to use registry loading pattern ( #93773 )
...
* Migrate restore_state helper to use registry loading pattern
As more entities have started using restore_state over time, it
has become a startup bottleneck as each entity being added is
creating a task to load restore state data that is already loaded
since it is a singleton
We now use the same pattern as the registry helpers
* fix refactoring error -- guess I am tired
* fixes
* fix tests
* fix more
* fix more
* fix zha tests
* fix zha tests
* comments
* fix error
* add missing coverage
* s/DATA_RESTORE_STATE_TASK/DATA_RESTORE_STATE/g
2023-05-30 20:48:17 -05:00
starkillerOG and GitHub
b91c6911d9
Reolink autotrack streams for TrackMix and high/low resolution snapshots ( #90591 )
...
* Add auto track stream for Trackmix connected to NVR
* Enable autotracking stream by default
* Add snapshot high/low resolution
* Improve naming
* fix snapshots camera's not beeing added
* keep unique ID the same
* fix styling
2023-05-30 21:42:58 -04:00
Emory Penney and GitHub
9eac0458dd
Obihai to have common unique_ids with DHCP or without ( #91239 )
...
* DHCPInfo and get_mac_address case mismatch
* Switch to format_mac
* Run black
2023-05-30 21:40:59 -04:00
Dominik and GitHub
f6d3b0618e
Glances: Add error handling for invalid sensor data ( #93542 )
...
* Set sensor to Unavailable
when native_value is invalid
* Add unit tests for sensors
2023-05-30 21:35:33 -04:00
G Johansson and GitHub
ac8d8dccd2
Add translation for Trafikverket Weatherstation sensor ( #87315 )
...
* Trafikverket weatherstation translate sensor
* Fix enums
2023-05-30 21:25:31 -04:00
G Johansson and GitHub
6736ed67ba
Translate config flow for sensor measurement option in group ( #87374 )
...
* Translate config flow
* reset en
* Delete en.json
2023-05-30 21:23:47 -04:00
G Johansson and GitHub
5e1c9ba80d
Translate entity names for Yale Smart Living ( #93560 )
2023-05-30 21:22:11 -04:00
J. Nick Koston and GitHub
466eec2f04
Add a debounce to ld2410 to prevent it from overwhelming the state machine with many devices ( #93819 )
...
* Add a debounce to ld2410 to prevent it from overwhelming the state machine
fixes #86665
* set time on debounce
2023-05-30 21:13:49 -04:00
Luke and GitHub
049582ec50
Add Switch platform to Roborock ( #93833 )
...
* init
* add switch platform
* remove stale comments
* remove stale list
* set entity category to config
2023-05-30 21:10:28 -04:00