Robert Svensson
58debaf837
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-25 14:13:36 -04:00
J. Nick Koston
34cb79408a
Fix race in notify setup ( #76954 )
2022-08-17 23:08:55 -04:00
Erik Montnemery
b4cb9a521a
Correct restoring of mobile_app sensors ( #76886 )
2022-08-17 23:08:54 -04:00
rikroe and rikroe
1f13e332ac
Fix displayed units for BMW Connected Drive ( #76613 )
...
* Fix displayed units
* Add tests for unit conversion
* Streamline test config entry init
* Refactor test to pytest fixture
* Fix renamed mock
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2022-08-17 23:08:52 -04:00
J. Nick Koston
f4a09455c0
Fix lifx homekit discoveries not being ignorable or updating the IP ( #76825 )
2022-08-15 21:09:48 -04:00
Erik Montnemery
bf88448ffd
Correct referenced entities and devices for event triggers ( #76818 )
2022-08-15 21:09:48 -04:00
J. Nick Koston
bae01f188a
Fix bluetooth callback registration not surviving a reload ( #76817 )
2022-08-15 21:09:47 -04:00
J. Nick Koston
71a6128c65
Fix bad data with inkbird bbq sensors ( #76739 )
2022-08-15 21:09:43 -04:00
Aidan Timson and Martin Hjelmare
872b2f56ac
Update systembridgeconnector to 3.4.4 ( #75362 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-08-15 21:09:36 -04:00
J. Nick Koston
84b8029c6a
Add missing _abort_if_unique_id_configured to ble integrations ( #76624 )
2022-08-12 14:04:17 -04:00
Antonino Piazza and Martin Hjelmare
451ab47caa
Improve code quality in huawei_lte ( #76583 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-08-12 14:04:15 -04:00
J. Nick Koston
e5088d7e84
Fix pairing with HK accessories that do not provide format for vendor chars ( #76502 )
2022-08-09 17:18:10 -04:00
J. Nick Koston
9c21d56539
Ensure bluetooth recovers if Dbus gets restarted ( #76249 )
2022-08-07 12:12:58 -04:00
Jc2k
0e7bf35e4a
Update gree to use the network component to set discovery interfaces ( #75812 )
2022-08-07 12:12:56 -04:00
Jc2k
d266b1ced6
Fix some homekit_controller pylint warnings and (local only) test failures ( #76122 )
2022-08-04 22:34:39 +02:00
Aaron Bach
a370e4f4b0
More explicitly call out special cases with SimpliSafe authorization code ( #76232 )
2022-08-04 21:50:44 +02:00
Maciej Bieniek
31fed328ce
Bump NextDNS library ( #76207 )
2022-08-04 21:50:30 +02:00
J. Nick Koston
1a030f118a
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 21:50:27 +02:00
J. Nick Koston
60da54558e
Fix race in bluetooth async_process_advertisements ( #76176 )
2022-08-04 21:50:09 +02:00
J. Nick Koston
11319defae
Fix flux_led ignored entries not being respected ( #76173 )
2022-08-04 21:50:06 +02:00
Jan Bouwhuis
5c9d557b10
Allow climate operation mode fan_only as custom mode in Alexa ( #76148 )
...
* Add support for FAN_ONLY mode
* Tests for fan_only as custom mode
2022-08-04 21:49:21 +02:00
Martin Hjelmare and Mike Degatano
d2b98fa285
Fix zwave_js addon info ( #76044 )
...
* Add add-on store info command
* Use add-on store info command in zwave_js
* Fix init tests
* Update tests
* Fix method for addon store info
* Fix response parsing
* Fix store addon installed response parsing
* Remove addon info log that can contain network keys
* Add supervisor store addon info test
* Default to version None if add-on not installed
Co-authored-by: Mike Degatano <michael.degatano@gmail.com >
Co-authored-by: Mike Degatano <michael.degatano@gmail.com >
2022-08-04 21:47:10 +02:00
J. Nick Koston
d2dc83c4c7
Handle additional bluetooth start exceptions ( #76096 )
2022-08-03 08:57:05 +02:00
Jc2k
a78da6a000
Fix serialization of Xiaomi BLE reauth flow ( #76095 )
...
* Use data instead of context to fix serialisation bug
* Test change to async_start_reauth
2022-08-03 08:53:53 +02:00
Jc2k
c22cb13bd0
Add optional context parameter to async_start_reauth ( #76077 )
2022-08-03 08:53:47 +02:00
Erik Montnemery
4f671bccbc
Support multiple trigger instances for a single webhook ( #76037 )
2022-08-02 09:37:48 +02:00
Jc2k
a332eb154c
Add reauth flow to xiaomi_ble, fixes problem adding LYWSD03MMC ( #76028 )
2022-08-02 09:37:38 +02:00
Joakim Plate and Martin Hjelmare
990975e908
Convert fjäråskupan to built in bluetooth ( #75380 )
...
* Add bluetooth discovery
* Use home assistant standard api
* Fixup manufacture data
* Adjust config flow to use standard features
* Fixup tests
* Mock bluetooth
* Simplify device check
* Fix missing typing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-08-02 09:37:29 +02:00
rhadamantys and Martin Hjelmare
2a58bf06c1
Fix invalid enocean unique_id ( #74508 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-08-02 09:37:25 +02:00
mvn23
d205fb5064
Handle failed connection attempts in opentherm_gw ( #75961 )
2022-07-31 13:29:42 -07:00
J. Nick Koston
26c475d3dc
Update to bleak 0.15 ( #75941 )
2022-07-29 17:55:17 -07:00
Jc2k
2b1fbbfae3
Fix Xiaomi BLE not detecting encryption for some devices ( #75851 )
2022-07-29 13:40:05 +02:00
J. Nick Koston and Martin Hjelmare
e4e36b51b6
Add startup timeout to bluetooth ( #75848 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-07-29 13:36:42 +02:00
Paulus Schoutsen
937fd490f2
Add issue_domain to repairs ( #75839 )
2022-07-28 19:07:36 +02:00
Paulus Schoutsen
96587c1227
Remove learn more URL from Home Assistant alerts ( #75838 )
2022-07-28 19:07:34 +02:00
Tom Harris
70731c0bc7
Add Insteon lock and load controller devices ( #75632 )
2022-07-28 19:07:26 +02:00
Robert Svensson
3b8650d053
Make Axis utilise forward_entry_setups ( #75178 )
2022-07-28 19:07:23 +02:00
Tobias Sauerwein
49854b809c
Netatmo entity renaming and clean up ( #75337 )
2022-07-27 14:17:38 +02:00
Franck Nijhof
07a433a516
Deprecate the OpenALPR Local integration ( #75810 )
...
* Deprecate the OpenALPR Local integration
* Remove tests
2022-07-27 12:52:13 +02:00
Jc2k and Martin Hjelmare
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
Franck Nijhof
aaf5837759
Deprecate the Ambee integration ( #75805 )
2022-07-27 11:29:52 +02:00
51c3836ec2
Create Repairs based on Alerts ( #75397 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2022-07-27 10:13:16 +02:00
TheJulianJES
129b42cd23
Fix ZHA light brightness jumping around during transitions ( #74849 )
...
* Moved color commands to a new ``async_handle_color_commands`` method
* Fixed tests
* Fix brightness jumping around during transitions
* Add config option to disable "Enhanced brightness slider during light transition"
2022-07-26 20:03:17 -04:00
Franck Nijhof
0ff34f232c
Add events to repairs issue registry changes ( #75784 )
2022-07-26 22:42:19 +02:00
Bouwe Westerdijk
aaaca0b2bd
Add tests for the Plugwise Select platform ( #75774 )
2022-07-26 22:02:50 +02:00
J. Nick Koston
1e85ddabfd
Fix startup race in BLE integrations ( #75780 )
2022-07-26 09:29:23 -10:00
uvjustin
9ad273a59f
Fix entity typo ( #75767 )
2022-07-26 16:27:16 +02:00
J. Nick Koston
5cb4bbd906
Fix min and max mireds with HKC ( #75744 )
2022-07-26 04:17:28 -10:00
Matthias Alphart
a98f658854
Update xknx to 0.22.0 ( #75749 )
2022-07-26 10:32:26 +02:00
Franck Nijhof
5e45b0baf9
Automatically set up Xiaomi BLE during onboarding ( #75748 )
2022-07-26 08:03:31 +01:00