Joost Lekkerkerker and Franck Nijhof
bb52bfd73d
Add unique id to Mealie config entry ( #120816 )
2024-06-29 17:51:25 +02:00
Joost Lekkerkerker and Franck Nijhof
7319492bf3
Bump aiomealie to 0.5.0 ( #120815 )
2024-06-29 17:51:21 +02:00
J. Nick Koston and Franck Nijhof
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 and Franck Nijhof
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 and Franck Nijhof
0dcfd38cdc
Fix missing f-string in loop util ( #120800 )
2024-06-29 17:51:12 +02:00
Klaas Schoute and Franck Nijhof
b45eff9a2b
Bump gridnet lib to v5.0.1 ( #120793 )
2024-06-29 17:51:09 +02:00
Klaas Schoute and Franck Nijhof
ec577c7bd3
Bump odp-amsterdam lib to v6.0.2 ( #120788 )
2024-06-29 17:51:06 +02:00
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 and Franck Nijhof
b30b4d5a3a
Bump energyzero lib to v2.1.1 ( #120783 )
2024-06-29 17:50:59 +02:00
Matthew FitzGerald-Chamberlain and Franck Nijhof
8165acddeb
Bump pyaprilaire to 0.7.4 ( #120782 )
2024-06-29 17:50:56 +02:00
Joost Lekkerkerker and Franck Nijhof
0f3ed3bb67
Bump aiowithings to 3.0.2 ( #120765 )
2024-06-29 17:50:53 +02:00
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 and Franck Nijhof
917eeba984
Increase mqtt availablity timeout to 50s ( #120760 )
2024-06-29 17:50:46 +02:00
Clifford Roche and Franck Nijhof
59bb8b360e
Bump greeclimate to 1.4.6 ( #120758 )
2024-06-29 17:50:43 +02:00
Klaas Schoute and Franck Nijhof
6028e5b77a
Bump p1monitor lib to v3.0.1 ( #120756 )
2024-06-29 17:50:40 +02:00
Klaas Schoute and Franck Nijhof
83df470307
Bump easyenergy lib to v2.1.2 ( #120753 )
2024-06-29 17:50:37 +02:00
Joost Lekkerkerker and Franck Nijhof
20ac0aa7b1
Bump govee-local-api to 1.5.1 ( #120747 )
2024-06-29 17:50:34 +02:00
Joost Lekkerkerker and Franck Nijhof
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
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 and Franck Nijhof
b350ba9657
Add electrical consumption sensor to Overkiz ( #120717 )
...
electrical consumption sensor
2024-06-29 17:50:25 +02:00
wittypluck and Franck Nijhof
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 and Franck Nijhof
2d5961fa4f
Bump gcal_sync to 6.1.3 ( #120278 )
2024-06-29 17:50:18 +02:00
Franck Nijhof
d7a59748cf
Bump version to 2024.7.0b4
2024.7.0b4
2024-06-28 13:38:24 +02:00
tronikos and Franck Nijhof
cada78496b
Fix Google Generative AI: 400 Request contains an invalid argument ( #120741 )
2024-06-28 13:31:00 +02:00
Illia and Franck Nijhof
c5fa9ad272
Bump asyncarve to 0.1.1 ( #120740 )
2024-06-28 13:30:51 +02:00
epenet and Franck Nijhof
fe8b5656dd
Separate renault strings ( #120737 )
2024-06-28 13:30:48 +02:00
epenet and Franck Nijhof
0ae11b0335
Bump renault-api to 0.2.4 ( #120727 )
2024-06-28 13:30:45 +02:00
Dave Leaver and Franck Nijhof
76780ca04e
Bump airtouch5py to 1.2.0 ( #120715 )
...
* Bump airtouch5py to fix console 1.2.0
* Bump airtouch5py again
2024-06-28 13:30:38 +02:00
Brett Adams and Franck Nijhof
3932ce57b9
Check Tessie scopes to fix startup bug ( #120710 )
...
* Add scope check
* Add tests
* Bump Teslemetry
2024-06-28 13:30:35 +02:00
dougiteixeira and Franck Nijhof
35d145d3bc
Link the Statistics helper entity to the source entity device ( #120705 )
2024-06-28 13:30:30 +02:00
1227d56aa2
Bump nextdns to version 3.1.0 ( #120703 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-06-28 13:30:27 +02:00
Joost Lekkerkerker and Franck Nijhof
ef3ecb6183
Bump apsystems-ez1 to 1.3.3 ( #120702 )
2024-06-28 13:30:18 +02:00
Joost Lekkerkerker and Franck Nijhof
ca515f740e
Bump panasonic_viera to 0.4.2 ( #120692 )
...
* Bump panasonic_viera to 0.4.2
* Bump panasonic_viera to 0.4.2
* Bump panasonic_viera to 0.4.2
* Fix Keys
2024-06-28 13:30:15 +02:00
Erik Montnemery and Franck Nijhof
876fb234ce
Bump hatasmota to 0.9.2 ( #120670 )
2024-06-28 13:30:10 +02:00
Erik Montnemery and Franck Nijhof
f28cbf1909
Set stateclass on unknown numeric Tasmota sensors ( #120650 )
2024-06-28 13:30:06 +02:00
Franck Nijhof
9b5d0f72dc
Bump version to 2024.7.0b3
2024.7.0b3
2024-06-27 22:20:25 +02:00
Steven B and Franck Nijhof
23056f839b
Update tplink unlink identifiers to deal with ids from other domains ( #120596 )
2024-06-27 22:20:02 +02:00
Joost Lekkerkerker and Franck Nijhof
0b8dd738f1
Bump ttls to 1.8.3 ( #120700 )
2024-06-27 22:19:25 +02:00
Glenn Waters and Franck Nijhof
411633d3b3
Bump Environment Canada to 0.7.1 ( #120699 )
2024-06-27 22:19:22 +02:00
Thomas55555 and Franck Nijhof
f3ab3bd5cb
Bump aioautomower to 2024.6.3 ( #120697 )
2024-06-27 22:19:19 +02:00
Bram Kragten and Franck Nijhof
476b9909ac
Update frontend to 20240627.0 ( #120693 )
2024-06-27 22:19:16 +02:00
Glenn Waters and Franck Nijhof
e756328d52
Bump upb-lib to 0.5.7 ( #120689 )
2024-06-27 22:19:13 +02:00
J. Nick Koston and Franck Nijhof
b9c9921847
Add newer models to unifi integrations discovery ( #120688 )
2024-06-27 22:19:10 +02:00
MatthewFlamm and Franck Nijhof
09dbd8e7eb
Use more observations in NWS ( #120687 )
...
Use more observations
2024-06-27 22:19:07 +02:00
Glenn Waters and Franck Nijhof
07dd832c58
Bump Environment Canada to 0.7.0 ( #120686 )
2024-06-27 22:19:04 +02:00
J. Nick Koston and Franck Nijhof
f9c5661c66
Bump unifi-discovery to 1.2.0 ( #120684 )
2024-06-27 22:19:01 +02:00
J. Nick Koston and Franck Nijhof
94f8f8281f
Bump uiprotect to 4.2.0 ( #120669 )
2024-06-27 22:18:58 +02:00
Erik Montnemery and Franck Nijhof
f6aa25c717
Fix docstring for EventStateEventData ( #120662 )
2024-06-27 22:18:55 +02:00
Jesse Hills and Franck Nijhof
f9ca85735d
[esphome] Add more tests to bring integration to 100% coverage ( #120661 )
2024-06-27 22:18:52 +02:00
Joost Lekkerkerker and Franck Nijhof
be086c581c
Fix Airgradient ABC days name ( #120659 )
2024-06-27 22:18:49 +02:00