GitHub Action
a6a3bf261d
[ci skip] Translation update
2022-11-12 00:28:24 +00:00
J. Nick Koston
de48ae2e53
Bump dbus-fast to 1.73.0 ( #81959 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.72.0...v1.73.0
2022-11-11 23:22:22 +01:00
David F. Mulcahey
8ee60c2e7f
Bump ZHA quirks lib to 0.0.86 ( #81966 )
2022-11-11 17:03:32 -05:00
J. Nick Koston
a8aea6df5e
Bump oralb-ble to 0.14.2 ( #81969 )
...
fixes detection of the black 9000 model
fixes #81967
changelog: https://github.com/Bluetooth-Devices/oralb-ble/compare/v0.14.1...v0.14.2
2022-11-11 17:01:54 -05:00
muppet3000
380ae12997
Fix Growatt missing state class ( #81980 )
...
Growatt - Fix #80003 - Add missing state class
2022-11-11 17:01:15 -05:00
epenet
1baa5c12c0
Fix rest schema ( #81857 )
2022-11-11 10:08:26 -06:00
Jc2k
b5dfe8c6b9
Fix battery %, battery voltage and signal strength not being diagnostic entities in xiaomi_ble ( #81960 )
2022-11-11 15:37:57 +00:00
J. Nick Koston
89959e7cda
Reduce complexity of bluetooth scanners for local adapters ( #81940 )
...
This is a small refactor to align the bluetooth scanner class
to the same design used in the esphome scanner to pass the
callback for new service infos in the constructor.
The original thinking was that multiple callbacks would
be needed to send the service infos to different paths,
however with the creation of a central manager, this
designed turned out to not be needed and can be
simplified
2022-11-11 14:59:06 +01:00
J. Nick Koston
6517e3e21e
Fix esphome bleak client seeing disconnects too late ( #81932 )
...
* Fix esphome bleak client seeing disconnects too late
Because allbacks are delivered asynchronously its possible
that we find out during the operation before the callback
is delivered telling us about the disconnected.
We now watch for error code -1 which indicates the connection
dropped out from under us
* debug logging
* cleanup comment
* Fix comment grammar
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-11 09:09:28 +01:00
J. Nick Koston
8c9a8d72a8
Bump PySwitchbot to 0.20.3 ( #81938 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.20.2...0.20.3
releases the connection sooner to reduce the risk
of running out of connection slots on the ble adapter
2022-11-11 08:53:07 +01:00
J. Nick Koston
777bf27dda
Bump bleak-retry-connector to 2.8.4 ( #81937 )
...
changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.3...v2.8.4
reduces the risk that the operation will fail because the adapter
temporarily runs out of connection slots
2022-11-11 08:51:58 +01:00
GitHub Action
df0ba28b05
[ci skip] Translation update
2022-11-11 00:30:00 +00:00
J. Nick Koston
5621dfe419
Small cleanups for HomeKit Controller ( #81933 )
2022-11-10 17:07:30 -06:00
Aaron Bach
f67ecd8ef5
Bump aioridwell to 2022.11.0 ( #81929 )
2022-11-10 15:32:49 -06:00
J. Nick Koston
78180b2ad8
Fix bluetooth adapters with missing firmware patch files not being discovered ( #81926 )
2022-11-10 14:14:37 -06:00
cdheiser
2813101418
Add cdheiser to Lutron codeowners ( #81922 )
...
* Update manifest.json
Add cdheiser as codeowner
* Update CODEOWNERS
Add @cdheiser as owner of Lutron.
2022-11-10 19:35:47 +01:00
Guido Schmitz
97ebe59584
Use UnitOfTemperature in devolo Home Control ( #81923 )
2022-11-10 19:33:10 +01:00
Allen Porter
e6d1a4a422
Revert google calendar back to old API for free/busy readers ( #81894 )
...
* Revert google calendar back to old API for free/busy readers
* Update homeassistant/components/google/calendar.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-10 08:31:28 -08:00
Erik Montnemery
a2da1c7db5
Create repairs issue if an outdated currency code is configured in core store ( #81772 )
...
* Create repairs issue if an outdated currency code is configured in core store
* Update homeassistant/config.py
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: Aarni Koskela <akx@iki.fi>
2022-11-10 17:28:19 +01:00
Erik Montnemery
25d54f407e
Fix race when deleting a scene ( #81896 )
2022-11-10 17:27:26 +01:00
Erik Montnemery
2f9982d1c7
Fix race when deleting a script ( #81897 )
2022-11-10 17:27:14 +01:00
Erik Montnemery
ae2b2acab5
Fix grammar in tts service description ( #81916 )
2022-11-10 17:25:42 +01:00
Jan Bouwhuis
7500d0c61c
Refactor MQTT_WILL_BIRTH_SCHEMA ( #81879 )
...
* Refactor MQTT_WILL_BIRTH_SCHEMA
* Refactor and move birth/will validation to utils
* Simplify birth will validation
2022-11-10 15:24:56 +01:00
Erik Montnemery
9bd676aff6
Improve automation reload ( #81854 )
...
* Improve automation reload
* Small tweak
* Improve
2022-11-10 14:44:55 +01:00
Matthias Alphart
ee9231363f
Refactor KNX Config and Options flows ( #80641 )
2022-11-10 14:25:41 +01:00
Erik Montnemery
874ece195e
Include config entry id in response to WS API hardware/info ( #81906 )
2022-11-10 13:19:21 +01:00
lunmay
a954443795
Fix string typos and consistencies in nibe_heatpump ( #81902 )
...
* Fix typos and consistency
* Fix typos and consistency
2022-11-10 10:32:07 +01:00
Martin Hjelmare
9ded232522
Move zwave_js addon manager to hassio integration ( #81354 )
2022-11-10 10:09:52 +01:00
Ernst Klamer
0bd04068de
Omit unit of measurement and device class equal to None ( #81880 )
...
Omit unit of measurement and dev class none
2022-11-10 09:40:22 +01:00
Malte Franken
3089ca06c5
Add integration_type to qld_bushfire ( #81895 )
...
define integration type
2022-11-10 08:16:37 +01:00
Allen Porter
f34de5072a
Bump gcal_sync to 4.0.1 to fix Google Calendar config flow ( #81873 )
...
Bump gcal_sync to 4.0.1
This reverts test chagnes from PR #81562 that were actually incorrect given
the calendar "get" API returns less information that the "CalendarList" api.
2022-11-09 19:34:31 -08:00
GitHub Action
8b4dbbe593
[ci skip] Translation update
2022-11-10 00:27:41 +00:00
Erik Montnemery
7aa4654eb4
Improve docstring for sensor testcase ( #81875 )
2022-11-09 23:59:58 +01:00
Aaron Bach
adf84b0c62
Add `async_get_active_reauth_flows` helper for config entries ( #81881 )
...
* Add `async_get_active_reauth_flows` helper for config entries
* Code review
* Code review + tests
2022-11-09 15:36:50 -07:00
Allen Porter
0941ed076c
Cleanup unnecessary google calendar test fixtures ( #81876 )
2022-11-09 20:59:00 +01:00
J. Nick Koston
b18c558a80
Bump oralb-ble to 0.14.1 ( #81869 )
2022-11-09 10:21:31 -06:00
J. Nick Koston
438184a43c
Bump aiohomekit to 2.2.19 ( #81867 )
2022-11-09 10:01:12 -06:00
Aarni Koskela
f3e85b6492
Deduplicate blackening ( #81802 )
2022-11-09 16:58:20 +01:00
J. Nick Koston
f9ff23a2c8
Fix benign typo in test_config_entries.py ( #81789 )
...
* Fix typo in test_config_entries.py
* touch ups
* Update tests/test_config_entries.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-09 16:36:46 +01:00
uvjustin
84725f15a6
Use IntEnum for stream orientation ( #81835 )
...
* Use IntEnum for stream orientation
* Rename enum values
* Add comments
* Fix import
2022-11-09 07:28:28 -08:00
Jc2k
9de4d7cba3
Fix homekit_controller climate entity not becoming active when changing modes ( #81868 )
2022-11-09 15:27:36 +00:00
Ville Skyttä
e690db9ba6
Upgrade huawei-lte-api to 1.6.7, fixes empty username issues ( #81751 )
...
Recentish versions of huawei-lte-api behave differently with regards to
empty/default username compared to the older versions this integration
was originally written against. 1.6.5+ changes the behavior so that our
existing implementation works as expected when no username is supplied
for the config entry.
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.4
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.5
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.6
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.7
2022-11-09 15:51:33 +01:00
Phil Bruckner
8874bf7791
Change life360 timeouts & retries ( #81799 )
...
Change from single timeout of 10 to socket timeout of 15, total timeout of 60, and retry up to 3 times.
Bump life360 package to 5.3.0.
2022-11-09 15:44:30 +01:00
Aarni Koskela
5a6f7e66cb
Refactor + strictly-type image component ( #81808 )
...
* image: refactor size validation to use partition
* image: give _generate_thumbnail types and use partition
* image: become strictly typed
2022-11-09 15:36:03 +01:00
Aarni Koskela
ec316e94ed
RuuviTag BLE sensor support ( #81327 )
2022-11-09 08:35:30 -06:00
Ernst Klamer
b72876d369
Add support for BTHome V2 to bthome ( #81811 )
...
* Add BTHome v2 support
* Add new sensor types
* Add new sensor types
2022-11-09 15:31:58 +01:00
Hessel
4b4bf54994
Bump wallbox to 0.4.12 ( #81852 )
...
Version Bump for WALLBOX
2022-11-09 15:22:54 +01:00
Vincent Knoop Pathuis
0cd9fe3288
Landis+Gyr Heat Meter code improvements ( #81184 )
2022-11-09 13:45:28 +01:00
Franck Nijhof
2eb37f527a
Update psutil to 5.9.4 ( #81840 )
2022-11-09 12:45:33 +01:00
Aarni Koskela
738419309d
Add numpy requirement to stream ( #81841 )
...
Closes https://github.com/home-assistant/core/pull/81790
2022-11-09 12:22:14 +01:00