Robert Svensson
af6338343e
Remove (2021) backwards supporting functionality from UniFi ( #81981 )
2022-11-16 12:49:10 +01:00
Erik Montnemery
9b8f94363c
Fix statistic_during_period for data with holes ( #81847 )
2022-11-16 12:46:29 +01:00
epenet
a91abebea8
Use IntFlag for EntityFeature ( #81903 )
2022-11-16 12:43:17 +01:00
Franck Nijhof
e01115fd1f
Update apprise to 1.2.0 ( #82182 )
2022-11-16 12:39:39 +01:00
rappenze
ff1ec7a028
Normalize url entered in fibaro integration setup dialog ( #81996 )
...
* Normalize url entered in fibaro integration setup dialog
* Improvements as suggested in code review
* Fix spelling in comments
2022-11-16 10:44:34 +01:00
muppet3000
93401df73f
Fix Growatt incorrect energy dashboard values for grid import ( #82163 )
...
* Fix Growatt incorrect energy dashboard values for grid import (#80905 )
* Growatt - addressing review comments (#80905 )
* Growatt - addressing more review comments (#80905 )
2022-11-16 10:41:14 +01:00
Franck Nijhof
5b29fe650b
Revert "Wake on LAN yaml configuration move to integration key" ( #82184 )
2022-11-16 10:22:50 +01:00
cnico
c7dfd6b15a
Add flipr battery level sensor ( #81389 )
...
* Addition of battery level sensor. Correction of pylint errors
* Review improvement for typing
* Review improvement for typing
* Correction following review
2022-11-16 09:42:31 +01:00
Jean-François Paris
532c6b74d4
Enable long term stats for fitbit entities ( #81934 )
2022-11-16 09:27:51 +01:00
Brynley McDonald
3bfb91d159
Add integration_type for flick_electric ( #81065 )
...
* Add integration_type for flick_electric
* Updates from hassfest
2022-11-16 00:27:09 -06:00
epenet
00f4933e72
Import tag from homeassistant.components ( #82161 )
2022-11-16 07:09:46 +01:00
G Johansson
52298a251b
Wake on LAN yaml configuration move to integration key ( #81249 )
...
* Wake on Lan integration yaml
* clean code
* Add test
* Add test fixture
* Address loading
2022-11-16 06:23:48 +01:00
Kevin Stillhammer
aedbfdabee
Use HERE API v8 ( #80892 )
...
* Use HERE API v8
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
* Add migration
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
* Catch correct voluptuous error
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
* Use list comprehension for transit values
* Add migration alternative
Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2022-11-15 19:04:41 -08:00
J. Nick Koston
495ca67e8b
Bump xiaomi_ble to 0.12.2 ( #82167 )
2022-11-15 20:38:46 -06:00
J. Nick Koston
248b93f112
Update aiohomekit to 2.3.0 ( #82164 )
2022-11-15 20:38:31 -06:00
GitHub Action
361bd6bb81
[ci skip] Translation update
2022-11-16 00:27:00 +00:00
Robert Hillis
21b32804d1
Fix Google Sheets formula input ( #82157 )
2022-11-15 23:07:43 +01:00
J. Nick Koston
ae7272575a
Enable shelly BLE when the scanner is enabled if it is disabled ( #82153 )
...
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-11-15 15:37:45 -06:00
J. Nick Koston
7614aba401
Stop shelly BLE scanner on unload ( #82151 )
...
* Stop shelly BLE scanner on unload
needs https://github.com/home-assistant-libs/aioshelly/pull/285
* bump
2022-11-15 23:22:33 +02:00
Franck Nijhof
a2e638329e
Update geopy to 2.3.0 ( #82145 )
2022-11-15 21:52:50 +01:00
Aarni Koskela
8038485ca4
Use partition instead of split where possible in core ( #81806 )
2022-11-15 21:45:48 +01:00
Aarni Koskela
35c1604ea7
Remove unused hassfest helper ( #82123 )
2022-11-15 21:26:34 +01:00
J. Nick Koston
682187541f
Move BluetoothServiceInfoBleak to home_assistant_bluetooth ( #82064 )
2022-11-15 14:00:52 -06:00
Steve Repsher
c940ad9920
Add autocomplete to text selector ( #81060 )
2022-11-15 12:58:59 -06:00
J. Nick Koston
435fc23737
Add shelly ble scanner support ( #82007 )
2022-11-15 12:34:45 -06:00
Jan Bouwhuis
7932864e00
Always update attributes on an update for MQTT update ( #82139 )
2022-11-15 18:43:01 +01:00
J. Nick Koston
ade4b62aec
Fix instability with HomeKit trigger accessories ( #80703 )
...
fixes https://github.com/home-assistant/core/issues/78774
fixes https://github.com/home-assistant/core/issues/81685
2022-11-15 18:41:55 +01:00
Robert Svensson
1331a3771a
Block client switches should rely only on events for state changes ( #81883 )
...
fixes undefined
2022-11-15 18:31:30 +01:00
J. Nick Koston
c65f894fbe
Bump PySwitchbot to 0.20.5 ( #82099 )
2022-11-15 18:30:03 +01:00
Jeef
dd38d2ff05
Increasing device usage update interval for Flume ( #81968 )
2022-11-15 18:29:32 +01:00
J. Nick Koston
f035223599
Make sure the config_flow key is set for brands ( #82038 )
...
Fixes https://github.com/home-assistant/frontend/issues/14376
2022-11-15 18:27:59 +01:00
epenet
af9ac9022b
Import tag via hass.components in mobile_app ( #82138 )
...
* Import tag via hass.components in mobile_app
* Update webhook.py
2022-11-15 18:27:37 +01:00
Franck Nijhof
ab5c99fe22
Update sentry-sdk to 1.11.0 ( #82122 )
2022-11-15 17:59:02 +01:00
Jan Bouwhuis
285c61c0d7
Add TagProtocol as type hint in MQTT tag ( #82134 )
2022-11-15 16:54:39 +01:00
G Johansson
9eef5129f0
Full test coverage Min Max ( #82053 )
2022-11-15 09:04:22 -06:00
Franck Nijhof
19e5e671a2
Update sqlalchemy to 1.4.44 ( #82129 )
2022-11-15 08:51:13 -06:00
J. Nick Koston
f497b989b9
Bump dbus-fast to 1.74.0 ( #82107 )
...
changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.73.0...v1.74.0
2022-11-15 15:27:54 +01:00
uvjustin
e7dd31f37b
Iterate over entities safely in camera setup ( #82080 )
...
fixes undefined
2022-11-15 08:02:35 -06:00
epenet
4cce359960
Fix legacy scrape scan interval ( #81764 )
...
* Fix legacy scrape scan interval
* Adjust init
* Adjust tests
* Clearer default
2022-11-15 13:39:30 +01:00
Jan Bouwhuis
6975186f2f
Improve MQTT type hints / refactor part 10 - vacuum ( #81253 )
...
* Improve type hints vacuum __init__ and schema
* Improve type hints and refactor templates legacy
* Improve type hints state vacuum
* Add hint for template parameters
* Apply suggestions from code review
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Some corrections
* Remove stale constant
* Use bitwise and
* Follow-up comment
* Remove incorrect type hint
* Remove asserts
* Cleanup asserts and reduce code
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-11-15 12:48:02 +01:00
uvjustin
6bab63fb0a
Redact more credentials in stream URL query params ( #82089 )
...
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2022-11-15 12:42:40 +08:00
Andrew Berry
f96a4e2d0f
Fix HomeKit logging None instead of the linked battery sensor ( #81860 )
2022-11-14 21:35:10 -06:00
J. Nick Koston
9c0a3cdae0
Fix homekit_controller comment ( #82111 )
2022-11-14 21:18:10 -06:00
GitHub Action
83a6012f80
[ci skip] Translation update
2022-11-15 00:26:42 +00:00
Marc Mueller
2ac2a288cc
Update mypy to 0.991 ( #82096 )
2022-11-14 21:16:44 +01:00
J. Nick Koston
956120662e
Add the ability to register for shelly event callbacks ( #82052 )
2022-11-14 19:58:10 +01:00
G Johansson
13577981f9
Local ip tests ( #82051 )
2022-11-14 12:20:45 -06:00
Aarni Koskela
3d29638804
Deduplicate `sensor_device_info_to_device_info` ( #81905 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-11-14 12:12:53 -06:00
Ernst Klamer
af73afa2e2
Add support for HHCCJCY10 to xiaomi_ble ( #82069 )
2022-11-14 11:18:51 -06:00
J. Nick Koston
1ded3ac51e
Poll HomeKit Controller locks for state after lock operation ( #82058 )
2022-11-14 10:54:28 -06:00