J. Nick Koston
9ba1bb7c73
Bump aiohomekit to 1.5.2 ( #77927 )
2022-09-06 16:43:18 -05:00
Matthew Simpson
4e625f0360
Bump btsmarthub_devicelist to 0.2.2 ( #77609 )
2022-09-06 21:50:03 +02:00
Bram Kragten
97d63e5c36
Update frontend to 20220906.0 ( #77910 )
2022-09-06 12:54:53 -04:00
Yevhenii Vaskivskyi
5459b5fdfe
Handle exception on projector being unavailable ( #77802 )
2022-09-06 11:34:11 -04:00
J. Nick Koston
b2f86ddf76
Bump bluetooth-auto-recovery to 0.3.1 ( #77898 )
2022-09-06 08:48:39 -05:00
J. Nick Koston
b945327056
Bump zeroconf to 0.39.1 ( #77859 )
2022-09-06 08:00:05 -05:00
J. Nick Koston
ac8a12f99c
Bump thermopro-ble to 0.4.3 ( #77863 )
...
* Bump thermopro-ble to 0.4.2
- Turns on rounding of long values
- Uses bluetooth-data-tools under the hood
- Adds the TP393 since it works without any changes to the parser
Changelog: https://github.com/Bluetooth-Devices/thermopro-ble/compare/v0.4.0...v0.4.2
* bump again for device detection fix
2022-09-06 09:55:43 +02:00
Artem Draft
72f9e5f6ec
Bump pybravia to 0.2.2 ( #77867 )
2022-09-06 09:52:27 +02:00
Bram Kragten
6867029062
Update frontend to 20220905.0 ( #77854 )
2022-09-05 14:27:48 -04:00
J. Nick Koston
6fbc0a8103
Bump govee-ble to 0.17.2 ( #77849 )
2022-09-05 14:05:53 -04:00
J. Nick Koston
33dd8a4a45
Bump led-ble to 0.7.0 ( #77845 )
2022-09-05 14:05:37 -04:00
Artem Draft
c158575aa5
Bump pybravia to 0.2.1 ( #77832 )
2022-09-05 10:04:33 -04:00
Ernst Klamer
42393db9f3
Rename BThome to BTHome ( #77807 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-05 07:52:50 -04:00
Michael
ce6e57da5d
Bump fritzconnection from 1.8.0 to 1.10.1 ( #77751 )
...
bump fritzconnection from 1.8.0 to 1.10.1
2022-09-05 11:50:00 +03:00
G Johansson
f51b33034f
Bump yale_smart_alarm_client to 0.3.9 ( #77797 )
2022-09-04 14:43:38 -05:00
Michael
03b3959b95
Replace archived sucks by py-sucks and bump to 0.9.8 for Ecovacs integration ( #77768 )
2022-09-04 12:57:50 -04:00
J. Nick Koston
2b63d7644a
Bump led-ble to 0.6.0 ( #77788 )
...
* Bump ble-led to 0.6.0
Fixes reading the white channel on same devices
Changelog: https://github.com/Bluetooth-Devices/led-ble/compare/v0.5.4...v0.6.0
* Bump flux_led to 0.28.32
Changelog: https://github.com/Danielhiversen/flux_led/compare/0.28.31...0.28.32
Fixes white channel support for some more older protocols
* keep them in sync
* Update homeassistant/components/led_ble/manifest.json
2022-09-04 19:54:40 +03:00
G Johansson
98441e8620
Bump pysensibo to 1.0.19 ( #77790 )
2022-09-04 11:06:04 -05:00
J. Nick Koston
1b13105538
Bump flux_led to 0.28.32 ( #77787 )
2022-09-04 11:00:19 -05:00
Matt Zimmerman
a9c19e2ffb
Update smarttub to 0.0.33 ( #77766 )
2022-09-04 09:51:48 -05:00
J. Nick Koston
ed365cb8e9
Add BlueMaestro integration ( #77758 )
...
* Add BlueMaestro integration
* tests
* dc
2022-09-04 09:45:52 -04:00
Øyvind Matheson Wergeland
f52c00a1c1
Add Nobø Ecohub integration ( #50913 )
...
* Initial version of Nobø Ecohub.
* Options update listener for Nobø Ecohub
* Unit test for nobo_hub config flow
* Cleanup
* Moved comment re backwards compatibility
* Improved tests
* Improved tests
* Options flow test
Pylint
* Fix backwards compatibility mode
* Don't require Python 3.9
* Import form configuration.yaml
* Check if device is already configured.
Correct tests for only discovering serial prefix
Fix importing when only serial suffix is configured
* Use constants
* Pylint and variable name clenaup.
* Review
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Fix tests
* Correct disabling off_command and on_commands ("Default" is a hard coded week profile in the hub).
* Improve options dialog
* Configure override type in options dialog
* Formatting
* pyupgrade
* Incorporated review comments
* Incorporated review comments.
* Incorporated second round of review comments.
* Add polling to discover preset change in HVAC_MODE_AUTO.
* Added tests/components/nobo_hub to CODEOWNERS.
* Update homeassistant/components/nobo_hub/config_flow.py
Review
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* Update homeassistant/components/nobo_hub/climate.py
Review
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* Simplify if tests.
* Update homeassistant/components/nobo_hub/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update homeassistant/components/nobo_hub/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Update homeassistant/components/nobo_hub/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Separate config step for manual configuration.
* Fixed indentation
* Made async_set_temperature more robust
* Thermometer supports tenths even though thermostat is in ones.
* Preserve serial suffix in config dialog on error.
* Initial version of Nobø Ecohub.
* Improved tests
* Review
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Configure override type in options dialog
* Separate config step for manual configuration.
* Update homeassistant/components/nobo_hub/__init__.py
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Formatting (prettier)
* Fix HA stop listener.
* Review
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Review
- Removed workaround to support "OFF" setting.
- Simplified config flow to add a new device.
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fixed review comments
* Update en.json with correction in review.
* Implemented review comments:
- Register devices
- Simplifed async_set_temperature
* Register hub as device in init module
* Implemented review comments.
Upgraded pynobo to 1.4.0.
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Avoid tacking on the device name in the entity name
* Inherit entity name from device name
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-09-03 10:11:40 +02:00
Paulus Schoutsen
cf988354db
Bump frontend to 20220902.0 ( #77734 )
2022-09-02 20:53:33 -04:00
J. Nick Koston
e4e29aa29d
Bump bluetooth-adapters to 3.3.4 ( #77705 )
2022-09-02 16:17:35 -04:00
Paulus Schoutsen
8eaadc0aaf
Bump frontend to 20220901.0 ( #77689 )
2022-09-01 21:24:30 -04:00
J. Nick Koston
e230a1f253
Bump bluetooth-adapters to 0.3.3 ( #77683 )
2022-09-01 21:22:12 -04:00
starkillerOG
8e392b85ee
bump pynetgear to 0.10.8 ( #77672 )
2022-09-01 22:08:14 +00:00
J. Nick Koston
7bac5fecee
Bump pySwitchbot to 0.18.22 ( #77673 )
2022-09-01 15:00:14 -04:00
On Freund
1692808d5b
Increase sleep in Risco setup ( #77619 )
2022-09-01 14:02:09 -04:00
J. Nick Koston
34ed6d1ecb
Bump bleak to 0.16.0 ( #77629 )
...
Co-authored-by: Justin Vanderhooft <justinvdhooft@gmail.com>
2022-08-31 22:43:18 -04:00
Justin Vanderhooft
f81cdf4bca
Bump melnor-bluetooth to 0.0.15 ( #77631 )
2022-09-01 00:23:45 +00:00
Matthias Alphart
ae3dca11fe
Update xknx to 1.0.2 ( #77627 )
2022-09-01 01:18:34 +02:00
Christopher Bailey
de9f22f308
Bump version of pyunifiprotect to 4.2.0 ( #77618 )
2022-08-31 20:35:58 +00:00
Phil Bruckner
c6b3b9fa90
Convert life360 to aiohttp ( #77508 )
...
Bump life360 package to 5.1.0.
2022-08-31 14:54:23 -05:00
Paulus Schoutsen
1bee9923dc
Bump frontend to 20220831.0 ( #77615 )
2022-08-31 19:28:58 +02:00
jjlawren
4e21d56d7b
Bump plexapi to 4.13.0 ( #77597 )
2022-08-31 16:44:31 +00:00
J. Nick Koston
67ccb6f25a
Fix yet another Govee H5181 variant ( #77611 )
2022-08-31 12:41:22 -04:00
Erik Montnemery
d18097580e
Bump hatasmota to 0.6.0 ( #77560 )
2022-08-31 14:23:57 +02:00
Diogo Gomes
f98e86d3a6
Bump pyipma to 3.0.2 ( #76332 )
...
* upgrade to pyipma 3.0.0
* bump to support python3.9
* remove deprecated async_setup_platform
* full coverage
* add migrate
2022-08-31 07:00:42 -04:00
Pascal Vizeli
105bb3e082
Ecowitt integration ( #77441 )
...
* Add ecowitt integration
* add tests
* use total
* use total
* test coverage
* Update homeassistant/components/ecowitt/__init__.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update homeassistant/components/ecowitt/binary_sensor.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update homeassistant/components/ecowitt/entity.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update homeassistant/components/ecowitt/diagnostics.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* add to async_on_unload
* remove attr_name / unload callback
* support unload platforms
* using replace
* address mapping
* update type
* mark final
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix bracket
* Fix another bracket
* Address comment
* Add strings
* update tests
* Update homeassistant/components/ecowitt/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* update text
* Update homeassistant/components/ecowitt/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-31 12:51:39 +02:00
Joakim Plate
4185a70882
Allow data from un-connectable sources in fjäråskupan ( #77236 )
2022-08-30 23:40:25 -04:00
J. Nick Koston
5297dc1d5f
Bump govee-ble to add support for H5185 firmware variant ( #77564 )
2022-08-30 22:01:35 -04:00
J. Nick Koston
edb8c58566
Add sensorpro (BLE) integration ( #77569 )
2022-08-30 21:49:31 -04:00
Erik Montnemery
cdca08e68a
Add periodic system stats to hardware integration ( #76873 )
2022-08-30 21:45:13 -04:00
J. Nick Koston
4b3355c111
Bump flux_led to 0.28.31 to add support for Armacost devices ( #77500 )
2022-08-30 16:14:58 -05:00
Justin Vanderhooft
8d94c8f74a
Add Melnor Bluetooth valve watering Integration ( #70457 )
2022-08-30 16:06:44 -05:00
Ernst Klamer
f43f440739
Add new sensors to BThome ( #77561 )
2022-08-30 17:03:41 -04:00
J. Nick Koston
0c60e887e3
Bump unifi-discovery to 1.1.6 ( #77557 )
2022-08-30 13:30:30 -05:00
J. Nick Koston
935274c2e7
Bump bluetooth-auto-recovery to 0.3.0 ( #77555 )
2022-08-30 12:55:48 -05:00
Rami Mosleh
e48d493db4
Bump `glances` library to 0.4.1 ( #77540 )
2022-08-30 11:14:54 -05:00
mkmer
110803f23a
Bump AIOAladdinConnect 0.1.44 ( #77542 )
2022-08-30 11:12:41 -05:00
David F. Mulcahey
5f31bdf2d7
Bump the ZHA quirks lib ( #77545 )
2022-08-30 09:53:40 -04:00
Paulus Schoutsen
481205535c
Add PrusaLink integration ( #77429 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-29 20:45:27 -04:00
Nathan Spencer
58d4172dec
Bump pylitterbot to 2022.8.2 ( #77504 )
2022-08-29 13:41:07 -05:00
Christopher Bailey
b7244da3ab
Bump version of pyunifiprotect to 4.1.9 ( #77498 )
2022-08-29 13:39:04 -05:00
J. Nick Koston
8e0c26bf86
Add LED BLE integration ( #77489 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-08-29 11:38:18 -05:00
J. Nick Koston
795691038f
Add light platform to switchbot ( #77430 )
2022-08-29 09:30:09 -05:00
Penny Wood
d47edd5a34
Bump pizone version ( #77257 )
2022-08-29 08:30:35 -05:00
Brett Adams
2857739958
Add light platform to Advantage Air ( #75425 )
2022-08-28 19:44:08 -05:00
Marc Mueller
37395ecd36
Update tesla-wall-connector to 1.0.2 ( #77458 )
2022-08-28 17:51:36 -05:00
Raj Laud
575ac5ae0a
Squeezebox play now support ( #72626 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-08-28 17:50:44 -05:00
Raman Gupta
eab0ff5185
Bump zwave-js-server-python to 0.41.0 ( #76903 )
2022-08-27 21:27:41 -04:00
J. Nick Koston
8e88e039f7
Add diagnostics to bluetooth ( #77393 )
2022-08-27 16:41:49 -05:00
Kris Molendyke
15ad10643a
Bump Tank Utility Version ( #77103 )
...
* Bump Tank Utility Version
Bumps to a new release which includes the license in the artifact.
* Regen all reqs
2022-08-27 12:07:56 -04:00
On Freund
1addf5a51b
Upgarde PyRisco to 0.5.3 ( #77407 )
...
Upgarde PyRisco
2022-08-27 11:59:57 -04:00
Ernst Klamer
b2e958292c
Add support for BThome ( #77224 )
...
* Add BThome BLE
* Update BThome to latest version
* 0.3.4
* Rename to bthome 2
* Fix uuids not being found
* Make energy a total increasing state class
* Change unit of measurement of VOC
* Use short identifier
* Fix the reauth flow
* Bump bthome_ble
* Parameterize sensor tests
* Remove Move function to parameter
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-08-27 15:25:29 +02:00
J. Nick Koston
f6bc5ad8b1
Add Thermobeacon (BLE) integration ( #77313 )
2022-08-26 22:44:10 -04:00
Christopher Bailey
487cd313c1
Bump version of pyunifiprotect to 4.1.8 ( #77389 )
2022-08-26 18:15:29 -05:00
Christopher Bailey
0e10e6f4cd
Bump version of pyunifiprotect to 4.1.7 ( #77334 )
2022-08-26 00:15:56 +02:00
J. Nick Koston
29b74f10c2
Bump govee-ble to 0.16.1 ( #77311 )
2022-08-26 00:05:43 +02:00
J. Nick Koston
a09e9040f3
Bump aiohomekit to 1.5.1 ( #77323 )
2022-08-25 15:22:09 -05:00
Christopher Bailey
7fbb9c189f
Bump version of pyunifiprotect to 4.1.15 ( #77320 )
2022-08-25 13:09:38 -05:00
Nathan Spencer
b563bd0ae5
Add support for Litter-Robot 4 ( #75790 )
2022-08-25 11:32:27 -05:00
Jc2k
f166d21390
Fix characteristic cache clear in homekit_controller on BLE unpair ( #77309 )
2022-08-25 16:22:58 +01:00
J. Nick Koston
0f86bb94d5
Add thermopro integration (BLE) ( #77242 )
2022-08-25 08:24:55 -05:00
mkmer
cd7625d4a2
Bump AIOAladdinConnect to 0.1.43 ( #77263 )
...
Bumped AIOAladdin Connect 0.1.43
Added door to callback key
2022-08-25 07:05:57 +02:00
Robert Svensson
2161b6f049
Fix level controllable output controls in deCONZ ( #77223 )
...
Fix level controllable output controls
2022-08-24 22:00:54 -04:00
J. Nick Koston
e79f1de9e9
Bump qingping-ble to 0.6.0 ( #77289 )
...
Adds support for the Qingping Temp RH M
Changelog: https://github.com/Bluetooth-Devices/qingping-ble/compare/v0.5.0...v0.6.0
2022-08-24 19:46:34 -04:00
Maciej Bieniek
ae481948a3
Bump Accuweather library ( #77285 )
...
Bump accuweather library
2022-08-24 19:46:22 -04:00
yllar
5d1c9a2e94
Songpal dependency upgrade ( #77278 )
...
Bump python-songpal to 0.15
2022-08-24 16:54:59 -04:00
kingy444
cfa26ae0ca
Migrate Hunter Douglas Powerview to aiopvapi 2.0.0 ( #76998 )
2022-08-24 12:53:22 -05:00
Matthias Alphart
619e99d24c
Update xknx to 1.0.1 ( #77244 )
2022-08-24 09:57:57 +02:00
J. Nick Koston
de7fdeddf9
Update qingping matcher to support additional models ( #77225 )
...
* Update qingping matcher to support additional models
* tweak
* bump
* Update BinarySensorEntityDescription
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2022-08-24 06:18:47 +02:00
puddly
8167cd615a
Bump ZHA dependencies ( #77125 )
2022-08-23 20:53:43 -04:00
Martin Hjelmare
f1075644f8
Bump pymysensors to 0.24.0 ( #77201 )
2022-08-24 00:00:54 +02:00
mkmer
5ce64539c5
Bump AIOAladdinConnect to 0.1.42 ( #77205 )
2022-08-23 23:57:38 +02:00
Abílio Costa
b1d249c391
Update Whirlpool integration for 0.17.0 library ( #76780 )
...
* Update Whirlpool integration for 0.17.0 library
* Use dataclass for integration shared data
2022-08-23 17:25:58 +02:00
J. Nick Koston
7f001cc1d1
ESPHome BLE scanner support ( #77123 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-23 10:41:50 -04:00
Christopher Bailey
e3210291a5
Bump version of pyunifiprotect to 4.1.4 ( #77172 )
2022-08-22 08:10:02 -10:00
J. Nick Koston
86e17865f9
Bump pySwitchbot to 0.18.14 ( #77090 )
2022-08-21 20:36:27 +02:00
Maciej Bieniek
ed7ceb0268
Bump NextDNS backend library ( #77105 )
2022-08-21 19:34:37 +02:00
J. Nick Koston
5d8f5708f4
Bump qingping-ble to 0.3.0 ( #77094 )
2022-08-21 18:51:58 +02:00
J. Nick Koston
9edb25887c
Bump yalexs_ble to 1.6.4 ( #77080 )
2022-08-20 15:08:35 -10:00
J. Nick Koston
0bd4973134
Bump bluetooth-auto-recovery to 0.2.2 ( #77082 )
2022-08-20 13:41:09 -10:00
J. Nick Koston
ced8278e32
Auto recover when the Bluetooth adapter stops responding ( #77043 )
2022-08-20 11:58:14 -10:00
Jc2k
eb0828efdb
Dont rely on config flow to monitor homekit_controller c# changes ( #76861 )
2022-08-20 10:58:59 -10:00
mvn23
87be71ce6a
Update pyotgw to 2.0.3 ( #77073 )
2022-08-20 20:18:27 +02:00
J. Nick Koston
52fbd50d3c
Bump yalexs_ble to 1.6.2 ( #77056 )
2022-08-20 08:15:25 +02:00
J. Nick Koston
828bf63ac2
Bump pySwitchbot to 0.18.12 ( #77040 )
2022-08-20 08:14:47 +02:00
J. Nick Koston
98c9399ff0
Bump yalexs-ble to 1.6.0 ( #77042 )
2022-08-19 11:27:43 -10:00
Rami Mosleh
63dcd8ec08
Bump pydroid-ipcam to 2.0.0 ( #76906 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-19 11:57:30 +02:00
J. Nick Koston
cd59d3ab81
Add support for multiple Bluetooth adapters ( #76963 )
2022-08-18 21:41:07 -04:00
Klaas Schoute
b8d8d5540e
P1 Monitor add water meter support ( #74004 )
2022-08-18 22:35:28 +02:00
Joakim Sørensen
f5487b3a7e
Bump pyhaversion from 22.4.1 to 22.8.0 ( #76994 )
2022-08-18 18:03:10 +02:00
Vincent Knoop Pathuis
7a497c1e6e
Add Landis+Gyr Heat Meter integration ( #73363 )
...
* Add Landis+Gyr Heat Meter integration
* Add contant for better sensor config
* Add test for init
* Refactor some of the PR suggestions in config_flow
* Apply small fix
* Correct total_increasing to total
* Add test for restore state
* Add MWh entity that can be added as gas on the energy dashoard
* Remove GJ as unit
* Round MWh to 5 iso 3 digits
* Update homeassistant/components/landisgyr_heat_meter/const.py
* Update CODEOWNERS
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-08-18 16:40:04 +02:00
Yasser Saleemi
f0deaa33a0
Include moonsighting calc for islamic_prayer_times ( #75595 )
2022-08-18 14:07:58 +02:00
J. Nick Koston
82b6deeb79
Bump qingping-ble to 0.2.4 ( #76958 )
2022-08-17 22:43:22 -04:00
Franck Nijhof
71cdc1645b
Refactor LaMetric integration ( #76759 )
...
* Refactor LaMetric integration
* Use async_setup
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* use async_get_service
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/lametric/conftest.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/lametric/conftest.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Pass hassconfig
* Remove try/catch
* Fix passing hassconfig
* Use menu
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-18 00:49:11 +02:00
Christopher Bailey
ff7ef7e526
Bump version of pyunifiprotect to 4.1.2 ( #76936 )
2022-08-17 18:45:34 +02:00
René Klomp
a63a3b96b7
Bump pysma to 0.6.12 ( #76937 )
2022-08-17 17:53:21 +02:00
J. Nick Koston
ee1b08bbd6
Bump govee-ble to 0.16.0 ( #76882 )
2022-08-16 21:21:47 -04:00
Franck Nijhof
7a82279af8
Update hass-nabucasa to 0.55.0 ( #76892 )
2022-08-16 21:20:47 -04:00
Paulus Schoutsen
8c62713af3
Bump frontend to 20220816.0 ( #76895 )
2022-08-16 20:49:27 -04:00
Charles Garwood
1e9ede25ad
Add Fully Kiosk Browser integration with initial binary sensor platform ( #76737 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-08-16 20:08:35 +02:00
starkillerOG
73ad34244e
Bump pynetgear to 0.10.7 ( #76754 )
2022-08-16 19:49:49 +02:00
Zach Berger
5331af2143
Capture local Awair firmware version to DeviceInfo ( #76700 )
2022-08-16 13:17:53 -04:00
Franck Nijhof
93a72982ce
Update debugpy to 1.6.3 ( #76849 )
2022-08-16 17:09:50 +02:00
Franck Nijhof
1a2a20cfc5
Update google-cloud-texttospeech to 2.12.1 ( #76854 )
2022-08-16 17:09:00 +02:00
Franck Nijhof
2e191d6a60
Update sentry-sdk to 1.9.5 ( #76857 )
2022-08-16 16:30:04 +02:00
Franck Nijhof
3d567d2c1b
Update numpy to 1.23.2 ( #76855 )
2022-08-16 16:18:40 +02:00
jonasrickert
3e1c9f1ac7
Add Rollotron DECT 1213 to fritzbox ( #76386 )
2022-08-16 11:49:31 +02:00
Jc2k
a663445f25
Bump aiohomekit to 1.3.0 ( #76841 )
2022-08-16 10:34:17 +01:00
Aidan Timson
64898af58e
Update systembridgeconnector to 3.4.4 ( #75362 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-15 15:00:29 +02:00
rikroe
4239757c2c
Bump bimmer_connected to 0.10.2 ( #76751 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2022-08-15 13:55:23 +02:00
Álvaro Fernández Rojas
cf867730cd
Update aioqsw to v0.2.2 ( #76760 )
2022-08-15 12:12:31 +02:00
Marcel van der Veldt
669e6bec39
Bump aiohue to 4.5.0 ( #76757 )
2022-08-15 11:23:38 +02:00
Frank
f4c23ad68d
Bump homeconnect to 0.7.2 ( #76773 )
2022-08-15 10:44:14 +02:00
J. Nick Koston
68979009e3
Bump aiohomekit to 1.2.11 ( #76784 )
2022-08-14 20:54:49 -10:00
J. Nick Koston
cf19536c43
Fix stale data with SensorPush sensors ( #76771 )
2022-08-14 20:48:28 -10:00
J. Nick Koston
9dedba4843
Fix bad data with inkbird bbq sensors ( #76739 )
2022-08-14 20:48:06 -10:00
J. Nick Koston
8a85881ca0
Bump pySwitchbot to 0.18.10 to handle empty data and disconnects ( #76684 )
...
* Bump pySwitchbot to 0.18.7 to handle empty data
Fixes #76621
* bump again
* bump
* bump for rssi on disconnect logging
2022-08-15 07:53:27 +02:00
J. Nick Koston
5f827f4ca6
Bump aiohomekit to 1.2.10 ( #76738 )
2022-08-13 21:56:57 -10:00
J. Nick Koston
f55c274d83
Add Qingping integration (BLE) ( #76598 )
...
* Add Qingping integration (BLE)
* commit the binary sensor
* add binary_sensor file
* Update homeassistant/components/qingping/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/qingping/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/qingping/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* fix const CONCENTRATION_MICROGRAMS_PER_CUBIC_METER
* cover case where config flow is started, another path adds it, and then they resume
* fix missed values
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-14 09:00:27 +02:00
Marvin Wichmann
0d45cef6f6
Update xknx to 1.0.0 🎉 ( #76734 )
2022-08-14 06:31:39 +02:00
J. Nick Koston
93a80d8fc3
Bump yalexs-ble to 1.4.0 ( #76685 )
2022-08-13 10:36:30 +02:00
Mick Vleeshouwer
9181b0171a
Bump pyoverkiz to 1.5.0 ( #76682 )
2022-08-13 10:35:13 +02:00
Maciej Bieniek
e44b1fa98c
Bump nettigo-air-monitor to 1.4.2 ( #76670 )
2022-08-13 10:32:58 +02:00
starkillerOG
2e40fc7288
Bump motionblinds to 0.6.12 ( #76665 )
2022-08-12 16:39:12 -07:00
J. Nick Koston
563e899d2e
Bump yalexs_ble to 1.3.1 to fix disconnect race ( #76657 )
2022-08-12 08:58:59 -04:00
J. Nick Koston
795e7f5707
Bump pySwitchbot to 0.18.6 to fix disconnect race ( #76656 )
2022-08-12 08:58:48 -04:00
Jc2k
46369b274b
Initial binary_sensor support for Xiaomi BLE ( #76635 )
2022-08-11 22:25:24 -10:00
J. Nick Koston
828b97f460
Bump pySwitchbot to 0.18.5 ( #76640 )
2022-08-11 16:03:31 -10:00
J. Nick Koston
14e6c84104
Bump yalexs-ble to 1.2.0 ( #76631 )
...
Implements service caching
Speeds up lock and unlock operations
Changelog: https://github.com/bdraco/yalexs-ble/compare/v1.1.3...v1.2.0
2022-08-11 21:10:14 -04:00
Jc2k
51ca74b3d1
Fix titles for discoveries and device names in xiaomi_ble ( #76618 )
2022-08-11 23:24:55 +01:00
J. Nick Koston
eb0b6f3d75
Fix Govee 5181 with old firmware ( #76600 )
2022-08-11 11:08:03 +02:00
Jc2k
6ad2708946
Support polling the MiFlora battery ( #76342 )
2022-08-11 10:10:18 +02:00
J. Nick Koston
8f0ade7a68
Bump yalexs-ble to 1.1.3 ( #76595 )
2022-08-11 09:34:23 +02:00
Franck Nijhof
420084f6f1
Update sentry-sdk to 1.9.3 ( #76573 )
2022-08-10 21:35:13 -04:00
Jc2k
5523b6fc9f
Fix homekit_controller not noticing ip and port changes that zeroconf has found ( #76570 )
2022-08-10 21:35:05 -04:00
J. Nick Koston
bb0038319d
Add Yale Access Bluetooth integration ( #76182 )
2022-08-10 10:08:02 -10:00
puddly
2f99d6a32d
Bump ZHA dependencies ( #76565 )
2022-08-10 15:51:31 -04:00
Artem Draft
19295d33ba
Migrate BraviaTV to new async backend ( #75727 )
2022-08-10 13:11:49 +02:00
J. Nick Koston
b04352e745
Bump aiohomekit to 1.2.8 ( #76532 )
2022-08-09 17:08:38 -04:00
J. Nick Koston
ad361b8fc2
Fix pairing with HK accessories that do not provide format for vendor chars ( #76502 )
2022-08-09 09:48:48 -10:00
Christopher Bailey
23fc151150
Bump version of pyunifiprotect to 4.0.13 ( #76523 )
2022-08-09 08:41:02 -10:00
J. Nick Koston
6bae03c14b
Fix inkbird ibbq2s that identify with xbbq ( #76492 )
2022-08-09 10:49:17 -04:00
Franck Nijhof
4e3db5bb5c
Update sqlalchemy to 1.4.40 ( #76505 )
2022-08-09 09:35:22 -04:00
J. Nick Koston
a0ceb38f5f
Bump govee-ble to 0.14.0 to fix H5052 sensors ( #76497 )
2022-08-09 09:35:08 -04:00
Álvaro Fernández Rojas
46a8f19197
Update aioqsw to v0.2.0 ( #76509 )
2022-08-09 15:24:53 +02:00
J. Nick Koston
2d43145303
Bump aiohomekit to 1.2.6 ( #76488 )
2022-08-08 13:06:49 -10:00
Koen van Zuijlen
cefc535edb
Add JustNimbus integration ( #75718 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-08-08 23:35:05 +02:00
Aaron Bach
acbeb8c881
Bump `regenmaschine` to 2022.08.0 ( #76483 )
2022-08-08 14:53:27 -06:00
Franck Nijhof
8456a25f86
Update apprise to 1.0.0 ( #76441 )
2022-08-08 20:03:21 +02:00
Franck Nijhof
e199b24374
Update sentry-sdk to 1.9.2 ( #76444 )
2022-08-08 20:00:05 +02:00
Christopher Bailey
ccf7b8fbb9
Bump version of pyunifiprotect to 4.0.12 ( #76465 )
2022-08-08 07:50:41 -10:00
Maciej Bieniek
9f240d5bab
Bump NextDNS backend library ( #76300 )
...
* Bump NextDNS backend library
* Update tests
* Update diagnostics tests
* Use fixtures
2022-08-08 07:52:36 -07:00
Laz
a1d5a4bc79
Add Escea fireplace integration ( #56039 )
...
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-08 11:48:42 +02:00
J. Nick Koston
56acb66514
Fix Govee 5185 Meat Thermometers with older firmware not being discovered ( #76414 )
2022-08-07 10:11:34 -10:00
Álvaro Fernández Rojas
7deeea02c2
Update aioairzone to v0.4.8 ( #76404 )
2022-08-07 09:29:07 -10:00
jjlawren
ea88f229a3
Bump plexapi to 4.12.1 ( #76393 )
2022-08-07 13:41:12 -04:00
J. Nick Koston
c7838c347f
Bump zeroconf to 0.39.0 ( #76328 )
2022-08-07 12:11:11 -04:00
Martin Hjelmare
a6963e6a38
Add zwave_js usb port selection ( #76385 )
2022-08-07 11:06:03 -04:00
Leonardo Figueiro
34984a8af8
Add switch to wilight ( #62873 )
...
* Created switch.py and support
* updated support.py
* test for wilight switch
* Update for Test
* Updated test_switch.py
* Trigger service with index
* Updated support.py and switch.py
* Updated support.py
* Updated switch.py as PR#63614
* Updated switch.py
* add type hints
* Updated support.py
* Updated switch.py
* Updated switch.py and services.yaml
* Updated pywilight
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update ci.yaml
* Update ci.yaml
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Updated as pywilight
Renamed Device as PyWiLightDevice in pywilight.
* Update switch.py
* Update homeassistant/components/wilight/support.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update support.py
* Update switch.py
* Update support.py
* Update support.py
* Update switch.py
* Update switch.py
* Update services.yaml
* Update switch.py
* Update services.yaml
* Update switch.py
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/wilight/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update switch.py
* Update switch.py
* Update switch.py
* Update test_switch.py
* Update test_switch.py
* Update test_switch.py
* Decrease exception scope
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-07 11:07:01 +02:00
Avi Miller
db3e21df86
Update aiolifx to version 0.8.2 ( #76367 )
2022-08-06 15:02:32 -10:00
Martin Hjelmare
953d9eb9c8
Bump aioopenexchangerates to 0.4.0 ( #76356 )
2022-08-07 01:23:18 +02:00
Jc2k
1aa0e64354
Update gree to use the network component to set discovery interfaces ( #75812 )
2022-08-06 21:45:44 +01:00
J. Nick Koston
adce55b4db
Bump pySwitchbot to 0.18.4 ( #76322 )
...
* Bump pySwitchbot to 0.18.3
Fixes #76321
Changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.17.3...0.18.3
* bump
2022-08-06 12:46:27 +02:00
J. Nick Koston
76f137eb75
Bump yalexs to 1.2.1 ( #76339 )
...
Changelog: https://github.com/bdraco/yalexs/compare/v1.1.25...v1.2.1
2022-08-06 12:39:33 +02:00
Jean-François Roy
7c6a64c348
Bump aiobafi6 to 0.7.2 to unblock #76328 ( #76330 )
2022-08-05 14:30:45 -10:00
Robert Svensson
c2f026d0a7
Minor deCONZ clean up ( #76323 )
...
* Rename secondary_temperature with internal_temperature
* Prefix binary and sensor descriptions matching on all sensor devices with COMMON_
* Always create entities in the same order
Its been reported previously that if the integration is removed and setup again that entity IDs can change if not sorted in the numerical order
* Rename alarmsystems to alarm_systems
* Use websocket enums
* Don't use legacy pydeconz constants
* Bump pydeconz to v103
* unsub -> unsubscribe
2022-08-06 01:34:27 +02:00
Robert Svensson
44aa49dde8
Bump pydeconz to v102 ( #76287 )
2022-08-05 11:22:55 +02:00
puddly
34dcc74491
Bump ZHA dependencies ( #76275 )
2022-08-05 11:06:40 +02:00
Aaron Bach
3d42c4ca87
Add reboot button to RainMachine ( #75227 )
2022-08-04 13:22:10 -06:00
On Freund
b2ceb2043b
Fix arm away in Risco ( #76188 )
2022-08-04 20:57:53 +02:00
Jc2k
91486f2d61
Enable strict typing for HomeKit Controller config flow module ( #76233 )
2022-08-04 17:41:47 +01:00
Franck Nijhof
5e75bed929
Update sentry-sdk to 1.9.0 ( #76192 )
2022-08-04 18:04:54 +02:00
mkmer
0ce44150fd
Bump AIOAladdin Connect to 0.1.41 ( #76217 )
2022-08-04 10:01:58 -06:00
J. Nick Koston
63b454c9ed
BLE pairing reliablity fixes for HomeKit Controller ( #76199 )
...
- Remove the cached map from memory when unpairing so
we do not reuse it again if they unpair/repair
- Fixes for accessories that use a config number of
0
- General reliablity improvements to the pairing process
under the hood of aiohomekit
2022-08-04 16:38:55 +01:00
Maciej Bieniek
88a5ab1e1e
Bump NextDNS library ( #76207 )
2022-08-04 14:01:26 +02:00
J. Nick Koston
34b0e0d062
Bump bleak to 0.15.1 ( #76136 )
2022-08-03 07:46:54 -10:00
Erik Flodin
7f83cba83a
Bump pyTibber to 0.24.0 ( #76098 )
...
To be able to add tibber sensors for production.
2022-08-03 11:53:29 +02:00
Heine Furubotten
651928ee0c
Bump `azure-servicebus` to support py3.10 ( #76092 )
...
Bump azure-servicebus
2022-08-03 10:31:09 +02:00
Robert Svensson
98f0b24c42
Fix deconz group log warning ( #76114 )
2022-08-03 09:41:00 +02:00
J. Nick Koston
6006fc7e30
Bump aiohomekit to 1.2.3 to fix hang at startup ( #76102 )
2022-08-03 08:35:41 +02:00
J. Nick Koston
0dbb119677
Bump pySwitchbot to 0.17.3 to fix hang at startup ( #76103 )
2022-08-03 08:34:46 +02:00
J. Nick Koston
cf849c59a4
Bump pyatv to 0.10.3 ( #76091 )
2022-08-02 21:11:50 +02:00
Zack Barett
a1d495a25b
Bump Frontend to 20220802.0 ( #76087 )
2022-08-02 18:08:33 +02:00
mkmer
fbe22d4fe7
Bump AIOAladdinConnect to 0.1.39 ( #76082 )
2022-08-02 16:10:20 +02:00
Martin Hjelmare
cfe6c8939c
Add Open Exchange Rates coordinator ( #76017 )
...
* Add Open Exchange Rates coordinator
* Move debug log
* Fix update interval calculation
2022-08-02 14:49:46 +02:00
mkmer
bec4b168d6
Bump AIOAladdinConnect to 0.1.37 ( #76046 )
2022-08-02 08:56:50 +02:00
J. Nick Koston
33651d14df
Bump bluetooth-adapters to 0.1.3 ( #76052 )
2022-08-02 08:36:27 +02:00
J. Nick Koston
41d7eba1ad
Fix govee H5074 data ( #76057 )
2022-08-02 08:34:48 +02:00
Eloston
44b6213217
Add support for SwitchBot Plug Mini ( #76056 )
2022-08-01 16:29:44 -10:00
Jc2k
652a8e9e8a
Add reauth flow to xiaomi_ble, fixes problem adding LYWSD03MMC ( #76028 )
2022-08-01 22:04:16 +01:00
mkmer
003ee853a3
Bump AIOAladdinConnect to 0.1.33 ( #75986 )
...
Bump aladdin_connect 0.1.33
2022-07-31 13:14:30 -07:00
J. Nick Koston
a95851c9c2
Bump pySwitchbot to 0.16.0 to fix compat with bleak 0.15 ( #75991 )
2022-07-31 13:13:05 -07:00
mvn23
84d91d2b3a
Bump pyotgw to 2.0.2 ( #75980 )
2022-07-31 21:14:03 +02:00
Heine Furubotten
1e115341af
Bump enturclient to 0.2.4 ( #75928 )
2022-07-31 13:28:09 +02:00
J. Nick Koston
b9b916cdcd
Bump govee-ble to fix H5179 sensors ( #75957 )
...
Changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.12.4...v0.12.5
2022-07-30 15:15:06 +02:00
Alex Henry
ace359b1bd
Add multi-zone support to Anthem AV receiver and distribution solution ( #74779 )
...
* Add multi-zone support to Anthem AV receiver and distribution amplifier
* Fix typo in comment
* Convert properties to attribute and add test
* Migrate entity name
* Fix after rebase add strict typing and bump version
* fix typing
* Simplify test
* Small improvement
* remove dispatcher send and use callback
2022-07-30 14:04:24 +02:00
J. Nick Koston
80a9659524
Update to bleak 0.15 ( #75941 )
2022-07-29 17:53:33 -07:00
Matthias Alphart
9bbbee3d88
Update xknx to 0.22.1 ( #75932 )
2022-07-29 09:54:49 -07:00
J. Nick Koston
9f16c14681
Fix incorrect manufacturer_id for govee 5182 model ( #75899 )
2022-07-28 17:07:32 -10:00
Jc2k
10356b9379
Fix Xiaomi BLE not detecting encryption for some devices ( #75851 )
2022-07-28 19:10:37 +01:00
Brandon West
4ed0463438
Bump russound_rio to 0.1.8 ( #75837 )
2022-07-28 18:27:48 +02:00
Zack Barett
a020482c23
Update frontend to 20220728.0 ( #75872 )
2022-07-28 18:20:10 +02:00
Rolf Berkenbosch
997f03d0ea
Fix fetching MeteoAlarm XML data ( #75840 )
2022-07-27 23:50:41 +02:00
Tom Harris
4ffd6fc4be
Add Insteon lock and load controller devices ( #75632 )
2022-07-27 10:06:33 -10:00
Raman Gupta
3a8748bc93
Bump zwave-js-server-python to 0.40.0 ( #75795 )
2022-07-27 18:01:00 +02:00
IceBotYT
d99334eb07
Add LaCrosse View integration ( #71896 )
...
* Add new LaCrosse View integration
* Add new LaCrosse View integration
* Add retry logic
* Actually use the start time for the retry logic
* Get new token after 1 hour
* Replace retry logic with more reliable logic
* Improve test coverage
* Add device info and unique id to config entry
* Fix manufacturer name
* Improve token refresh and check sensor permission
* Improve test cover
* Add LaCrosse View to .strict-typing
* Remove empty fields in manifest.json
* Fix mypy
* Add retry logic for get_data
* Add missing break statement in retry decorator
* Fix requirements
* Finish suggestions by Allen Porter
* Suggestions by Allen Porter
* Fix typing issues with calls to get_locations and get_sensors
2022-07-27 07:37:22 -07:00
Bram Kragten
699fff08ed
Update frontend to 20220727.0 ( #75813 )
2022-07-27 13:21:07 +02:00
Jc2k
f8b115dd9d
Add xiaomi_ble voltage, consumable and formaldehyde sensors ( #75807 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-27 11:28:58 +01:00
Jean-François Roy
89493f2d7f
Add occupancy sensor to the BAF integration ( #75793 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-26 17:36:41 -10:00
puddly
2b1a5e5549
Bump ZHA dependencies ( #75785 )
2022-07-26 16:19:51 -04:00
Teemu R
184e254a43
Bump python-eq3bt requirement ( #75145 )
2022-07-26 21:50:41 +02:00
J. Nick Koston
fad7a6cb08
Bump sensorpush-ble to 1.5.1 ( #75771 )
2022-07-26 19:09:46 +02:00
Franck Nijhof
c63a838b47
Raise repair issue for Xiaomi Mijia BLE Temperature and Humidity Sensor ( #75754 )
2022-07-26 17:42:22 +02:00
Franck Nijhof
3ee0ca8550
Raise repair issue for Mi Flora ( #75752 )
2022-07-26 17:35:47 +02:00
J. Nick Koston
e6802f4f7e
Add support for switchbot contact/door sensor ( #75730 )
2022-07-26 05:14:02 -10:00
Jevgeni Kiski
7d895c79e8
Bump vallox-websocket-api to 2.12.0 ( #75734 )
2022-07-26 16:58:22 +02:00
J. Nick Koston
5cb4bbd906
Fix min and max mireds with HKC ( #75744 )
2022-07-26 04:17:28 -10:00
Tom Schneider
eaee923e4c
Fix hvv departures authentication ( #75146 )
2022-07-26 10:47:03 +02:00
Matthias Alphart
a98f658854
Update xknx to 0.22.0 ( #75749 )
2022-07-26 10:32:26 +02:00
Pawel
b57e0d13b4
Fix Epson wrong volume value ( #75264 )
2022-07-26 08:50:21 +02:00
qiz-li
1f73a553c8
Bump Switchmate dependency to 0.5.1 ( #75163 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-25 16:50:04 -10:00
starkillerOG
7fd47717cf
Bump goodwe to 0.2.18 ( #75615 )
2022-07-25 14:10:05 -10:00
Joakim Sørensen
e87c2b9e25
Bump pytraccar to 1.0.0 ( #75671 )
2022-07-26 00:45:01 +02:00
hahn-th
f4e7436421
Add device HmIP-STE2-PCB to homematicip_cloud ( #75369 )
2022-07-25 18:15:02 +02:00
mkmer
e3fb4ceb09
Bump AIOAladdinConnect to 0.1.31 ( #75721 )
2022-07-25 17:31:05 +02:00
J. Nick Koston
a813cf987b
Add bluetooth options flow to pick the adapter ( #75701 )
2022-07-25 16:52:35 +02:00
J. Nick Koston
d890598da7
Update PySwitchbot to improve connection reliability ( #75692 )
2022-07-24 16:38:07 -05:00
Franck Nijhof
c9ae409d9a
Update sentry-sdk to 1.8.0 ( #75691 )
2022-07-24 22:38:09 +02:00
Aaron Bach
2d4bd4d7c1
Revert SimpliSafe auth flow to the quasi-manual OAuth method from 2021.11.0 ( #75641 )
...
* Revert "Migrate SimpliSafe to new web-based authentication (#57212 )"
This reverts commit bf7c99c1f8
.
* Tests 100%
* Version bump
* Add manifest version for custom component testing
* Remove manifest version
* Code review
* Fix tests
2022-07-24 22:09:02 +02:00
Jc2k
e18819c678
Support for encrypted BLE MiBeacon devices ( #75677 )
...
* Support for encrypted devices
* Sensor should use bindkey if available
* Error message if encryption fails
* Let mypy know this is always set by now
* Towards supporting encryption in step_user
* Add tests for the 4 new happy paths
* Add test coverage for failure cases
* Add strings
* Bump to 0.5.1. Legacy MiBeacon does not use an authentication token, so harder to detect incorrect key
* Add _title() helper
* Fix test after rebase
* Update homeassistant/components/xiaomi_ble/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove unused lines
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-24 21:00:56 +02:00
starkillerOG
f94a79b409
Bump motionblinds to 0.6.11 ( #75581 )
2022-07-24 20:59:25 +02:00
J. Nick Koston
0df08b6b0c
Bump aiohomekit to 1.2.0 ( #75686 )
2022-07-24 20:12:16 +02:00
J. Nick Koston
198167a2c8
Update switchbot to be local push ( #75645 )
...
* Update switchbot to be local push
* fixes
* fixes
* fixes
* fixes
* adjust
* cover is not assumed anymore
* cleanups
* adjust
* adjust
* add missing cover
* import compat
* fixes
* uses lower
* uses lower
* bleak users upper case addresses
* fixes
* bump
* keep conf_mac and deprecated options for rollback
* reuse coordinator
* adjust
* move around
* move around
* move around
* move around
* refactor fixes
* compat with DataUpdateCoordinator
* fix available
* Update homeassistant/components/bluetooth/passive_update_processor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/bluetooth/passive_update_coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/bluetooth/update_coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Split bluetooth coordinator into PassiveBluetoothDataUpdateCoordinator and PassiveBluetoothProcessorCoordinator
The PassiveBluetoothDataUpdateCoordinator is now used to replace instances
of DataUpdateCoordinator where the data is coming from bluetooth
advertisements, and the integration may also mix in active updates
The PassiveBluetoothProcessorCoordinator is used for integrations that
want to process each bluetooth advertisement with multiple processors
which can be dispatched to individual platforms or areas or the integration
as it chooes
* change connections
* reduce code churn to reduce review overhead
* reduce code churn to reduce review overhead
* Update homeassistant/components/bluetooth/passive_update_coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* add basic test
* add basic test
* complete coverage
* Update homeassistant/components/switchbot/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/switchbot/coordinator.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/switchbot/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/switchbot/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* lint
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-24 11:38:45 -05:00
mvn23
79be87f9ce
Update pyotgw to 2.0.1 ( #75663 )
2022-07-24 10:48:22 +02:00
J. Nick Koston
ba71a3c24d
Add Govee BLE integration ( #75631 )
...
* Add Govee BLE integration
* add missing files
* remove test file not needed yet
* fix
* add bbq sensors
* fixed lib
* bump again to fix the names
* fix discovery of the newer bbq devices
* fix the test to test the right thing
* verify no outstanding flows
* only accept entities that match the platform
* refactor
* refactor
* refactor
* Refactor PassiveBluetoothDataUpdateCoordinator to support multiple platforms
* cover
* Update for new model
* Update for new model
* Update tests/components/govee_ble/test_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* purge dead code
* backmerge from integration
* Update docstring
* Update docstring
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-24 10:39:23 +02:00
J. Nick Koston
82c92b5634
Add Moat (BLE) integration ( #75643 )
...
* Add Moat (BLE) integration
* fix pin
* resync
* Update tests/components/moat/test_sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/moat/sensor.py
* backmerge from integration
* purge dead code
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-24 09:51:14 +02:00