Bram Kragten
e2c1a36e24
Update frontend to 20221006.0 ( #79745 )
2022-10-06 14:01:18 -04:00
Chris Talkington
00029ca344
Bump pyipp to 0.12.0 ( #79687 )
...
* update pyipp to 0.12.0
* Update requirements_all.txt
* Update requirements_test_all.txt
2022-10-06 17:11:38 +02:00
Matthew Simpson
df7b8f419e
Bump btsmarthub_devicelist to 0.2.3 ( #79705 )
...
* Bump btsmarthub_devicelist
This PR bumps the btsmarthub_devicelist version to correct an issue
experienced by a recent firmware upgrade to the SmartHub2.
* Bump btsmarthub_devicelist to 0.2.3
This version bump fixes an issue where BT SmartHub2 devices cannot be
correctly autodetected. The current workaround is to specifiy it
manually, which isn't great UX (and did previously work until a recent
firmware upgrade).
I've also taken the opportunity to reassign ownership of the component
to myself as @jxwolstenholme no longer has a SmartHub so cannot do
manual testing and also has no need to use the component anymore.
2022-10-06 17:01:27 +02:00
J. Nick Koston
9b4c7f5dc5
Bump dbus-fast to 1.26.0 ( #79684 )
2022-10-05 19:17:10 -10:00
Bram Kragten
41d2ab5b37
Update frontend to 20221005.0 ( #79656 )
2022-10-05 17:38:32 +02:00
Robert Svensson
214c2934de
Bump UniFi dependency to v37 ( #79617 )
2022-10-05 08:20:37 +02:00
puddly
253f6616cf
Bump ZHA dependencies ( #79623 )
2022-10-04 17:17:48 -04:00
J. Nick Koston
89c4bf6536
Bump dbus-fast to 1.24.0 ( #79608 )
2022-10-04 08:55:28 -10:00
Bram Kragten
9c97ebbcfe
Update frontend to 20221004.0 ( #79602 )
2022-10-04 11:51:12 -04:00
Raman Gupta
27413cee19
Bump zwave_js lib to 0.43.0 and fix multi-file firmware updates ( #79342 )
2022-10-04 10:40:49 -04:00
J. Nick Koston
a3989b90fe
Bump dbus-fast to 1.23.0 ( #79570 )
2022-10-03 16:44:54 -10:00
puddly
3c07d40fe7
Bump ZHA dependencies ( #79565 )
...
Bump all ZHA dependencies
2022-10-03 20:58:53 -04:00
Tobias Sauerwein
27effc93ad
Netatmo bump pyatmo to 7.1.0 ( #79562 )
...
Bump pyatmo to 7.1.0
2022-10-04 01:45:31 +03:00
Bram Kragten
bbaac01da5
Update frontend to 20221003.0 ( #79551 )
2022-10-03 21:45:28 +02:00
Maikel Punie
40bdcc3ea7
Bump velbusaio to 2022.10.2 ( #79537 )
2022-10-03 16:17:08 +02:00
J. Nick Koston
aa3aa91358
Bump dbus-fast to 1.22.0 ( #79527 )
...
Performance improvements
https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.21.17...v1.22.0
2022-10-03 15:11:51 +02:00
Maikel Punie
cb909b4b05
Bumb velbusaio to 2022.10.1 ( #79471 )
2022-10-03 11:44:20 +02:00
J. Nick Koston
da960f6ed4
Bump bluetooth dependencies ( #79514 )
2022-10-02 21:12:14 -04:00
Jesse Hills
8676012204
Bump aioesphomeapi to 11.1.0 ( #79515 )
2022-10-02 21:11:18 -04:00
Bram Kragten
f28e3fb46c
Update frontend to 20221002.0 ( #79491 )
2022-10-02 21:30:54 +02:00
Robert Svensson
14f60dc871
Fix missing string message in UniFi ( #79487 )
2022-10-02 14:50:01 -04:00
J. Nick Koston
653620345c
Bump dbus-fast to 1.20.0 ( #79465 )
2022-10-02 12:46:01 -04:00
Ryan Fleming
229e387a1d
Bump pyoctoprintapi to version 1.9 ( #79449 )
...
Bump to version 1.9
2022-10-01 22:05:53 -07:00
J. Nick Koston
8a73795f50
Bump bluetooth-adapters to 0.5.3 ( #79442 )
2022-10-01 21:27:44 -04:00
J. Nick Koston
ebc2a751d2
Bump ibeacon-ble to 0.7.3 ( #79443 )
2022-10-01 20:48:09 -04:00
J. Nick Koston
d9191cf2f2
Bump dbus-fast to 1.18.0 ( #79440 )
...
Changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.17.0...v1.18.0
2022-10-01 14:45:01 -10:00
kingy444
50952f8a1c
Powerview bump aiopvapi to 2.0.2 ( #79274 )
2022-10-01 14:16:16 -10:00
Matrix
944d704011
Fix mqtt reconnect fail when token expired ( #79428 )
...
* fix mqtt reconnect fail when token expired
* suggest change
2022-10-02 01:56:36 +03:00
Shay Levy
f64a4f4a95
Bump aiowebostv to 0.2.1 ( #79423 )
2022-10-02 00:32:27 +02:00
Garrett
9058b5b9c3
Update sensors for Subaru integration ( #66996 )
...
* Update sensor.py
* Change "EV Time to Fully Charged" type to datetime object (HA 2022.2)
* Validate types before accessing dict entries
* Test handling of invalid data from Subaru
* Bump to subarulink 0.4.2
* Incorporate style suggestion
* Update sensor.py to use SensorEntity
* isort tests
* Remove SubaruSensor.current_value
* Fix isort errors
* Resolve conflict from previous PR (add locks)
* Fix linting errors in config_flow.py
* Incorporate PR review comments for sensor
* Incorporate PR review comments for sensor
* Make 3rd party library responsible for API data parsing
* Add type annotations to sensor.py
* Incorporate PR review comments
* Incorporate PR review comments
* Set _attr_has_entity_name = True for sensors
2022-10-02 00:25:49 +02:00
Shay Levy
4cfcf562b5
Bump aioswitcher to 3.0.3 ( #79419 )
2022-10-01 18:34:47 +02:00
Avi Miller
886e636565
Bump aiolifx to 0.8.6 ( #79393 )
2022-10-01 17:05:02 +02:00
Shay Levy
062ee75de9
Bump aioswitcher to 3.0.2 ( #79399 )
...
Bump aioswitcher to 3.0.2
2022-10-01 18:04:11 +03:00
Joakim Plate
fbcf6cb03c
Bump fjaraskupan to 2.1.0 ( #79383 )
...
* Make sure fan turns off on 0 percentage
* Remember old percentage
* Bump fjaraskupan to 1.2.0
2022-10-01 00:01:44 +02:00
J. Nick Koston
6694d06b37
Remove iBeacon devices that rotate their major,minor and mac ( #79338 )
2022-09-30 08:46:45 -04:00
J. Nick Koston
ca0cd19dc9
Switch to using new esphome bluetooth_proxy_version field ( #79331 )
2022-09-30 08:29:36 -04:00
Michał Huryn
ed044acca7
Remove blebox AirQuality platform ( #77873 )
...
* AirQuality functionality moved to sensors, tests moved accordingly.
* Refreshed fixtures comments.
2022-09-30 11:37:47 +02:00
J. Nick Koston
52cdae254c
Bump govee-ble to 0.19.1 to handle another H5181 ( #79340 )
...
fixes #79188
2022-09-30 10:33:14 +02:00
Vincent Giorgi
d5b966d942
Add Airthings BLE component ( #77284 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-29 15:55:45 -04:00
Dennis Schroer
ee32e0eb3f
Update huisbaasje-client 0.1.0 to energyflip-client 0.2.0 ( #79233 )
2022-09-29 13:25:23 -04:00
Bram Kragten
114db26fcf
Update frontend to 20220929.0 ( #79317 )
2022-09-29 13:22:41 -04:00
Kevin Addeman
21693b0022
Bump pylutron_caseta to 0.16.0 ( #79243 )
2022-09-28 19:51:45 -10:00
Raman Gupta
3884b4b6bf
Bump zwave-js-server-python to 0.42.0 ( #79020 )
2022-09-28 21:24:04 -04:00
J. Nick Koston
b49d499ab6
Bump yalexs to 1.2.4 ( #79222 )
2022-09-28 22:17:29 +02:00
Jafar Atili
0e9e72c6e9
Bump pyswitchbee to 1.5.5 ( #79206 )
2022-09-28 20:41:33 +02:00
J. Nick Koston
7042d6d35b
Add ESPHome BleakClient ( #78911 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-09-28 08:06:30 -10:00
Bram Kragten
bfd9201623
Update frontend to 20220928.0 ( #79217 )
2022-09-28 19:05:37 +02:00
Maciej Bieniek
1ac5696e7f
Bump pybravia to 0.2.3 ( #79200 )
2022-09-28 14:46:43 +02:00
Vilppu Vuorinen
e39c4db438
Add daily energy consumption sensor for melcloud ( #78682 )
2022-09-28 14:45:14 +02:00
Jafar Atili
653e0917bb
Bump pyswitchbee to 1.5.3 ( #78583 )
...
* Add switchbee to strict-typing
* strict typing
* Bumped pyswitchbee
* bumped library to 1.5.1
* strict-typed the package
* fixed issue
* addressed epenet comments
* fixed requirements_all
* once more
2022-09-28 13:51:52 +02:00
Paulus Schoutsen
010430780e
Allow controlling PrusaLink print jobs ( #78720 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-09-28 10:42:19 +02:00
Tom Brien
87dfe82613
Bump holidays to 0.16 ( #78832 )
2022-09-28 10:39:43 +02:00
J. Nick Koston
63b7a23636
Bump switchbot to fix assertion error on processing humidifer data ( #79180 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.19.12...0.19.13
2022-09-28 09:29:09 +02:00
Robert Hillis
e360a4fa9e
Bump aiopyarr to 22.9.0 ( #79173 )
2022-09-28 08:06:24 +02:00
J. Nick Koston
0c191df598
Bump ibeacon-ble to 0.7.1 ( #79182 )
2022-09-28 07:48:38 +02:00
J. Nick Koston
40f5c317c7
Bump yalexs to 1.2.3 ( #79170 )
...
Maps more missing activities
Fixes #79119
changelog: https://github.com/bdraco/yalexs/compare/v1.2.2...v1.2.3
2022-09-27 22:50:56 -04:00
J. Nick Koston
1cf1d2c2bb
Update pySwitchbot for newer firmwares ( #79174 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.19.11...0.19.12
found while developing bluetooth proxies for esphome
2022-09-27 22:50:40 -04:00
J. Nick Koston
8c3e0d527d
Bump dbus-fast to 0.17.0 ( #79177 )
...
Changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.15.1...v1.17.0
2022-09-27 22:50:06 -04:00
David F. Mulcahey
cd4b0f53a1
Bump ZHA quirks lib ( #79175 )
2022-09-27 20:35:14 -04:00
Matthias Alphart
3ae092f272
Update xknx to 1.1.0 - Routing flow control ( #79118 )
...
xknx 1.1.0
2022-09-26 23:17:33 +02:00
J. Nick Koston
1f6d19bb99
Bump dbus-fast to 0.15.1 ( #79111 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.14.0...v1.15.1
2022-09-26 21:50:08 +02:00
J. Nick Koston
c89d776d37
Bump bleak-retry-connector to 2.1.3 ( #79105 )
2022-09-26 08:42:56 -10:00
Bouwe Westerdijk
2667f0b792
Bump plugwise to v0.21.3, add related new features ( #76610 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-09-26 15:55:29 +02:00
J. Nick Koston
75f6f9b5e2
Improve performance of Bluetooth device fallback ( #79078 )
2022-09-26 09:12:08 -04:00
Pascal Vizeli
edc9c0d09c
Update aioecowitt to 2022.09.3 ( #79087 )
2022-09-26 13:24:15 +02:00
uvjustin
2d7b364713
Bump ha-av to v10.0.0.b5 ( #78977 )
2022-09-26 10:52:03 +02:00
J. Nick Koston
87e0c555db
Bump aiohomekit to 2.0.1 ( #79080 )
2022-09-25 21:43:38 -10:00
Avi Miller
691028dfb4
Enable the move firmware effect on multizone lights ( #78918 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-25 21:08:36 -10:00
Tobias Sauerwein
81abeac83e
Netatmo refactor to use pyatmo 7.0.1 ( #73482 ) ( #78523 )
...
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2022-09-25 21:55:58 -04:00
J. Nick Koston
3ad5d799c6
Bump dbus-fast to 1.14.0 ( #79063 )
2022-09-25 21:02:29 -04:00
Paulus Schoutsen
f41b69e19e
Bump cryptography to 38 ( #79067 )
2022-09-25 17:39:42 -04:00
Robert Svensson
bfd12730f2
Bump aiounifi to v35 ( #79040 )
...
* Update imports
Replace constants with enums
* Import new request objects
* Bump aiounifi to v35
2022-09-25 20:08:56 +02:00
J. Nick Koston
62490f1838
Bump govee-ble to 0.19.0 ( #79038 )
2022-09-24 22:02:17 -04:00
J. Nick Koston
26b8e4e0fb
Bump bluetooth dependencies ( #79035 )
...
* Bump dbus-fast to 1.10.0
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.9.0...v1.10.0
* bump again
* bump again
* to 13
* bump
* try again
2022-09-24 15:44:59 -10:00
J. Nick Koston
a3cb38e114
Bump dbus-fast to 1.9.0 ( #79024 )
2022-09-24 05:04:52 -10:00
Maciej Bieniek
38b6377a31
Bump shelly backend library to version 2.0.2 ( #79026 )
...
Bump aioshelly library to version 2.0.2
2022-09-24 12:30:16 +02:00
J. Nick Koston
1b144c0e4d
Update to bleak 0.18.0 ( #79008 )
2022-09-23 15:09:28 -10:00
J. Nick Koston
02731efc4c
Handle iBeacons that broadcast multiple different uuids ( #79011 )
...
* Handle iBeacons that broadcast multiple different uuids
* fix flip-flopping between uuids
* naming
2022-09-23 20:45:09 -04:00
Thomas Schamm
fc58d88770
Bumped boschshcpy 0.2.30 to 0.2.35 ( #79017 )
...
Bumped to boschshcpy==0.2.35
2022-09-23 20:43:03 -04:00
Aaron Bach
21b91f75ba
Bump `regenmaschine` to 2022.09.2 ( #79010 )
...
* Bump `regenmaschine` to 2022.09.2
* Fix tests
* Restore incorrectly-deleted test
2022-09-23 13:46:25 -06:00
Jc2k
ffd88ab50e
Enable Thread transport in homekit_controller ( #78994 )
2022-09-23 16:09:10 +01:00
Diogo Gomes
67779089cd
Bump pyipma to 3.0.5 ( #78936 )
...
* fix #78928 and review of #78332
* address comment
2022-09-23 16:23:33 +02:00
Raman Gupta
95e3572277
Retire climacell entirely ( #78901 )
...
* Retire climacell entirely
* remove fixtures
* remove const file
* Remove all traces of climacell integration
* missed some
2022-09-23 09:05:55 +02:00
J. Nick Koston
a7da155a2a
Bump yalexs to 1.2.2 ( #78978 )
2022-09-22 23:39:23 -04:00
Robert Hillis
0ccb495209
Radarr Config Flow ( #78965 )
2022-09-22 22:16:24 -04:00
Nathan Spencer
8297317f2a
Bump pylitterbot to 2022.9.6 ( #78970 )
2022-09-22 14:14:43 -10:00
starkillerOG
090d004122
Bump motionblinds to 0.6.13 ( #78946 )
2022-09-22 06:17:53 -10:00
rikroe
da4ceea647
Bump bimmer_connected to 0.10.4 ( #78910 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2022-09-22 08:53:29 +02:00
Joakim Plate
f5120872aa
Support for nibe heat pumps with local access ( #78542 )
...
* Add nibe local integration
* Add sensor platform
* Enable sensor platform
* Fix manifest
* Correct domain after rename
* Adjust tests for rename
* Correct codeowners
* Add requirements for tests
* Grab coil by name
* Switch to home assistant error
* Config entry always exist
* Switch to create task
* Bump to 0.5.0
* Use new coils access
* Remove unneeded check
* Use single instance of logger
* Test invalid ip
* Don't allow coil to be None
* Remove sleep
* Initialize data in coordinator init
* Add utils to ignore
* Update homeassistant/components/nibe_heatpump/manifest.json
Co-authored-by: J. Nick Koston <nick@koston.org>
* Use generator instead
* Use tenacity as retry decorator
* Use package instead of name to get logger
* Skip broad exception handling
* Catch missing coil exception
* Add missing test
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-22 08:43:30 +02:00
Raman Gupta
e62e21ce46
Bump pytomorrowio to 0.3.5 ( #78914 )
2022-09-22 07:10:13 +02:00
spycle
0e0318dc53
Add Keymitt BLE integration ( #76575 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-21 15:44:37 -10:00
J. Nick Koston
17ddc40784
Bump pylutron_caseta to 0.15.2 ( #78900 )
2022-09-21 14:02:34 -04:00
J. Nick Koston
4d167856a5
Bump unifi-discovery to 1.1.7 ( #78898 )
2022-09-21 14:02:01 -04:00
Jc2k
e7b594b5cf
Fix parsing Eve Energy characteristic data ( #78880 )
2022-09-21 05:41:01 -10:00
Ernst Klamer
c4eafb98fa
Add support for Kegtron Smart (Beer) Keg Monitor BLE devices ( #78709 )
2022-09-21 05:09:39 -10:00
Aaron Bach
e265848b63
Remove deprecated Flu Near You integration ( #78700 )
2022-09-21 11:24:21 +02:00
J. Nick Koston
d7b58f6949
Bump pySwitchbot to 0.19.11 ( #78857 )
2022-09-21 11:21:14 +02:00
Robert Hillis
2a2cc79fc3
Add Lidarr integration ( #66438 )
2022-09-20 11:51:29 -04:00
J. Nick Koston
bb78d52f34
Add iBeacon Tracker integration ( #78671 )
2022-09-19 21:43:41 -04:00
J. Nick Koston
a02eed9bd8
Bump dbus-fast to 1.5.1 ( #78802 )
2022-09-19 20:59:07 -04:00
Nathan Spencer
10a12b1bc9
Bump pylitterbot to 2022.9.5 ( #78785 )
2022-09-19 21:29:29 +02:00
mkmer
08c8ab7302
Bumped AIOAladdinConnect 0.1.46 ( #78767 )
2022-09-19 21:18:53 +02:00
y34hbuddy
691df5a394
Add support for imperial units of measure in volvooncall ( #77669 )
2022-09-19 16:22:13 +02:00
Nico
3dc6db94ce
Bump aioimaplib to 1.0.1 ( #78738 )
2022-09-19 12:59:09 +02:00
Mick Vleeshouwer
33bd840c0a
Bump pyoverkiz to 1.5.3 in Overkiz integration ( #78743 )
2022-09-19 12:57:52 +02:00
Jorim Tielemans
cd6959d809
Update psutil to 5.9.2 ( #78745 )
2022-09-19 12:56:08 +02:00
J. Nick Koston
a1735b742c
Drop PARALLEL_UPDATES from switchbot ( #78713 )
2022-09-18 16:36:50 -05:00
Maciej Bieniek
721fddc016
Bump `brother` backend library ( #78072 )
...
* Update integration for a new library
* Update tests
* Add unique_id migration
* Update integration and tests for lib 2.0.0
* Improve test coverage
* Improve typing in tests
2022-09-18 23:28:17 +02:00
Erik Montnemery
6094c00705
Warn user if Tasmota devices are configured with invalid MQTT topics ( #77640 )
2022-09-18 19:50:43 +02:00
J. Nick Koston
49ead219a5
Bump thermobeacon-ble to 0.3.2 ( #78693 )
2022-09-18 12:47:13 -04:00
Justin Vanderhooft
b87c452106
Bump melnor-bluetooth to v0.0.20 ( #78642 )
2022-09-17 17:19:19 -05:00
J. Nick Koston
18eef5da1f
Restore history from bluetooth stack at startup ( #78612 )
2022-09-17 16:58:19 -05:00
G Johansson
51b01fcd80
Bump smhi-pkg to 1.0.16 ( #78639 )
2022-09-17 20:38:35 +03:00
Franck Nijhof
5a6a474bbe
Update demetriek to 0.2.4 ( #78646 )
2022-09-17 17:15:11 +02:00
Sergio Conde Gómez
9acea07d31
Bump qingping-ble to 0.7.0 ( #78630 )
2022-09-17 06:59:29 -05:00
J. Nick Koston
cd8a5ea1e2
Fix reconnect race in HomeKit Controller ( #78629 )
2022-09-17 05:13:33 -05:00
On Freund
047c3862d7
Bump pyrisco to v0.5.5 ( #78566 )
...
Upgrade to pyrisco 0.5.5
2022-09-16 14:29:08 -06:00
Nathan Spencer
e507e00317
Bump pylitterbot to 2022.9.3 ( #78590 )
2022-09-16 21:56:50 +03:00
Jafar Atili
491177e5d3
Address late review of SwitchBee ( #78412 )
2022-09-16 14:19:50 +02:00
Phil Bruckner
e7ca40156f
Bump life360 package to 5.1.1 ( #78550 )
2022-09-16 08:07:02 +02:00
Ricardo Steijn
635ed562ee
crownstone-sse: bump to 2.0.4 ( #78538 )
2022-09-15 18:05:55 +02:00
Michael
6f02f7c6ce
Bump pyfritzhome to 0.6.7 ( #78324 )
2022-09-15 16:01:55 +02:00
J. Nick Koston
4168892d0a
Bump aiohomekit to 1.5.8 ( #78515 )
2022-09-15 13:25:50 +02:00
J. Nick Koston
2331e2a55c
Bump led-ble to 0.10.1 ( #78511 )
2022-09-15 13:25:40 +02:00
J. Nick Koston
8ede711f68
Bump PySwitchbot to 0.19.9 ( #78504 )
2022-09-15 13:25:25 +02:00
J. Nick Koston
2c03578f6f
Bump yalexs_ble to 1.9.2 ( #78508 )
2022-09-15 13:25:12 +02:00
Franck Nijhof
eae384bbf7
Update sqlalchemy to 1.4.41 ( #78507 )
2022-09-15 11:54:18 +02:00
Franck Nijhof
cf138c7266
Update pyotp to 2.7.0 ( #78500 )
2022-09-15 11:53:16 +02:00
Federico Marani
08449dc1bc
Bump aioftp to 0.21.3 ( #78257 )
2022-09-15 10:52:33 +02:00
Vincent Knoop Pathuis
035f206e95
Bump ultraheat-api to 0.4.3 ( #78295 )
2022-09-15 10:51:19 +02:00
J. Nick Koston
11789dd079
Bump bleak-retry-connector to 0.17.1 ( #78474 )
2022-09-15 10:40:52 +02:00
Franck Nijhof
4e7a99dc77
Update sentry-sdk to 1.9.8 ( #78496 )
2022-09-15 09:57:35 +02:00
Avi Miller
c0cf9d8729
Add infrared brightness select entity for LIFX Night Vision bulbs ( #77943 )
...
* Add infrared brightness select entity for LIFX Night Vision bulbs
Signed-off-by: Avi Miller <me@dje.li>
* Code refactored from review comments
Signed-off-by: Avi Miller <me@dje.li>
* Update and refactor from code review feedback
Signed-off-by: Avi Miller <me@dje.li>
Signed-off-by: Avi Miller <me@dje.li>
2022-09-15 08:53:58 +02:00
starkillerOG
ade4fcaebd
Use asyncio in XiaomiAqara instead of threading ( #74979 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-09-15 08:36:56 +02:00
Shay Levy
1b3088e41a
Bump aioswitcher to 3.0.0 ( #78471 )
2022-09-15 00:29:59 +03:00
Teemu R
43053d05b4
Bump python-songpal to 0.15.1 ( #78481 )
2022-09-14 21:54:01 +02:00
Franck Nijhof
6678f660a8
Remove U.S. Citizenship and Immigration Services (USCIS) integration ( #78432 )
...
* Remove U.S. Citizenship and Immigration Services (USCIS) integration
* Update .coveragerc
Fix due to sorting in https://github.com/home-assistant/core/pull/78447
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-09-14 21:51:24 +03:00
Robert Hillis
a46982befb
Add Google Sheets integration ( #77853 )
...
Co-authored-by: Allen Porter <allen@thebends.org>
2022-09-14 14:31:54 -04:00
Marc Mueller
99ebac13ed
Bump openevsewifi to 1.1.2 ( #78460 )
...
Update openevsewifi to 1.1.2
2022-09-14 15:19:43 +02:00
Poltorak Serguei
003d160a96
Rework Z-Wave.Me switch multilevel devices to also use light entity ( #77969 )
...
Co-authored-by: Dmitry Vlasov <kerbalspacema@gmail.com>
2022-09-14 14:19:17 +02:00
Ernst Klamer
fad0b00fbc
Binary sensor description for BTHome ( #78408 )
2022-09-14 12:09:03 +02:00
Franck Nijhof
393f1487a5
Remove Ambee integration ( #78427 )
2022-09-14 10:25:01 +02:00
Bram Kragten
9382f4be23
Update frontend to 20220907.2 ( #78431 )
2022-09-14 09:54:51 +02:00
Simone Chemelli
9d535b9ae9
Bump fritzconnection to 1.10.3 ( #77847 )
...
* Bump fritzconnection to 1.10.2
* bump to 1.10.3
2022-09-14 08:13:42 +02:00
Diogo Gomes
831c87205f
Retry on unavailable IPMA api ( #78332 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-13 21:00:59 -04:00
J. Nick Koston
13e8bae432
Bump govee-ble to 0.17.3 ( #78405 )
2022-09-13 16:17:09 -04:00
Bram Kragten
4c164cc48d
Update frontend to 20220907.1 ( #78404 )
2022-09-13 16:15:45 -04:00
J. Nick Koston
8189af0e7e
Bump led-ble to 0.10.0 ( #78367 )
2022-09-13 16:15:30 -04:00
J. Nick Koston
e2c563c79d
Bump yalexs-ble to 1.9.0 ( #78362 )
2022-09-13 16:14:53 -04:00
J. Nick Koston
32c6f8aaef
Bump PySwitchbot to 0.19.8 ( #78361 )
...
* Bump PySwitchbot to 0.19.7
Changes for bleak 0.17
https://github.com/Danielhiversen/pySwitchbot/compare/0.19.6...0.19.7
* bump again to fix some more stale state bugs
2022-09-13 23:11:44 +03:00
Pascal Vizeli
0ab19fe6f6
Bump aioecowitt 2022.09.2 ( #78287 )
...
* Bump aioecowitt 2022.09.2
* add percentage type
2022-09-13 22:11:57 +03:00
J. Nick Koston
9c2601036d
Bump xiaomi-ble to 0.10.0 ( #78365 )
2022-09-13 21:06:17 +02:00
J. Nick Koston
be52b66f6c
Bump aiohomekit to 1.5.7 ( #78369 )
2022-09-13 15:00:45 -04:00
J. Nick Koston
be34fdc344
Bump pylutron-caseta to 0.15.1 ( #78209 )
2022-09-13 17:00:18 +02:00
Yevhenii Vaskivskyi
328530479d
Bump blinkpy to 0.19.2 ( #78097 )
2022-09-13 16:46:31 +02:00
J. Nick Koston
392548fe6e
Bump bleak to 0.17.0 ( #78333 )
2022-09-13 14:31:34 +02:00
Daniel Hjelseth Høyer
0d38073817
Bump mill-local to 0.2.0 ( #78302 )
2022-09-13 13:59:46 +02:00
TheJulianJES
b5935e5a4f
Bump PyViCare==2.17.0 ( #78232 )
2022-09-13 13:01:13 +02:00
Robin Wohlers-Reichel
b0249e6aa9
Update solax to 0.3.0 ( #78219 )
2022-09-13 10:07:38 +02:00
jafar-atili
24266f1426
Add SwitchBee Integration ( #70201 )
...
* Add SwitchBee Integration
* fixes
* improved API and more logs
* fixed test_config_flow code
* removed light and cover
* Fixed CR comments, updated pylib, improved response time and lowered the scan interval for lower latency
* CR fixes, added advanced setup form to let the
user choose the following:
- scan interval in seconds: default 5
- whether to expose scenarios and group switches from the CU or not
* used SCAN_INTERVAL_SEC instead of typing just the number
* Fixed PR comments, added unit tests
* fixes
* Improved the pypi and updated the code accordingly
* Add SwitchBee Integration
* fixes
* improved API and more logs
* fixed test_config_flow code
* removed light and cover
* Fixed CR comments, updated pylib, improved response time and lowered the scan interval for lower latency
* CR fixes, added advanced setup form to let the
user choose the following:
- scan interval in seconds: default 5
- whether to expose scenarios and group switches from the CU or not
* used SCAN_INTERVAL_SEC instead of typing just the number
* Fixed PR comments, added unit tests
* fixes
* Improved the pypi and updated the code accordingly
* fixes
* restored new line in .coveragerc
* test: increased config_flow test coverage
* removed two way type
* Updated CODEOWNERS
* fix: code review comments
* fixed review comments
* added device_info
* moved device info to attribute
2022-09-13 09:01:29 +02:00
J. Nick Koston
05d4ece4de
Bump bluetooth-auto-recovery to 0.3.3 ( #78245 )
...
Downgrades a few more loggers to debug since the only reason we check them is to give a better error message when the bluetooth adapter is blocked by rfkill.
https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/v0.3.2...v0.3.3
closes #78211
2022-09-12 20:16:46 -04:00
d-walsh
0b2c3cfb99
Fix missing dependency for dbus_next ( #78235 )
2022-09-12 18:03:07 -05:00
J. Nick Koston
5f1979dbc3
Bump xiaomi-ble to 0.9.3 ( #78301 )
2022-09-12 16:54:20 -05:00
J. Nick Koston
3be9bee61e
Bump pySwitchbot to 0.19.6 ( #78304 )
...
No longer swallows exceptions from bleak connection errors which
was hiding the root cause of problems.
This was the original behavior from a long time ago which
does not make sense anymore since we retry a few times anyways
https://github.com/Danielhiversen/pySwitchbot/compare/0.19.5...0.19.6
2022-09-12 21:18:26 +02:00
J. Nick Koston
e83594a179
Bump aiodiscover to 1.4.13 ( #78253 )
2022-09-12 12:19:45 +02:00
J. Nick Koston
c0374a9434
Bump PySwitchbot to 0.19.5 ( #78224 )
2022-09-11 12:19:31 -04:00
J. Nick Koston
5a9dfa9df9
Bump aiohomekit to 1.5.6 ( #78228 )
2022-09-11 12:19:12 -04:00
J. Nick Koston
7e0652f80e
Bump led-ble to 0.9.1 ( #78226 )
2022-09-11 12:19:01 -04:00
J. Nick Koston
4da10a50ad
Bump yalexs-ble to 1.8.1 ( #78225 )
2022-09-11 12:18:52 -04:00
G Johansson
f0053066ca
Bump pysensibo to 1.0.20 ( #78222 )
2022-09-11 12:18:38 -04:00
Aaron Bach
49222d6bc8
Bump `regenmaschine` to 2022.09.1 ( #78210 )
2022-09-11 10:17:36 +02:00
J. Nick Koston
d77ca99791
Bump bluetooth-adapters to 0.4.1 ( #78205 )
...
Switches to dbus-fast which fixes a file descriptor leak
2022-09-11 10:06:13 +02:00
J. Nick Koston
e77058b762
Bump led_ble to 0.8.5 ( #78215 )
...
* Bump led_ble to 0.8.4
Changelog: https://github.com/Bluetooth-Devices/led-ble/compare/v0.8.3...v0.8.4
* bump again
2022-09-11 10:04:05 +02:00
J. Nick Koston
27e8e40968
Bump aiohomekit to 1.5.4 to handle stale ble connections at startup ( #78203 )
2022-09-10 14:36:44 -04:00
J. Nick Koston
a3ec28ea79
Close stale switchbot connections at setup time ( #78202 )
2022-09-10 14:21:10 -04:00
puddly
f19af72895
Bump ZHA dependencies ( #78201 )
2022-09-10 13:56:01 -04:00
J. Nick Koston
dbcb269111
Fix switchbot not setting up when already connected at startup ( #78198 )
2022-09-10 13:32:38 -04:00
J. Nick Koston
1e302c12ff
Fix Yale Access Bluetooth not setting up when already connected at startup ( #78199 )
2022-09-10 13:32:29 -04:00
J. Nick Koston
c406e4defe
Bump led-ble to 0.8.3 ( #78188 )
...
* Bump led-ble to 0.8.0
Fixes setup when the previous shutdown was not clean and
the device is still connected
* bump again
* bump again
* bump again
2022-09-10 19:30:30 +02:00
J. Nick Koston
68b511737d
Bump aiohomekit to 1.5.3 ( #78170 )
2022-09-09 23:20:39 -04:00
Ernst Klamer
39f40011cc
Add BTHome binary sensors ( #78151 )
2022-09-09 22:43:25 -04:00
J. Nick Koston
a1ec9c6147
Bump pySwitchbot to 0.19.1 ( #78168 )
2022-09-09 22:32:17 -04:00
Pascal Vizeli
0227f2cd67
Bump aioecowitt to 2022.09.1 ( #78142 )
2022-09-09 22:31:10 -04:00
J. Nick Koston
d98ed03845
Fix switchbot writing state too frequently ( #78094 )
2022-09-09 18:13:27 -05:00
J. Nick Koston
8084d163d3
Bump bluetooth-adapters to 0.3.6 ( #78138 )
2022-09-09 13:56:21 -04:00
Aaron Bach
9fc9d50e07
Fix bug with 1st gen RainMachine controllers and unknown API calls ( #78070 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-09-08 16:41:09 -04:00
Maikel Punie
c528a2d2cd
Bump velbus-aio to 2022.9.1 ( #78039 )
...
Bump velbusaio to 2022.9.1
2022-09-08 20:28:40 +02:00
J. Nick Koston
be064bfeef
Bump bluetooth-auto-recovery to 0.3.2 ( #78063 )
2022-09-08 19:15:26 +02:00
Nathan Spencer
03e6bd0811
Bump pylitterbot to 2022.9.1 ( #78071 )
2022-09-08 19:13:20 +02:00
J. Nick Koston
2a23792b23
Bump bluetooth-adapters to 0.3.5 ( #78052 )
2022-09-08 09:58:53 -04:00
Bram Kragten
cd5967c4c6
Update frontend to 20220907.0 ( #77963 )
2022-09-07 17:31:53 +02:00
J. Nick Koston
2cfdc15c38
Handle stale switchbot advertisement data while connected ( #77956 )
2022-09-07 16:54:21 +02:00
Alex Thompson
951047d94e
Add initial implementation of tilt_ble integration ( #77633 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-07 09:24:21 -05:00
Marc Mueller
01f1629ac0
Update surepy to 0.8.0 ( #77948 )
2022-09-07 15:13:51 +02:00
kingy444
a0071e7877
Bump aiopvapi to 2.0.1 ( #77949 )
2022-09-07 13:17:45 +02:00
J. Nick Koston
e42c48ebca
Bump PySwitchbot to 0.18.25 ( #77935 )
2022-09-07 06:12:17 -05:00
Daniel Hjelseth Høyer
9fa30af8de
Bump pyTibber to 0.25.2 ( #77919 )
2022-09-07 10:26:07 +02:00
J. Nick Koston
79b46956e9
Bump led-ble to 0.7.1 ( #77931 )
2022-09-07 10:22:19 +02:00
Raman Gupta
fce28d4848
Bump zwave-js-server-python to 0.41.1 ( #77915 )
...
* Bump zwave-js-server-python to 0.41.1
* Fix fixture
2022-09-07 07:28:47 +02:00
Ståle Storø Hauknes
79d2c87844
Mill gen 3 cloud, support precision halves for gen 3 heaters ( #77932 )
...
* Update pymill to latest version
* Use float with PRECISION_HALVES for Mill Gen 3 cloud connected heaters
2022-09-07 07:25:23 +02:00