Michael
f13052f9aa
Detect reached API rate limit in Tankerkoenig ( #110432 )
2024-02-22 11:37:23 +01:00
Aaron Bach
2a12369e31
Ensure Tile timestamps are reported as UTC ( #110773 )
2024-02-22 11:35:56 +01:00
Michael
76ec26b23d
Bump roombapy to 1.6.12 ( #110762 )
...
* bump roombapy to 1.6.11
* Apply suggestions from code review
* "fix" tests (make them pydantic fiendly?)
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-02-22 11:35:52 +01:00
Steven Barth
d85a92f5f1
Remove matplotlib pinning due to Python 3.12 incompatibility ( #110706 )
2024-02-22 11:35:49 +01:00
Michael
ac74eb7854
Fix scene activation with climate entities with `None` attribute values ( #110684 )
...
don't call service with attribute None
2024-02-22 11:35:46 +01:00
Chris Talkington
8769921d70
Update rokuecp to 0.19.1 ( #110670 )
2024-02-22 11:35:43 +01:00
wilburCforce
54c5c94f97
Fix uuid issue in Lutron ( #110524 )
2024-02-22 11:35:39 +01:00
Brett Adams
9cb425ae8b
Fix set_temperature in Tessie climate platform ( #110445 )
...
* HVAC_MODE support for set_temperature
* Fix import
2024-02-22 11:35:36 +01:00
Brett Adams
eff82ba82c
Add wake up timeout to Teslemetry ( #109037 )
2024-02-22 11:35:33 +01:00
Sid
f21313b622
Handle deep standby and poweroffs of enigma2 devices gracefully ( #107462 )
...
* handle deep standby and poweroff of enigma2 devices gracefully
* address review comments
* remove warning on deep standby
* use contextlib.suppress
2024-02-22 11:35:29 +01:00
Mick Vleeshouwer
bba7641c77
Fix reauth in Overkiz for config entries created prior to 2022.12 ( #106251 )
...
* Fix #106204
* Use api type variable
2024-02-22 11:35:23 +01:00
Franck Nijhof
b55b2c8da3
Bump version to 2024.2.2
2024-02-16 14:13:26 +01:00
Robert Resch
8c05ebd031
Bump deebot-client to 5.2.1 ( #110683 )
...
* Bump deebot-client to 5.2.0
* Bumb again
* Fix tests
2024-02-16 14:13:18 +01:00
Robert Svensson
34a3e88e0d
Bump aiounifi to v71 ( #110658 )
2024-02-16 14:13:15 +01:00
J. Nick Koston
bf002ac0b0
Fix elkm1 service calls running in the executor ( #110655 )
...
fixes
```
File "/usr/src/homeassistant/homeassistant/components/elkm1/__init__.py", line 416, in _set_time_service
_getelk(service).panel.set_time(dt_util.now())
File "/usr/local/lib/python3.11/site-packages/elkm1_lib/panel.py", line 55, in set_time
self._connection.send(rw_encode(datetime))
File "/usr/local/lib/python3.11/site-packages/elkm1_lib/connection.py", line 152, in send
self._send(QueuedWrite(msg.message, msg.response_command), priority_send)
File "/usr/local/lib/python3.11/site-packages/elkm1_lib/connection.py", line 148, in _send
self._check_write_queue.set()
File "/usr/local/lib/python3.11/asyncio/locks.py", line 192, in set
fut.set_result(True)
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 763, in call_soon
self._check_thread()
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 800, in _check_thread
raise RuntimeError(
RuntimeError: Non-thread-safe operation invoked on an event loop other than the current one
```
2024-02-16 14:13:12 +01:00
jan iversen
6f529a2c77
Modbus, allow received int to be a float. ( #110648 )
2024-02-16 14:13:09 +01:00
J. Nick Koston
e5db7278e1
Fix tplink not updating IP from DHCP discovery and discovering twice ( #110557 )
...
We only called format_mac on the mac address if we connected
to the device during entry creation. Since the format of the
mac address from DHCP discovery did not match the format saved
in the unique id, the IP would not get updated and a second
discovery would appear
Thankfully the creation path does format the mac so we did not
create any entries with an inconsistantly formatted unique id
fixes #110460
2024-02-16 14:13:05 +01:00
J. Nick Koston
cdf67e9bb5
Bump orjson to 3.9.14 ( #110552 )
...
changelog: https://github.com/ijl/orjson/compare/3.9.13...3.9.14
fixes a crasher due to buffer overread (was only partially fixed in 3.9.13)
2024-02-16 14:13:03 +01:00
G Johansson
393359a546
Coerce to float in Sensibo climate react custom service ( #110508 )
2024-02-16 14:12:59 +01:00
Stefan Agner
9309e38302
Fix Raspberry Pi utilities installation on Alpine 3.19 ( #110463 )
2024-02-16 14:12:56 +01:00
wilburCforce
479ecc8b94
Update pylutron to 0.2.12 ( #110414 )
2024-02-16 14:12:53 +01:00
wilburCforce
ec7950aeda
Update pylutron to 0.2.11 ( #109853 )
2024-02-16 14:12:48 +01:00
Robert Hillis
c763483049
Mitigate session closed error in Netgear LTE ( #110412 )
2024-02-16 14:10:34 +01:00
Steven Looman
fe84e7a576
Bump async-upnp-client to 0.38.2 ( #110411 )
2024-02-16 14:10:31 +01:00
Michael
5ba31290b8
Bump py-sucks to 0.9.9 ( #110397 )
...
bump py-sucks to 0.9.9
2024-02-16 14:10:28 +01:00
J. Nick Koston
de619e4ddc
Fix zone radius calculation when radius is not 0 ( #110354 )
2024-02-16 14:10:25 +01:00
Nikolay Vasilchuk
56ceadaeeb
Fix Starline GPS count sensor ( #110348 )
2024-02-16 14:10:22 +01:00
IceBotYT
da61564f82
Bump linear-garage-door to 0.2.9 ( #110298 )
2024-02-16 14:10:19 +01:00
starkillerOG
003673cd29
Fix TDBU naming in Motionblinds ( #110283 )
...
fix TDBU naming
2024-02-16 14:10:16 +01:00
Matthias Alphart
da6c571e65
Update xknxproject to 3.6.0 ( #110282 )
2024-02-16 14:10:13 +01:00
J. Nick Koston
159fab7025
Bump PySwitchbot to 0.45.0 ( #110275 )
2024-02-16 14:10:10 +01:00
Michael
96a10e76b8
Bump aiopegelonline to 0.0.8 ( #110274 )
2024-02-16 14:10:08 +01:00
G Johansson
e7068ae134
Fix cpu percentage in System Monitor ( #110268 )
...
* Fix cpu percentage in System Monitor
* Tests
2024-02-16 14:10:05 +01:00
Jan-Philipp Benecke
6a0c3f1b4f
Handle no data error in Electricity Maps config flow ( #110259 )
...
Co-authored-by: Viktor Andersson <30777521+VIKTORVAV99@users.noreply.github.com>
2024-02-16 14:10:02 +01:00
Simon Lamon
a0ae18a1b6
Fix state classes issue translation in Group ( #110238 )
...
Fix state classes translation
2024-02-16 14:09:59 +01:00
David Bonnes
ad761bb2de
Bump evohome-async to 0.4.19 ( #110225 )
...
bump client to 0.4.19
2024-02-16 14:09:56 +01:00
DustyArmstrong
edb69fb095
Bump datapoint to 0.9.9 + re-enable Met Office Integration ( #110206 )
2024-02-16 14:09:53 +01:00
Simon Lamon
58b28e6df1
Fix device class repairs issues placeholders in Group ( #110181 )
...
fix translation placeholders
2024-02-16 14:09:50 +01:00
Adam Goode
973a13abfa
Properly report cover positions to prometheus ( #110157 )
2024-02-16 14:09:47 +01:00
J. Nick Koston
2a51377cef
Bump yalexs to 1.11.2 ( #110144 )
...
changelog: https://github.com/bdraco/yalexs/compare/v1.11.1...v1.11.2
2024-02-16 14:09:44 +01:00
J. Nick Koston
87bd67656b
Only schedule august activity update when a new activity is seen ( #110141 )
2024-02-16 14:09:41 +01:00
Maciej Bieniek
c79bc17d17
Fix typo in sensor icons configuration ( #110133 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-16 14:09:38 +01:00
A Björck
54270df217
Bump yalexs to 1.11.1, fixing camera snapshots from Yale Home ( #110089 )
2024-02-16 14:09:35 +01:00
Malte Franken
5a87cde71e
Bump aio-geojson-usgs-earthquakes to 0.3 ( #110084 )
2024-02-16 14:09:32 +01:00
Christophe Gagnier
e825bcc282
Update pytechnove to 1.2.2 ( #110074 )
2024-02-16 14:09:29 +01:00
Aurélien Grenotton
b54a3170f0
Fix freebox pairing in bridge mode ( #106131 )
2024-02-16 14:09:25 +01:00
Luke Lashley
349d8f5c28
Better teardown and setup of Roborock connections ( #106092 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2024-02-16 14:08:20 +01:00
Erik Montnemery
5f9cc2fec1
Prevent network access in emulated_hue tests ( #109991 )
2024-02-09 10:16:49 +01:00
Franck Nijhof
58d46f6dec
Bump version to 2024.2.1
2024-02-09 09:02:01 +01:00
Brandon Rothweiler
74ea9e24df
Bump py-aosmith to 1.0.8 ( #110061 )
2024-02-09 09:01:49 +01:00