dontinelli
bb62a8a7dc
Change schema to TextSelector to enable autocomplete ( #120771 )
2024-06-30 15:22:36 +02:00
Robert Svensson
e961ddd5fe
Simplify UniFi uptime sensor test ( #120794 )
2024-06-30 15:22:15 +02:00
Simon Lamon
be68255ca4
Fix routes with transfer in nmbs integration ( #120808 )
2024-06-30 15:16:41 +02:00
Richard Kroegel
57aced50aa
Use SelectSelector in BMW config flow ( #120831 )
2024-06-30 15:04:55 +02:00
tronikos
5deb69d492
Correctly return file extension in Google Cloud TTS ( #120849 )
2024-06-30 15:02:06 +02:00
dontinelli
255cc9ed74
Store runtime data inside the config entry in fyta ( #120761 )
2024-06-30 14:57:48 +02:00
Michael
7aca7cf858
Bump pyfritzhome to 0.6.12 ( #120861 )
2024-06-30 14:56:12 +02:00
Robert Svensson
ca7fb906cc
Axis improve fixture naming ( #120844 )
2024-06-30 14:52:20 +02:00
Richard Kroegel
d15d001cfc
Use runtime_data for BMW ( #120837 )
2024-06-30 14:51:39 +02:00
tronikos
d55be79e6a
Handle error when validating options in Google Cloud TTS ( #120850 )
2024-06-30 02:03:58 -07:00
tronikos
bf608691d5
Do not set gender if voice name is specified in Google Cloud TTS ( #120848 )
...
* Use TextToSpeechAsyncClient in Google Cloud TTS
* Do not set gender if voice name is specified in Google Cloud TTS
2024-06-30 02:03:24 -07:00
tronikos
75e3afd369
Use TextToSpeechAsyncClient in Google Cloud TTS ( #120847 )
2024-06-29 23:28:18 -07:00
tronikos
72fdebeb88
Bump google-cloud-texttospeech to 2.16.3 ( #120845 )
2024-06-29 22:38:56 -07:00
Allen Porter
f65304957a
Rollback PyFlume to 0.6.5 ( #120846 )
2024-06-29 21:35:48 -07:00
J. Nick Koston
5280291f98
Add linked doorbell event support to HomeKit ( #120834 )
2024-06-29 18:43:20 -05:00
Tsvi Mostovicz
7172d798f8
Fix Jewish calendar unique id move to entity ( #120842 )
2024-06-30 00:08:24 +02:00
Shay Levy
e0b0959b3f
Bump aiowebostv to 0.4.1 ( #120838 )
2024-06-29 22:07:37 +03:00
dontinelli
bcee5f4d9f
Store runtime data inside the config entry in solarlog ( #120773 )
2024-06-29 19:32:22 +02:00
Steven Looman
559caf4179
Use eventing for some of the upnp sensors, instead of polling ( #120262 )
2024-06-29 12:11:22 -05:00
jjlawren
b5f1076bb2
Bump plexapi to 4.15.14 ( #120832 )
2024-06-29 11:10:35 -05:00
J. Nick Koston
8f98fb2ec4
Fix publish cancellation handling in MQTT ( #120826 )
2024-06-29 11:06:56 -05:00
Franck Nijhof
08a0eaf184
Bump version to 2024.7.0b5
2024-06-29 17:51:45 +02:00
Joost Lekkerkerker
3ee8f6edba
Use meal note as fallback in Mealie ( #120828 )
2024-06-29 17:51:34 +02:00
Joost Lekkerkerker
e866417c01
Add icons to Airgradient ( #120820 )
2024-06-29 17:51:31 +02:00
Joost Lekkerkerker
05c63eb884
Bump python-opensky to 1.0.1 ( #120818 )
2024-06-29 17:51:28 +02:00
Joost Lekkerkerker
bb52bfd73d
Add unique id to Mealie config entry ( #120816 )
2024-06-29 17:51:25 +02:00
Joost Lekkerkerker
7319492bf3
Bump aiomealie to 0.5.0 ( #120815 )
2024-06-29 17:51:21 +02:00
J. Nick Koston
66932e3d9a
Fix unneeded dict values for MATCH_ALL recorder attrs exclude ( #120804 )
...
* Small cleanup to handling MATCH_ALL recorder attrs exclude
* Fix unneeded dict values for MATCH_ALL recorder attrs exclude
The exclude is a set so the dict values were not needed
* Fix unneeded dict values for MATCH_ALL recorder attrs exclude
The exclude is a set so the dict values were not needed
* Fix unneeded dict values for MATCH_ALL recorder attrs exclude
The exclude is a set so the dict values were not needed
2024-06-29 17:51:18 +02:00
J. Nick Koston
0ec07001bd
Fix blocking I/O in xmpp notify to read uploaded files ( #120801 )
...
detected by ruff in https://github.com/home-assistant/core/pull/120799
2024-06-29 17:51:15 +02:00
J. Nick Koston
0dcfd38cdc
Fix missing f-string in loop util ( #120800 )
2024-06-29 17:51:12 +02:00
Klaas Schoute
b45eff9a2b
Bump gridnet lib to v5.0.1 ( #120793 )
2024-06-29 17:51:09 +02:00
Klaas Schoute
ec577c7bd3
Bump odp-amsterdam lib to v6.0.2 ( #120788 )
2024-06-29 17:51:06 +02:00
Paul Bottein
723c4a1eb5
Update frontend to 20240628.0 ( #120785 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-06-29 17:51:02 +02:00
Klaas Schoute
b30b4d5a3a
Bump energyzero lib to v2.1.1 ( #120783 )
2024-06-29 17:50:59 +02:00
Matthew FitzGerald-Chamberlain
8165acddeb
Bump pyaprilaire to 0.7.4 ( #120782 )
2024-06-29 17:50:56 +02:00
Joost Lekkerkerker
0f3ed3bb67
Bump aiowithings to 3.0.2 ( #120765 )
2024-06-29 17:50:53 +02:00
Maciej Bieniek
d1a96ef362
Do not call async_delete_issue() if there is no issue to delete in Shelly integration ( #120762 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-06-29 17:50:50 +02:00
J. Nick Koston
917eeba984
Increase mqtt availablity timeout to 50s ( #120760 )
2024-06-29 17:50:46 +02:00
Clifford Roche
59bb8b360e
Bump greeclimate to 1.4.6 ( #120758 )
2024-06-29 17:50:43 +02:00
Klaas Schoute
6028e5b77a
Bump p1monitor lib to v3.0.1 ( #120756 )
2024-06-29 17:50:40 +02:00
Klaas Schoute
83df470307
Bump easyenergy lib to v2.1.2 ( #120753 )
2024-06-29 17:50:37 +02:00
Joost Lekkerkerker
20ac0aa7b1
Bump govee-local-api to 1.5.1 ( #120747 )
2024-06-29 17:50:34 +02:00
Joost Lekkerkerker
f57c942901
Bump sense-energy to 0.12.4 ( #120744 )
...
* Bump sense-energy to 0.12.4
* Fix
2024-06-29 17:50:31 +02:00
Alexey ALERT Rubashёff
8994ab1686
Add warm water remaining volume sensor to Overkiz ( #120718 )
...
* warm water remaining volume sensor
* Update homeassistant/components/overkiz/sensor.py
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
---------
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
2024-06-29 17:50:28 +02:00
Alexey ALERT Rubashёff
b350ba9657
Add electrical consumption sensor to Overkiz ( #120717 )
...
electrical consumption sensor
2024-06-29 17:50:25 +02:00
wittypluck
5fd589053a
Reject small uptime updates for Unifi clients ( #120398 )
...
Extend logic to reject small uptime updates to Unifi clients + add unit tests
2024-06-29 17:50:22 +02:00
Allen Porter
2d5961fa4f
Bump gcal_sync to 6.1.3 ( #120278 )
2024-06-29 17:50:18 +02:00
Joost Lekkerkerker
25932dff28
Add unique id to Mealie config entry ( #120816 )
2024-06-29 17:48:28 +02:00
Joost Lekkerkerker
0ab7647fea
Use meal note as fallback in Mealie ( #120828 )
2024-06-29 17:47:21 +02:00
Joost Lekkerkerker
ce34a5e495
Add icons to Airgradient ( #120820 )
2024-06-29 17:46:44 +02:00