Commit graph

10807 commits

Author SHA1 Message Date
Franck Nijhof
88d9a29b55
Update Pillow to 10.0.0 (#96106) 2023-07-08 07:30:54 -10:00
Franck Nijhof
de211de598
Update lxml to 4.9.3 (#96132) 2023-07-08 16:49:17 +02:00
Álvaro Fernández Rojas
1eb2ddf010
Update aioairzone-cloud to v0.2.1 (#96063) 2023-07-08 11:41:39 +02:00
Eric Severance
abdbea8522
Bump pywemo from 0.9.1 to 1.1.0 (#95951) 2023-07-08 09:26:19 +02:00
Franck Nijhof
7178e1cefe
Update apprise to 1.4.5 (#96086) 2023-07-08 08:59:34 +02:00
Robert Hillis
c2ccd18528
Bump goalzero to 0.2.2 (#96121) 2023-07-07 21:40:18 -04:00
Franck Nijhof
372687fe81
Update PyTurboJPEG to 1.7.1 (#96104) 2023-07-07 08:02:47 -10:00
J. Nick Koston
6402e2c140
Bump aioesphomeapi to 15.1.3 (#95819) 2023-07-07 18:25:54 +02:00
Franck Nijhof
f2990d97b2
Update sentry-sdk to 1.27.1 (#96089) 2023-07-07 18:10:44 +02:00
lymanepp
6c4b5291e1
Add humidity to NWS forecast (#95575)
* Add humidity to NWS forecast to address https://github.com/home-assistant/core/issues/95572

* Use pynws 1.5.0 enhancements for probabilityOfPrecipitation, dewpoint, and relativeHumidity.

* Update requirements to match pynws version

* test for clear night

* update docstring

---------

Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
2023-07-06 23:05:46 +02:00
Allen Porter
85e4454d45
Bump pyrainbird to 2.1.0 (#95968) 2023-07-06 10:26:10 +02:00
Bram Kragten
20dc9203dd
Update frontend to 20230705.1 (#95913) 2023-07-05 18:20:10 +02:00
Aaron Collins
f028d1a1ca
Bump pydaikin 2.10.5 (#95656) 2023-07-05 07:12:18 -05:00
Bram Kragten
85e8eee94e
Update frontend to 20230705.0 (#95890) 2023-07-05 09:54:23 +02:00
Daniel Gangl
b7221bfe09
Bump zamg to 0.2.4 (#95874)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-05 08:50:30 +02:00
Emilv2
cfe6185c1c
Bump pydelijn to 1.1.0 (#95878) 2023-07-05 08:35:02 +02:00
Robert Svensson
fe1430d04b
Bump aiounifi to v49 (#95813) 2023-07-03 23:55:23 +02:00
J. Nick Koston
73f90035bb
Bump aioesphomeapi to 15.1.2 (#95792)
changelog: https://github.com/esphome/aioesphomeapi/compare/v15.1.1...v15.1.2

intentionally not tagged for beta to give it more time in dev
since we are near the end of the beta cycle
2023-07-03 14:19:41 -04:00
Bram Kragten
aed0c39bc8
Update frontend to 20230703.0 (#95795) 2023-07-03 14:17:24 -04:00
tronikos
bd6f70c236
Bump opower to 0.0.12 (#95748) 2023-07-03 14:19:40 +02:00
Marcel van der Veldt
266522267a
Bump aioslimproto to 2.3.2 (#95754) 2023-07-03 14:19:05 +02:00
Michael Davie
367acd0433
Bump env_canada to v0.5.35 (#95497)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-03 11:23:32 +02:00
Richard Kroegel
cdea33d191
Bump bimmer_connected to 0.13.8 (#95660)
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-07-03 09:12:17 +02:00
tronikos
caaeb28cbb
Add Opower integration for getting electricity/gas usage and cost for many utilities (#90489)
* Create Opower integration

* fix tests

* Update config_flow.py

* Update coordinator.py

* Update sensor.py

* Update sensor.py

* Update coordinator.py

* Bump opower==0.0.4

* Ignore errors for "recent" PGE accounts

* Add type for forecasts

* Bump opower to 0.0.5

* Bump opower to 0.0.6

* Bump opower to 0.0.7

* Update requirements_all.txt

* Update requirements_test_all.txt

* Update coordinator

Fix exception caused by https://github.com/home-assistant/core/pull/92095
{} is dict but the function expects a set so change it to set()

* Improve exceptions handling

* Bump opower==0.0.9

* Bump opower to 0.0.10

* Bump opower to 0.0.11

* fix issue when integration hasn't run for 30 days

use last stat time instead of now when fetching recent usage/cost

* Allow username to be changed in reauth

* Don't allow changing  username in reauth flow
2023-07-02 21:26:31 -04:00
J. Nick Koston
953bd60296
Bump zeroconf to 0.70.0 (#95714) 2023-07-02 12:23:41 -05:00
J. Nick Koston
99badceecc
Bump python-kasa to 0.5.2 (#95716) 2023-07-02 12:09:20 -05:00
J. Nick Koston
f0cb03e631
Handle missing or incorrect device name and unique id for ESPHome during manual add (#95678)
* Handle incorrect or missing device name for ESPHome noise encryption

If we did not have the device name during setup we could never
get the key from the dashboard. The device will send us
its name if we try encryption which allows us to find the
right key from the dashboard.

This should help get users unstuck when they change the key
and cannot get the device back online after deleting and
trying to set it up again manually

* bump lib to get name

* tweak

* reduce number of connections

* less connections when we know we will fail

* coverage shows it works but it does not

* add more coverage

* fix test

* bump again
2023-07-02 10:29:45 -04:00
Brandon Rothweiler
33cd44ddb7
Upgrade pymazda to 0.3.9 (#95655) 2023-07-02 16:28:18 +03:00
puddly
8ddc7f2089
Fix ZHA startup issue with older Silicon Labs firmwares (#95642)
Bump ZHA dependencies
2023-06-30 15:07:20 -04:00
Bram Kragten
958359260e
Update frontend to 20230630.0 (#95635) 2023-06-30 13:55:03 -04:00
J. Nick Koston
376c61c34b
Bump aioesphomeapi to 15.0.1 (#95629)
fixes #87223 (the cases were the host gets too far behind,
not the cases were the esp8266 runs out of ram but thats
is not a core issue)
2023-06-30 11:37:04 -04:00
tronikos
1dcaec4ece
Bump google-generativeai to 0.1.0 (#95515) 2023-06-29 22:55:51 -04:00
puddly
b44e15415f
Fix ZHA multi-PAN startup issue (#95595)
Bump ZHA dependencies
2023-06-29 22:20:33 -04:00
J. Nick Koston
93b4e6404b
Bump bluetooth-data-tools to 1.3.0 (#95576) 2023-06-29 18:03:59 -05:00
Bram Kragten
63218adb65
Update frontend to 20230629.0 (#95570) 2023-06-29 13:18:24 -04:00
Luke
3474f46b09
Bump Roborock to 0.29.2 (#95549)
* init work

* fix tests
2023-06-29 13:13:37 -04:00
Marcel van der Veldt
e9d8fff0dd
Bump Matter Server to 3.6.3 (#95519) 2023-06-29 15:28:34 +02:00
Michael Hansen
33c7cdcdb3
Disconnect VoIP on RTCP bye message (#95452)
* Support RTCP BYE message

* Make RtcpState optional
2023-06-28 21:41:11 -04:00
puddly
392e2af2b7
Bump ZHA dependencies (#95478)
* Bump ZHA dependencies

* Account for new EZSP metadata keys
2023-06-28 18:35:05 -04:00
Barry Williams
aaf2846a53
Add Update Entity for Linn devices (#95217)
* added update entity for Linn devices

* Update homeassistant/components/openhome/update.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* use parent methods for version attributes

* fixed issue with mocking openhome device

* Update homeassistant/components/openhome/update.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* update entity name in tests

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-06-28 16:06:24 -04:00
Emory Penney
804b27cc2f
Improve Obihai Connection Stability (#94406)
* Improving Obihai Connectivity

* Update homeassistant/components/obihai/sensor.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* PR feedback

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-06-28 20:12:09 +02:00
Michael Hansen
79f1c86789
Bump home-assistant-intents to 2023.6.28 (#95451) 2023-06-28 19:35:18 +02:00
Bram Kragten
b2c0ca304b
Update frontend to 20230628.0 (#95458) 2023-06-28 18:16:39 +02:00
Matthias Alphart
489781c1e6
Add time platform to KNX (#95302) 2023-06-28 15:19:32 +02:00
Dominik
796b5ef196
Bump glances-api to 0.4.3 (#95431) 2023-06-28 13:23:15 +02:00
Álvaro Fernández Rojas
d430e089d2
Update aioairzone-cloud to v0.2.0 (#95429) 2023-06-28 11:09:17 +02:00
Luke
f6aae8b01b
Remove unneded construct import for Eddystone (#95418) 2023-06-28 10:02:01 +02:00
cpolhout
cfb133d431
Add new integration Loqed (#70080) 2023-06-28 09:42:12 +02:00
Michael
4daacf9c4b
Add Guest WiFi QR-Code image entity to AVM Fritz!Tools (#95282) 2023-06-27 23:48:28 +02:00
Marcel van der Veldt
ed2daf1f65
Change subscription logic for Matter devices (#95387) 2023-06-27 21:12:29 +02:00