J. Nick Koston
6387263007
Bump async-upnp-client to 0.36.0 ( #100881 )
2023-09-25 16:19:40 -05:00
J. Nick Koston
d5c22bec82
Bump zeroconf to 0.114.0 ( #100880 )
2023-09-25 16:19:24 -05:00
J. Nick Koston
dbdc513aa5
Bump dbus-fast to 2.10.0 ( #100879 )
2023-09-25 16:19:03 -05:00
Joost Lekkerkerker
15f40f2c5a
Bump yt-dlp to 2023.9.24 ( #100884 )
2023-09-25 23:06:48 +02:00
J. Nick Koston
969d6b852e
Bump led-ble to 1.0.1 ( #100873 )
2023-09-25 14:34:02 -05:00
elmurato
84451e858e
Simplify Minecraft Server SRV handling ( #100726 )
2023-09-25 17:56:26 +02:00
Jc2k
7334bc7c9b
Add a select entity for homekit temperature display units ( #100853 )
2023-09-25 08:53:01 -05:00
J. Nick Koston
6b19602322
Bump aioesphomeapi to 16.0.6 ( #100826 )
...
changelog: https://github.com/esphome/aioesphomeapi/compare/v16.0.5...v16.0.6
2023-09-25 07:22:42 +02:00
Nathan Spencer
6d624ecb46
Bump pylitterbot to 2023.4.8 ( #100811 )
2023-09-24 22:46:43 +02:00
Álvaro Fernández Rojas
5549f697cf
Update AEMET-OpenData to v0.4.5 ( #100818 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-09-24 22:18:31 +02:00
J. Nick Koston
b9e8566608
Bump bluetooth-data-tools to 0.12.0 ( #100794 )
2023-09-24 20:29:29 +02:00
Nathan Tilley
451c085587
Bump faadelays to 2023.8.0 ( #100700 )
...
* Update component to use new API version
* Revert new features, implement #95546 , bump library
* Revert #95546 changes, remove NOTAM
2023-09-24 00:06:49 +02:00
G Johansson
06ade74711
Bump pysensibo 1.0.35 ( #100245 )
...
* Bump pysensibo 1.0.34
* 1.0.35
* Mod tests
* revert refactoring
* Fix tests
2023-09-23 23:01:08 +02:00
sdb9696
1fce60bd6f
Bump ring-doorbell to 0.7.3 ( #100688 )
...
Bump ring to 0.7.3
2023-09-23 21:21:34 +02:00
David Knowles
a826f26642
Bump pyschlage to 2023.9.1 ( #100760 )
2023-09-23 20:37:57 +02:00
puddly
44fd60bd53
Bump ZHA dependencies ( #100732 )
2023-09-23 09:53:56 +02:00
Kevin Worrel
a087ea8b3d
Bump screenlogicpy to v0.9.1 ( #100744 )
2023-09-23 09:40:07 +02:00
Michael Hansen
b0c9ff033e
Bump intents to 2023.9.22 ( #100737 )
2023-09-23 02:29:00 +02:00
Simone Chemelli
55c6d41d41
Bump aiocomelit to 0.0.8 ( #100714 )
...
* Bump aiocomelit to 0.0.8
* fix import
* fix tests
2023-09-22 23:38:33 +03:00
Simone Chemelli
964192d246
Bump aiovodafone to 0.3.0 ( #100729 )
2023-09-22 21:21:44 +02:00
Olen
2a49b6ca7e
Add more august actions ( #100667 )
2023-09-22 14:42:17 +02:00
Bouwe Westerdijk
a609df2914
Update plugwise to v0.33.0 ( #100689 )
2023-09-21 19:19:03 +02:00
jimmyd-be
e57156dd9c
Add Renson button entity ( #99494 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-09-21 17:55:30 +02:00
Pedro Januário
c170babba6
Add ecoforest integration ( #100647 )
...
* Add ecoforest integration
* fix file title
* remove host default from schema, hints will be given in the documentation
* moved input validation to async_step_user
* ensure we can receive device data while doing entry setup
* remove unecessary check before unique id is set
* added shorter syntax for async create entry
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use variable to set unique id
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Use _attr_has_entity_name from base entity
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* remove unecessary comments in coordinator
* use shorthand for device information
* remove empty objects from manifest
* remove unecessary flag
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use _async_abort_entries_match to ensure device is not duplicated
* remove unecessary host attr
* fixed coordinator host attr to be used by entities to identify device
* remove unecessary assert
* use default device class temperature trasnlation key
* reuse base entity description
* use device serial number as identifier
* remove unused code
* Improve logging message
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Remove unused errors
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Raise a generic update failed
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use coordinator directly
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* No need to check for serial number
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* rename variable
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use renamed variable
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* improve assertion
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* use serial number in entity unique id
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* raise config entry not ready on setup when error in connection
* improve test readability
* Improve python syntax
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* abort when device already configured with same serial number
* improve tests
* fix test name
* use coordinator data
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* improve asserts
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* fix ci
* improve error handling
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-21 15:18:55 +02:00
Robert Resch
e4742c04f2
Fix missspelled package names ( #100670 )
2023-09-21 10:57:23 +02:00
Raman Gupta
9f56aec267
Bump zwave-js-server-python to 0.51.3 ( #100665 )
2023-09-21 02:13:48 -04:00
Luke Lashley
ed3cdca454
Bump python-roborock to 0.34.1 ( #100652 )
...
bump to 34.1
2023-09-20 22:02:00 +02:00
Andrei Demian
6752af8f27
Bump ismartgate to 5.0.1 ( #100636 )
2023-09-20 19:44:11 +02:00
J. Nick Koston
6f8734167f
Bump SQLAlchemy to 2.0.21 ( #99745 )
2023-09-20 16:19:53 +02:00
J. Nick Koston
8b5129a7d9
Bump dbus-fast to 2.9.0 ( #100638 )
2023-09-20 13:58:34 +02:00
Abílio Costa
bd9bab000e
Add integration for IKEA Idasen Desk ( #99173 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-20 02:44:35 +02:00
Glenn Waters
276d245409
Bump elkm1-lib to 2.2.6 ( #100537 )
2023-09-17 20:39:23 -05:00
Markus Friedli
dd1dc52994
Fix broken reconnect capability of fritzbox_callmonitor ( #100526 )
2023-09-17 20:00:09 +02:00
tronikos
7aa02b8621
Bump opower to 0.0.34 ( #100501 )
2023-09-17 09:50:17 -05:00
Marc Mueller
48f9a38c74
Update numpy to 1.26.0 ( #100512 )
2023-09-17 09:49:21 -05:00
Kevin
c8265a86b2
Bump python-androidtv to 0.0.72 ( #100441 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-16 10:12:00 -05:00
Ravaka Razafimanantsoa
f99dedfb42
Add switchbot cloud integration ( #99607 )
...
* Switches via API
* Using external library
* UT and checlist
* Updating file .coveragerc
* Update homeassistant/components/switchbot_via_api/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/switchbot_via_api/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/switchbot_via_api/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Review fixes
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* This base class shouldn't know about Remote
* Fixing suggestion
* Sometimes, the state from the API is not updated immediately
* Review changes
* Some review changes
* Review changes
* Review change: Adding type on commands
* Parameterizing some tests
* Review changes
* Updating .coveragerc
* Fixing error handling in coordinator
* Review changes
* Review changes
* Adding switchbot brand
* Apply suggestions from code review
Co-authored-by: J. Nick Koston <nick@koston.org>
* Review changes
* Adding strict typing
* Removing log in constructor
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-16 16:00:41 +02:00
J. Nick Koston
a4e0444b95
Bump sense-energy to 0.12.2 ( #100459 )
2023-09-15 13:38:14 -05:00
Kevin Stillhammer
c9975852bb
bump pywaze to 0.5.0 ( #100456 )
2023-09-15 19:03:04 +02:00
Matrix
06949b181f
Bump yolink-api to 0.3.1 ( #100426 )
2023-09-15 17:20:30 +02:00
TJ Horner
a8013836e1
Bump apple_weatherkit to 1.0.3 ( #100416 )
2023-09-15 08:28:27 +02:00
J. Nick Koston
df74ed0d40
Bump bleak-retry-connector to 3.2.1 ( #100377 )
2023-09-14 15:13:15 -05:00
starkillerOG
3f2a660dab
Bump reolink-aio to 0.7.10 ( #100376 )
2023-09-14 21:24:23 +02:00
J. Nick Koston
1d4b731603
Bump zeroconf to 0.112.0 ( #100386 )
2023-09-14 12:40:47 -05:00
Guido Schmitz
b84076d3d6
Fix timeout issue in devolo_home_network ( #100350 )
2023-09-14 10:28:45 +02:00
Franck Nijhof
b0f32a3547
Update apprise to 1.5.0 ( #100351 )
2023-09-14 10:10:31 +02:00
J. Nick Koston
58bb624b24
Bump zeroconf to 0.111.0 ( #100340 )
2023-09-14 07:54:17 +02:00
Franck Nijhof
a02fcbc5c4
Update sentry-sdk to 1.31.0 ( #100293 )
2023-09-13 23:37:48 +02:00
J. Nick Koston
ef6d77586a
Bump python-amcrest to 1.9.8 ( #100324 )
2023-09-13 15:01:28 -05:00
J. Nick Koston
d8d756dd7d
Bump dbus-fast to 2.7.0 ( #100321 )
2023-09-13 14:33:42 -05:00
Daniel Hjelseth Høyer
9ceeadc715
Update Mill library to 0.11.5, handle rate limiting ( #100315 )
2023-09-13 21:09:29 +02:00
Franck Nijhof
d17957ac1a
Update debugpy to 1.8.0 ( #100311 )
2023-09-13 11:59:35 -05:00
J. Nick Koston
6a2dd4fe74
Bump yalexs to 1.9.0 ( #100305 )
2023-09-13 11:25:10 -05:00
Charles Garwood
c3a7aee48e
Bump pyenphase to 1.11.4 ( #100288 )
2023-09-13 16:04:34 +02:00
Franck Nijhof
65c9e5ee13
Update mutagen to 1.47.0 ( #100284 )
2023-09-13 14:40:27 +02:00
Aarni Koskela
e5de7eacad
Bump sensirion-ble to 0.1.1 ( #100271 )
...
Bump to sensirion-ble==0.1.1
Fixes akx/sensirion-ble#6
Refs https://github.com/home-assistant/core/issues/93678#issuecomment-1694522112
2023-09-13 10:21:55 +02:00
Luke Lashley
09f58ec396
Bump python-roborock to 0.34.0 ( #100236 )
2023-09-13 08:33:48 +02:00
TJ Horner
756f542ac6
Update apple_weatherkit to 1.0.2 ( #100254 )
2023-09-13 08:18:07 +02:00
Charles Garwood
270df003fe
Bump pyenphase to 1.11.3 ( #100255 )
2023-09-13 08:15:33 +02:00
Marc Mueller
2518fbc973
Update jsonpath to 0.82.2 ( #100252 )
2023-09-13 01:41:50 +02:00
Charles Garwood
f344000ef9
Bump pyenphase to 1.11.2 ( #100249 )
...
* Bump pyenphase to 1.11.1
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-13 00:17:29 +02:00
starkillerOG
8aa689ebae
Bump pynetgear to 0.10.10 ( #100242 )
2023-09-12 23:36:44 +02:00
J. Nick Koston
fc75172d79
Bump async-upnp-client to 0.35.1 ( #100248 )
2023-09-12 16:35:39 -05:00
Tom Harris
f9ce315d1b
Support for Insteon 4 button KeypadLink device ( #100132 )
2023-09-12 21:10:40 +02:00
hahn-th
f5c0c7bf27
Bump homematicip_cloud to 1.0.15 ( #99387 )
2023-09-12 19:33:42 +02:00
Joakim Sørensen
1e2b0b65af
Bump hass-nabucasa from 0.70.0 to 0.71.0 ( #100193 )
...
Bump hass-nabucasa from 0.70.0 to 0.71.1
2023-09-12 09:58:25 -04:00
Vincent Knoop Pathuis
fead9d3a92
Bump Ultraheat to version 0.5.7 ( #100172 )
2023-09-12 10:45:35 +02:00
Erik Montnemery
5bcb4f07a0
Bump hatasmota to 0.7.3 ( #100169 )
2023-09-12 09:58:05 +02:00
J. Nick Koston
e8ed4c1ace
Bump dbus-fast to 2.6.0 ( #100163 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v2.4.0...v2.6.0
2023-09-12 08:56:02 +02:00
Raman Gupta
8e43f79f19
Bump zwave-js-server-python to 0.51.2 ( #100159 )
2023-09-11 23:03:47 -04:00
J. Nick Koston
140af44e31
Bump dbus-fast to 2.4.0 ( #100158 )
2023-09-11 21:40:32 -05:00
puddly
15b9963a24
Bump ZHA dependencies ( #100156 )
2023-09-11 22:23:55 -04:00
Bram Kragten
e0e05f9546
Update frontend to 20230911.0 ( #100139 )
2023-09-11 23:06:21 +02:00
Robert Svensson
13cd873e38
Fix devices not always reporting IP - bump aiounifi to v62 ( #100149 )
2023-09-11 21:50:29 +02:00
J. Nick Koston
0571a75c99
Bump zeroconf to 0.108.0 ( #100148 )
2023-09-11 14:42:13 -05:00
J. Nick Koston
d5fc92eb90
Bump zeroconf to 0.107.0 ( #100134 )
...
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.105.0...0.107.0
2023-09-11 20:34:35 +02:00
TJ Horner
17db20fdd7
Add Apple WeatherKit integration ( #99895 )
2023-09-11 12:06:55 -05:00
Erik Montnemery
18e08bc79f
Bump hatasmota to 0.7.2 ( #100129 )
2023-09-11 11:35:48 -05:00
J. Nick Koston
f4a7bb47fe
Bump zeroconf to 0.105.0 ( #100084 )
2023-09-11 08:09:29 -05:00
J. Nick Koston
64fde640ca
Bump pyunifiprotect to 4.20.0 ( #100092 )
2023-09-11 08:08:19 -05:00
J. Nick Koston
80e05716c0
Bump dbus-fast to 2.2.0 ( #100076 )
2023-09-10 16:38:39 -05:00
J. Nick Koston
2bda34b98a
Bump flux_led to 1.0.4 ( #100050 )
2023-09-10 21:45:37 +02:00
J. Nick Koston
02a4289c6e
Bump zeroconf to 0.104.0 ( #100068 )
2023-09-10 21:32:40 +02:00
Simone Chemelli
a5a82b94ac
Bump aiovodafone to 0.2.0 ( #100062 )
...
bump aiovodafone to 0.2.0
2023-09-10 19:09:21 +02:00
J. Nick Koston
4f0cd5589c
Bump aiohomekit to 3.0.3 ( #100047 )
2023-09-10 12:01:12 -05:00
Tony
3b25262d6c
Address ruckus_unleashed late review ( #99411 )
2023-09-10 18:49:17 +02:00
Aidan Timson
140bc03fb1
Bump systembridgeconnector to 3.8.2 ( #100051 )
...
Update systembridgeconnector to 3.8.2
2023-09-10 17:02:42 +02:00
Marc Mueller
ccca12cf31
Update bthome-ble to 3.1.1 ( #100042 )
2023-09-10 08:42:47 -05:00
J. Nick Koston
4153181cd3
Bump aiodiscover to 1.5.1 ( #100020 )
...
changelog: https://github.com/bdraco/aiodiscover/compare/v1.4.16...v1.5.1
2023-09-10 10:17:59 +02:00
J. Nick Koston
3b588a839c
Bump zeroconf to 0.103.0 ( #100012 )
2023-09-09 19:49:26 -05:00
Kevin Worrel
092580a3ed
Bump screenlogicpy to v0.9.0 ( #92475 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-09 17:39:54 -05:00
J. Nick Koston
b66437ff7b
Bump yalexs-ble to 2.3.0 ( #100007 )
2023-09-09 17:34:11 -05:00
Bouwe Westerdijk
081d0bdce5
Bump plugwise to v0.32.2 ( #99973 )
...
* Bump plugwise to v0.32.2
* Adapt number.py to the backend updates
* Update related test-cases
* Update plugwise test-fixtures
* Update test_diagnostics.py
2023-09-09 23:50:26 +02:00
J. Nick Koston
aff49cb67a
Bump bluetooth-auto-recovery to 1.2.3 ( #99979 )
...
fixes #99977
2023-09-09 19:23:15 +02:00
Kevin Stillhammer
862506af61
Bump pywaze to 0.4.0 ( #99995 )
...
bump pywaze from 0.3.0 to 0.4.0
2023-09-09 19:16:27 +02:00
jan iversen
fdddbd7363
Bump pymodbus to v3.5.2 ( #99988 )
2023-09-09 17:45:19 +02:00
G Johansson
e425662494
Bump pytrafikverket to 0.3.6 ( #99869 )
...
* Bump pytrafikverket to 0.3.6
* Fix config flow names
* str
2023-09-09 16:18:47 +02:00
Luke Lashley
dced72f2dd
Bump python-roborock to 33.2 ( #99962 )
...
bump to 33.2
2023-09-09 14:15:28 +02:00
J. Nick Koston
f903cd6fc0
Bump dbus-fast to 2.0.1 ( #99894 )
2023-09-08 21:16:21 -05:00
J. Nick Koston
694638cbc0
Bump bleak to 0.21.1 ( #99960 )
2023-09-08 19:39:30 -05:00