J. Nick Koston
ed8f538890
Prevent new discovery flows from being created when stopping ( #88743 )
2023-02-25 12:07:22 +01:00
J. Nick Koston
6196607c5d
Make hass.async_stop an untracked task ( #88738 )
2023-02-25 12:07:19 +01:00
J. Nick Koston
833ccafb76
Log futures that are blocking shutdown stages ( #88736 )
2023-02-25 12:07:15 +01:00
mkmer
ca539d0a09
Add missing reauth strings to Honeywell ( #88733 )
...
Add missing reauth strings
2023-02-25 12:07:12 +01:00
Austin Mroczek
0e3e954000
Bump total_connect_client to v2023.2 ( #88729 )
...
* bump total_connect_client to v2023.2
* Trigger Build
2023-02-25 12:07:09 +01:00
avee87
4ef96c76e4
Fix log message in recorder on total_increasing reset ( #88710 )
2023-02-25 12:07:05 +01:00
Álvaro Fernández Rojas
d5b0c1faa0
Update aioqsw v0.3.2 ( #88695 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-02-25 12:07:02 +01:00
Arturo
2405908cdd
Fix matter light color capabilities bit map ( #88693 )
...
* Adds matter light color capabilities bit map
* Fixed matter light hue and saturation test
2023-02-25 12:06:58 +01:00
avee87
1519a78567
Fix log message in recorder on total_increasing reset ( #88710 )
2023-02-25 12:05:24 +01:00
J. Nick Koston
57360a7528
Prevent new discovery flows from being created when stopping ( #88743 )
2023-02-25 12:02:07 +01:00
J. Nick Koston
7b61d3763b
Log futures that are blocking shutdown stages ( #88736 )
2023-02-25 12:01:30 +01:00
Joakim Sørensen
0f204d6502
Remove homeassistant_hardware after dependency from zha ( #88751 )
2023-02-25 12:01:01 +01:00
Arturo
0a3a8c4b3c
Fix matter light color capabilities bit map ( #88693 )
...
* Adds matter light color capabilities bit map
* Fixed matter light hue and saturation test
2023-02-25 10:25:04 +01:00
Rami Mosleh
091305fc57
Use DataUpdateCoordinator for islamic_prayer_times ( #73893 )
...
* use DataUpdateCoordinator for islamic_prayer_times
Add suggested type hints
remove uneccassry options setup
* Use entity_description for sensors
* move coordinator into separate file, sensor_descptions to sensor.py
* add strict typing
* revert strict typing
* fix test coverage
* revert unrelated file changes
* fix sorting
* Update code based on review
* add missing type hint
* more missing type hints
* Update homeassistant/components/islamic_prayer_times/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* remove config_entry parameter
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-02-25 10:05:51 +01:00
Austin Mroczek
3499d60401
Bump total_connect_client to v2023.2 ( #88729 )
...
* bump total_connect_client to v2023.2
* Trigger Build
2023-02-25 09:20:17 +01:00
Artem Draft
f18c0bf626
Pass assumed_state
property in universal media player ( #87846 )
...
Pass assumed_state property in universal media player
2023-02-25 07:43:58 +01:00
J. Nick Koston
f52a5f6965
Make hass.async_stop an untracked task ( #88738 )
2023-02-24 23:11:48 -05:00
Álvaro Fernández Rojas
1edef73c9a
Update aioqsw v0.3.2 ( #88695 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-02-24 22:10:00 -05:00
mkmer
5a365788b5
Add missing reauth strings to Honeywell ( #88733 )
...
Add missing reauth strings
2023-02-24 21:49:49 -05:00
Paulus Schoutsen
b6e50135f5
Bumped version to 2023.3.0b2
2023.3.0b2
2023-02-24 21:41:02 -05:00
Bram Kragten
64197aa5f5
Update frontend to 20230224.0 ( #88721 )
2023-02-24 21:40:56 -05:00
J. Nick Koston
5a2d7a5dd4
Reduce overhead to save json data to postgresql ( #88717 )
...
* Reduce overhead to strip nulls from json
* Reduce overhead to strip nulls from json
* small cleanup
2023-02-24 21:40:55 -05:00
J. Nick Koston
2d6f84b2a8
Fix timeout in purpleapi test ( #88715 )
...
https://github.com/home-assistant/core/actions/runs/4264644494/jobs/7423099757
2023-02-24 21:40:54 -05:00
J. Nick Koston
0c6a469218
Fix migration failing when existing data has duplicates ( #88712 )
2023-02-24 21:40:53 -05:00
J. Nick Koston
e69271cb46
Bump aioesphomeapi to 13.4.1 ( #88703 )
...
changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.4.1
2023-02-24 21:40:52 -05:00
Michael Hansen
02bd3f897d
Make a copy of matching states so translated state names can be used ( #88683 )
2023-02-24 21:40:51 -05:00
J. Nick Koston
64ad5326dd
Bump mopeka_iot_ble to 0.4.1 ( #88680 )
...
* Bump mopeka_iot_ble to 0.4.1
closes #88232
* adjust tests
2023-02-24 21:40:50 -05:00
puddly
74696a3fac
Name the Yellow-internal radio and multi-PAN addon as ZHA serial ports ( #88208 )
...
* Expose the Yellow-internal radio and multi-PAN addon as named serial ports
* Remove the serial number if it isn't available
* Use consistent names for the addon and Zigbee radio
* Add `homeassistant_hardware` and `_yellow` as `after_dependencies`
* Handle `hassio` not existing when listing serial ports
* Add unit tests
2023-02-24 21:40:49 -05:00
Bram Kragten
a60fd18386
Update frontend to 20230224.0 ( #88721 )
2023-02-24 21:39:59 -05:00
J. Nick Koston
0223058d25
Reduce overhead to save json data to postgresql ( #88717 )
...
* Reduce overhead to strip nulls from json
* Reduce overhead to strip nulls from json
* small cleanup
2023-02-24 21:37:36 -05:00
J. Nick Koston
7b2e743a6b
Fix timeout in purpleapi test ( #88715 )
...
https://github.com/home-assistant/core/actions/runs/4264644494/jobs/7423099757
2023-02-24 14:33:25 -05:00
J. Nick Koston
69a3738bdb
Fix migration failing when existing data has duplicates ( #88712 )
2023-02-24 11:41:44 -06:00
Jon Caruana
e69091c6db
Use strict typing for LiteJet integration ( #88629 )
...
* Strict typing for LiteJet.
* Add test for new check.
* PR feedback.
* PR feedback.
2023-02-24 17:51:48 +01:00
J. Nick Koston
ee7dfdae30
Bump aioesphomeapi to 13.4.1 ( #88703 )
...
changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.4.1
2023-02-24 11:09:12 -05:00
epenet
fdc06c2fc2
Improve type hint in webostv trigger ( #88599 )
...
Improve type hint in webostv trigger
2023-02-24 16:54:02 +01:00
StefanIacobLivisi
ba929dfc79
Bump aiolivisi to 0.0.16 ( #88700 )
...
Increment aiolivisi library version
2023-02-24 15:22:30 +01:00
epenet
753c790a25
Use async_timeout in integrations ( #88697 )
2023-02-24 08:13:03 -05:00
Thomas Dietrich
ee8f746808
Change statistics component ownership ( #88692 )
2023-02-24 08:11:40 -05:00
stickpin
84823d2fcf
Upgrade caldav to 1.1.3 ( #88681 )
...
* Update caldav to 1.1.3
* update caldav to 1.1.3
* update caldav to 1.1.3
---------
Co-authored-by: Allen Porter <allen@thebends.org>
2023-02-24 06:32:59 +00:00
J. Nick Koston
0ae2fdc08b
Switch samsungtv to use async_timeout to avoid task creation ( #88679 )
...
wait_for creates a task, async_timeout does the same work
and avoids the task creation
2023-02-23 23:00:08 -05:00
Erik Montnemery
d90ee85118
Allow conditions to be implemented in platforms ( #88509 )
...
* Allow conditions to be implemented in platforms
* Update tests
* Tweak typing
* Rebase fixes
2023-02-23 22:30:51 -05:00
Franck Nijhof
2f826a6f86
Modernize uptime tests ( #88636 )
...
* Modernize uptime tests
* Fix tests
2023-02-23 22:15:20 -05:00
David Poll
af49b98475
Enable jinja loop controls (break/continue) ( #88625 )
...
Enables jinja loop controls (break/continue)
2023-02-23 22:14:28 -05:00
puddly
9575cd9161
Name the Yellow-internal radio and multi-PAN addon as ZHA serial ports ( #88208 )
...
* Expose the Yellow-internal radio and multi-PAN addon as named serial ports
* Remove the serial number if it isn't available
* Use consistent names for the addon and Zigbee radio
* Add `homeassistant_hardware` and `_yellow` as `after_dependencies`
* Handle `hassio` not existing when listing serial ports
* Add unit tests
2023-02-23 20:52:53 -05:00
J. Nick Koston
f0b029c363
Bump mopeka_iot_ble to 0.4.1 ( #88680 )
...
* Bump mopeka_iot_ble to 0.4.1
closes #88232
* adjust tests
2023-02-23 20:52:31 -05:00
Michael Hansen
a71487a42b
Make a copy of matching states so translated state names can be used ( #88683 )
2023-02-23 20:50:23 -05:00
Michael Hansen
d5f1713498
Include binary_sensor in default Assist exposed domains ( #88682 )
2023-02-23 19:40:10 -05:00
Paulus Schoutsen
70e1d14da0
Bumped version to 2023.3.0b1
2023.3.0b1
2023-02-23 15:00:13 -05:00
Bram Kragten
25f066d476
Update frontend to 20230223.0 ( #88677 )
2023-02-23 15:00:07 -05:00
Marcel van der Veldt
5adf1dcc90
Fix support for Bridge(d) and composed devices in Matter ( #88662 )
...
* Refactor discovery of entities to support composed and bridged devices
* Bump library version to 3.1.0
* move discovery schemas to platforms
* optimize a tiny bit
* simplify even more
* fixed bug in light platform
* fix color control logic
* fix some issues
* Update homeassistant/components/matter/discovery.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* fix some tests
* fix light test
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-02-23 15:00:05 -05:00