Collin Fair
4aab073bd2
Remove cloud dependency from `islamic-prayer-times` ( #115146 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-04-15 15:42:33 -05:00
Heiko Carrasco
2c6ec506ad
Update switchbot_api to 2.1.0 ( #115529 )
2024-04-15 21:09:34 +02:00
J. Nick Koston
a6a47c0b44
Make aiohttp_cors a top level import ( #115563 )
...
* Make aiohttp_cors a top level import
This was moved to a late import in #27935 but there is no
longer any need to import it late in the event loop as aiohttp_cors
is listed in pyproject.toml so it will always be available
* drop requirements as they are all top level now
* drop requirements as they are all top level now
* adjust
2024-04-15 21:06:59 +02:00
Luke Lashley
9f852c6a58
Bump vacuum-map-parser-roborock to 0.1.2 ( #115579 )
...
bump to 0.1.2
2024-04-15 16:06:44 +02:00
Shawn Weeks
b1bd9dc22c
Bump emulated-roku to 0.3.0 to fix Sofabaton Support ( #115452 )
2024-04-14 21:43:11 -05:00
Pete Sage
d40fc613aa
Bump soco to 0.30.3 ( #115607 )
...
bump soco to 0.30.3
2024-04-14 18:39:07 -05:00
jan iversen
7cfd6a04d3
Modbus: Bump pymodbus v3.6.8 ( #115574 )
2024-04-14 19:22:42 +02:00
Shay Levy
291df6dafe
Bump aioshelly to 9.0.0 ( #114025 )
...
* Update Shelly to use initialize from aioshelly
* Save indentation in _async_device_connect
* Use firmware_supported property from aioshelly
* Review comments
* Bump aioshelly
* Fix lint errors
* Test RPC initialized update
2024-04-14 18:07:26 +03:00
J. Nick Koston
008c42e282
Bump py-synologydsm-api to 2.4.2 ( #115499 )
...
Co-authored-by: mib1185 <mail@mib85.de>
2024-04-13 14:38:37 -05:00
Marc Mueller
64a4d52b3c
Update pillow to 10.3.0 ( #115524 )
2024-04-13 18:26:33 +02:00
J. Nick Koston
af2c381a0c
Bump zeroconf to 0.132.2 ( #115505 )
2024-04-13 00:05:08 -05:00
J. Nick Koston
b9899a441c
Bump zeroconf to 0.132.1 ( #115501 )
2024-04-12 14:13:06 -10:00
Bram Kragten
d59af22b69
Update frontend to 20240404.2 ( #115460 )
2024-04-12 11:50:22 +02:00
Luke Lashley
cfda8f64b4
Bump python-roborock to 2.0.0 ( #115449 )
2024-04-12 01:04:51 +02:00
Santobert
c14f11fbf0
Bump pybotvac to 0.0.25 ( #115435 )
...
Bump pybotvac
2024-04-11 21:57:18 +02:00
Jessica Smith
f558121752
Bump whirlpool-sixth-sense to 0.18.8 ( #115393 )
...
bump whirlpool to 0.18.8
2024-04-11 16:26:05 +02:00
Shay Levy
a6b93ea8ac
Fix Aranet failure when the Bluetooth proxy is not providing a device name ( #115298 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-04-10 14:58:35 +03:00
J. Nick Koston
2fdb420d1a
Bump bleak-retry-connector 3.5.0 ( #115328 )
2024-04-09 18:04:52 -10:00
Luke Lashley
968de08e4b
Bump python-roborock to 1.0.0 ( #115324 )
...
* refactor base code
* refactor tests code
2024-04-09 20:50:46 -04:00
TheJulianJES
6ed2190c29
Bump zha-quirks to 0.0.114 ( #115299 )
2024-04-09 15:22:46 -04:00
Joost Lekkerkerker
076e6ce6e6
Bump yt-dlp to 2024.04.09 ( #115295 )
2024-04-09 21:10:22 +02:00
Klaas Schoute
d2dcf04946
Bump forecast-solar lib to v3.1.0 ( #115272 )
2024-04-09 18:34:04 +02:00
jan iversen
51d5d51248
Bump pymodbus v3.6.7 ( #115279 )
...
Bump pymodbus v3.6.7.
2024-04-09 17:09:55 +02:00
Jesse Hills
68384bba67
Send/receive Voice Assistant audio via ESPHome native API ( #114800 )
...
* Protobuf audio test
* Remove extraneous code
* Rework voice assistant pipeline
* Move variables
* Fix reading flags
* Dont directly put to queue
* Bump aioesphomeapi to 24.0.0
* Update tests
- Add more tests for API pipeline
- Convert some udp tests to use api pipeline
- Update fixtures for new device info flags
* Fix bad merge
---------
Co-authored-by: Michael Hansen <mike@rhasspy.org>
2024-04-09 10:55:59 -04:00
Joost Lekkerkerker
80450adb1a
Remove Epson Workforce integration ( #115201 )
...
* Remove Epson Workforce integration
* Remove Epson Workforce integration
2024-04-09 10:38:17 +02:00
Steven B
0a57641f3f
Bump ring_doorbell library to 0.8.11 ( #115263 )
2024-04-08 22:12:50 -10:00
Illia
cbaef096fa
Add Arve integration ( #113156 )
...
* add Arve integration
* Update homeassistant/components/arve/config_flow.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Various fixes, changed scan interval to one minute
* coordinator implementation
* Code cleanup
* Moved device info to the entity.py, ArveDeviceEntityDescription to sensor.py
* delete refresh before adding entities
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Update tests/components/arve/test_config_flow.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Update tests/components/arve/conftest.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Changed value_fn in sensors.py, added typing to description
* Code cleanups, platfrom test implementation
* New code cleanups, first two working tests
* Created platform test, generated snapshots
* Reworked integration to get all of the customer devices
* new fixes
* Added customer id, small cleanups
* Logic of setting unique_id to the config flow
* Added test of abortion on duplicate config_flow id
* Added "available" and "device" properties fro ArveDeviceEntity
* small _attr_unique_id fix
* Added new test, improved mocking, various fixes
* Various cleanups and fixes
* microfix
* Update homeassistant/components/arve/strings.json
* ruff fix
---------
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-04-08 17:24:32 +02:00
rappenze
f044dd54cf
Bump fibaro to 0.7.7 ( #115152 )
2024-04-07 13:49:20 -10:00
Mick Vleeshouwer
94a2352b41
Bump pyoverkiz to 1.13.10 ( #115154 )
2024-04-07 13:39:11 -10:00
Matrix
3a28125470
Bump yolink-api to 0.4.2 ( #115026 )
2024-04-07 11:31:52 -10:00
dontinelli
05440ec04c
Bump fyta_cli to 0.3.5 ( #115143 )
...
bump fyta_cli to 0.3.5
2024-04-07 21:38:13 +02:00
Maikel Punie
3239351f18
Bump velbus-aio to 2024.4.1 ( #115109 )
...
bump velbusaio to 2024.4.1
2024-04-07 19:32:15 +02:00
Joakim Sørensen
df6997bfa9
Downgrade hass-nabucasa from 0.80.0 to 0.78.0 ( #115078 )
2024-04-07 08:20:58 -04:00
Avi Miller
6f783d75bc
Bump aiolifx to 1.0.2 and aiolifx-themes to 0.4.15 ( #115059 )
2024-04-06 12:48:37 -10:00
Álvaro Fernández Rojas
9a1b0874fd
Update aioairzone-cloud to v0.5.1 ( #115029 )
...
* Update aioairzone-cloud to v0.5.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: airzone_cloud: fix diagnostics
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-04-06 23:37:22 +02:00
Matthias Alphart
2290362dfb
Update xknxproject to 3.7.1 ( #115053 )
2024-04-06 23:18:52 +02:00
Maciej Bieniek
b0fd3d0b89
Bump `brother` to version 4.1.0 ( #115021 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-04-06 11:09:46 -10:00
Álvaro Fernández Rojas
bd9070be11
Update aioairzone-cloud to v0.5.0 ( #114928 )
2024-04-06 12:24:00 +02:00
wittypluck
0ccd334608
Update glances-api to 0.6.0 ( #114929 )
2024-04-06 12:20:00 +02:00
Nathan Spencer
6594d022ba
Bump pylitterbot to 2023.4.11 ( #114918 )
2024-04-06 12:16:00 +02:00
Steven B
e85b9faa00
Bump ring_doorbell to 0.8.10 ( #114865 )
2024-04-06 11:49:30 +02:00
Øyvind Matheson Wergeland
c3942a7d44
Upgrade to pynobo 1.8.1 ( #114982 )
...
pynobo 1.8.1
2024-04-06 09:38:14 +02:00
Robert Svensson
48b281a581
Bump axis to v61 ( #114964 )
2024-04-06 09:01:55 +02:00
RJPoelstra
35f2287d1a
Bump python-MotionMount to 1.0.0 ( #114945 )
2024-04-05 17:20:58 +02:00
Jeef
90d502e161
Bump weatherflow4py to 0.2.20 ( #114888 )
2024-04-04 15:37:54 -10:00
Åke Strandberg
a66ed1d936
Bump myuplink dependency to 0.6.0 ( #114767 )
2024-04-05 02:55:39 +02:00
Joakim Sørensen
96149d9444
Bump hass-nabucasa from 0.79.0 to 0.80.0 ( #114818 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-04-05 00:48:21 +02:00
Bram Kragten
7f19882843
Update frontend to 20240404.1 ( #114890 )
2024-04-05 00:26:07 +02:00
tronikos
2cfc60b5b6
Bump opower to 0.4.3 ( #114826 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-04-04 22:06:15 +02:00
Bram Kragten
c798128ef1
Update frontend to 20240404.0 ( #114859 )
2024-04-04 15:01:15 -04:00
Aidan Timson
e845d12733
Pin systembridgemodels to 4.0.4 ( #114842 )
2024-04-04 14:25:35 +02:00
Álvaro Fernández Rojas
15a821f6ac
Update aioairzone-cloud to v0.4.7 ( #114761 )
2024-04-03 21:05:08 -10:00
Manuel Dipolt
c1c664dc09
Update romy to 0.0.10 ( #114785 )
2024-04-04 00:48:35 +02:00
Bram Kragten
dcef40f27c
Update frontend to 20240403.1 ( #114756 )
2024-04-03 17:32:26 +02:00
Michael Hansen
26c7e170e9
Bump intents ( #114755 )
2024-04-03 17:27:26 +02:00
Bram Kragten
90c06d6538
Update frontend to 20240403.0 ( #114747 )
2024-04-03 15:19:49 +02:00
Jonas Fors Lellky
05c1963815
Bump flexit_bacnet to 2.2.1 ( #114641 )
2024-04-03 09:23:06 +02:00
Bram Kragten
3c76036c15
Update frontend to 20240402.2 ( #114683 )
2024-04-03 00:12:31 +02:00
J. Nick Koston
1779fe8f62
Bump yalexs to 3.0.1 ( #114678 )
...
* Bump yalexs to 3.0.1
changelog: https://github.com/bdraco/yalexs/compare/v2.0.0...v3.0.1
* fix for breaking change
2024-04-02 23:37:16 +02:00
Dos Moonen
3875533f95
Bump solax to 3.1.0 ( #114617 )
...
0.3.2 was succeeded by 0.3.4.
0.3.3 was yanked
0.3.4 was succeeded by 3.0.5.
3.0.5 is succeeded by 3.1.0.
2024-04-02 23:16:39 +02:00
G Johansson
6638d1c8e8
Bump holidays to 0.46 ( #114657 )
2024-04-02 20:58:18 +03:00
Robert Svensson
9893a6c5e4
Bump aiounifi to v74 ( #114649 )
2024-04-02 18:33:12 +02:00
Bram Kragten
1b875e7de2
Update frontend to 20240402.1 ( #114646 )
2024-04-02 17:15:24 +02:00
Steven B
8a86d7512a
Bump ring_doorbell integration to 0.8.9 ( #114631 )
2024-04-02 13:17:47 +02:00
Bram Kragten
31b0b823df
Update frontend to 20240402.0 ( #114627 )
2024-04-02 12:17:52 +02:00
Joost Lekkerkerker
21c7cc3250
Bump roombapy to 1.8.1 ( #114478 )
...
* Bump roombapy to 1.7.0
* Bump
* Bump
* Fix
2024-04-02 11:15:52 +02:00
max2697
09fbd8bb52
Bump opower to 0.4.2 ( #114608 )
2024-04-02 09:04:28 +02:00
mkmer
3513bd0cc5
Bump whirlpool-sixth-sense to 0.18.7 ( #114606 )
...
Bump sixth-sense to 0.18.7
2024-04-01 21:47:30 -04:00
J. Nick Koston
f2b9e6b389
Bump zeroconf to 0.132.0 ( #114596 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.131.0...0.132.0
2024-04-01 23:18:26 +02:00
jjlawren
94060b1566
Bump plexapi to 4.15.11 ( #114581 )
2024-04-01 19:28:39 +02:00
Aidan Timson
429b5d22cf
Upgrade aioazuredevops to 2.0.0 ( #114537 )
...
* Upgrade aioazuredevops to 2.0.0
* Refactor Azure DevOps config flow to use async_get_clientsession
* Wrap conditional in parentesis
2024-04-01 16:51:27 +02:00
Maikel Punie
72447a0717
Bump velbusaio to 2024.4.0 ( #114569 )
...
Bump valbusaio to 2024.4.0
2024-04-01 14:49:14 +02:00
Jonny Rimkus
dc59073f25
Bump slixmpp version to 1.8.5 ( #114448 )
...
* Update slixmpp to 1.8.5, hopefully fixes #113990
* Bump slixmpp version to 1.8.5 #114448
2024-04-01 10:50:21 +02:00
Teemu R
55657dcb40
Bump python-songpal to 0.16.2 ( #114525 )
2024-04-01 02:08:05 +02:00
Robert Svensson
05d40fbc4c
Bump axis to v60 ( #114544 )
...
* Improve Axis MQTT support
* Bump axis to v60
2024-04-01 00:24:41 +02:00
J. Nick Koston
8ebdd46509
Bump aiodns to 3.2.0 ( #114527 )
...
changelog: https://github.com/saghul/aiodns/compare/v3.1.1...v3.2.0
2024-03-31 19:41:06 +02:00
Michael Hansen
d23b22b566
Add initial support for floors to intents ( #114456 )
...
* Add initial support for floors to intents
* Fix climate intent
* More tests
* No return value
* Add requested changes
* Reuse event handler
2024-03-30 16:59:20 -04:00
Paul Bottein
3b4958d972
Update frontend to 20240329.1 ( #114459 )
2024-03-29 22:13:31 +01:00
Paul Bottein
0f710f9fe0
Update frontend to 20240329.0 ( #114452 )
2024-03-29 19:34:16 +01:00
Steven Looman
eb0aa6bb82
Bump async-upnp-client to 0.38.3 ( #114447 )
2024-03-29 19:08:07 +01:00
Mick Vleeshouwer
87f4b1414f
Bump pyoverkiz to 1.13.9 ( #114442 )
2024-03-29 17:46:21 +01:00
Mischa Siekmann
6d54f686a6
Add Integration for Energenie Power-Sockets ( #113097 )
...
* Integration for Energenie Power-Strips (EGPS)
* cleanups reocommended by reviewer
* Adds missing exception handling when trying to send a command to an unreachable device.
* fix: incorrect handling of already opened devices in pyegps api. bump to pyegps=0.2.4
* Add blank line after file docstring, and other cosmetics
* change asyncio.to_thread to async_add_executer_job
* raises HomeAssistantError EgpsException in switch services.
* switch test parameterized by entity name
* reoved unused device registry
* add translation_key and update_before_add
* bump pyegps dependency to version to 0.2.5
* combined get_device patches and put into conftest.py
* changed switch entity to use _attr_is_on and cleanups
* further cleanup
* Apply suggestions from code review
* refactor: rename egps to energenie_power_sockets
* updated test snapshot
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-29 13:29:14 +01:00
Steven B
72614c86c2
Bump python-ring-doorbell to 0.8.8 ( #114431 )
...
* Bump ring_doorbell to 0.8.8
* Fix intercom history test for new library version
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-29 12:47:21 +01:00
Lennard Beers
282cbfc048
Add eq3btsmart integration ( #109291 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-28 15:20:56 -10:00
Paul Bottein
dbbc6914c4
Update frontend to 20240328.0 ( #114396 )
2024-03-28 20:38:12 +01:00
Scott K Logan
78c1efa7d4
Bump aioraven to 0.5.3 ( #114397 )
2024-03-28 18:52:17 +01:00
Christopher Bailey
435781be45
Bump pyunifiprotect to 5.1.2 ( #114348 )
2024-03-28 07:48:51 -10:00
Marc Mueller
b90542077c
Update boto3 to 1.34.51 and aiobotocore to 2.12.1 ( #114379 )
2024-03-28 14:18:44 +01:00
Marc Mueller
a3f251674a
Update romy to 0.0.9 ( #114360 )
2024-03-28 13:56:08 +01:00
Øyvind Matheson Wergeland
596436d679
Avoid changing local time on Nobø Ecohub ( #114332 )
...
nobo_hub: Pass timezone to avoid changing local time on Nobø Ecohub in handshake
2024-03-28 13:31:55 +01:00
Marc Mueller
68d6f96a9d
Update boschshcpy to 0.2.91 ( #114366 )
2024-03-28 12:41:30 +01:00
Marc Mueller
62816e2041
Update aiogithubapi to 23.11.0 ( #114362 )
2024-03-28 12:41:08 +01:00
Marc Mueller
41bd3d0853
Update pytile to 2023.12.0 ( #114370 )
2024-03-28 11:37:57 +01:00
Marc Mueller
d2b5769123
Update ovoenergy to 1.3.1 ( #114367 )
2024-03-28 11:29:31 +01:00
Marc Mueller
f0eca8233e
Update aprslib to 0.7.2 ( #114365 )
2024-03-28 11:28:28 +01:00
Marc Mueller
fa72d70726
Update aioazuredevops to 1.4.3 ( #114361 )
2024-03-28 11:08:38 +01:00
Marc Mueller
4d4d2850be
Update pyudev to 0.24.1 ( #114359 )
2024-03-28 11:01:12 +01:00
Joakim Plate
ae0b41f7a7
Bump fjaraskupan to 2.3.0 ( #114344 )
...
Update fjarakupen to 2.3.0
- Support delayed disconnection
- Speed up on/off transitions
2024-03-28 06:57:02 +01:00
Maikel Punie
4ea8185d4d
Bump pyduotecno to 2024.3.2 ( #114320 )
2024-03-28 00:43:34 +01:00
TheJulianJES
1a46158a1d
Bump zha-quirks to 0.0.113 ( #114311 )
2024-03-27 13:53:18 -04:00