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