Jeef
5306b32a48
Increasing device usage update interval for Flume ( #81968 )
2022-11-16 15:42:08 +01:00
David F. Mulcahey
4e82f134b2
Bump ZHA quirks lib to 0.0.86 ( #81966 )
2022-11-16 15:42:04 +01:00
Diogo Gomes
0457a74428
Fix ONVIF subscription errors ( #81965 )
...
fixes undefined
2022-11-16 15:42:01 +01:00
J. Nick Koston
8f3449d942
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-16 15:41:57 +01:00
J. Nick Koston
97929bd234
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-16 15:41:52 +01:00
J. Nick Koston
a9d461a109
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-16 15:41:49 +01:00
Aaron Bach
f24549f7d1
Bump aioridwell to 2022.11.0 ( #81929 )
2022-11-16 15:41:44 +01:00
J. Nick Koston
0d62d80038
Fix bluetooth adapters with missing firmware patch files not being discovered ( #81926 )
2022-11-16 15:41:40 +01:00
Allen Porter
223d864b04
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-16 15:41:36 +01:00
David F. Mulcahey
082d4079ef
Fix ZHA configuration APIs ( #81874 )
...
* Fix ZHA configuration loading and saving issues
* add tests
2022-11-16 15:41:32 +01:00
Allen Porter
70b360b1f8
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-16 15:41:28 +01:00
J. Nick Koston
5488e9d5f3
Bump oralb-ble to 0.14.1 ( #81869 )
2022-11-16 15:41:25 +01:00
Jc2k
c8177f48ce
Fix homekit_controller climate entity not becoming active when changing modes ( #81868 )
2022-11-16 15:41:21 +01:00
J. Nick Koston
930dc3615e
Bump aiohomekit to 2.2.19 ( #81867 )
2022-11-16 15:41:18 +01:00
epenet
1ecb7ab887
Fix rest schema ( #81857 )
2022-11-16 15:41:14 +01:00
Erik Montnemery
248ed3660f
Fix statistic_during_period for data with holes ( #81847 )
2022-11-16 15:41:10 +01:00
J. Nick Koston
3a60466e7c
Fix switchbot not becoming available again after unavailable ( #81822 )
...
* Fix switchbot not becoming available again after unavailable
If the advertisment was the same and we were previously
marked as unavailable we would not mark the device as
available again until the advertisment changed. For lights
there is a counter but for the bots there is no counter
which means the bots would show unavailable even though
they were available again
* naming
* naming
2022-11-16 15:41:07 +01:00
Phil Bruckner
04fda5638c
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-16 15:41:03 +01:00
Ville Skyttä
252941ae26
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-16 15:40:59 +01:00
Oliver Dippel
2eacbef061
Fix ibeacon source attribute not being updated ( #81740 )
...
fixes undefined
2022-11-16 15:40:55 +01:00
chpego
3f666396c9
Fix Fully Kiosk start application service field ( #81738 )
...
Fix attributes services to start_application
2022-11-16 15:40:52 +01:00
rappenze
7d20bb0532
Fix accelerator sensor in fibaro integration ( #81237 )
...
* Fix accelerator sensor in fibaro integration
* Implement suggestions from code review
* Implement suggestions from code review
* Changes as suggested in code review
* Adjust as suggested in code review
2022-11-16 15:40:48 +01:00
J. Nick Koston
d94e969dc1
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-16 15:40:44 +01:00
Yukon Vinecki
18842ef571
Fix Z-Wave JS cover stop support ( #78723 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-16 15:40:38 +01:00
Franck Nijhof
6a1bb8c421
Deprecate Python 3.9 ( #82193 )
2022-11-16 15:38:10 +01:00
rappenze
f87ef742e8
Use parameterized test for better code readability ( #82194 )
...
* Use parameterized test for better code readability
* Use parameterized test for better code readability
* Update tests/components/fibaro/test_config_flow.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-11-16 15:27:20 +01:00
epenet
871b4135ee
Remove unused variable in qvr_pro ( #82190 )
2022-11-16 15:26:37 +01:00
Martin Hjelmare
ecb7509333
Add tibber price sensor state class ( #82189 )
2022-11-16 15:12:08 +01:00
epenet
5d78632d04
Adjust type hints for CameraEntityFeature ( #82191 )
2022-11-16 14:44:08 +01:00
Aarni Koskela
4f7b583f19
Fix shadowing of outer name in config_validation ( #82088 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-11-16 14:04:57 +01:00
shou72
987b840665
Add Tuya wkcz thermostat sensors and switches ( #81667 )
...
fixes undefined
2022-11-16 13:51:33 +01:00
Olliver Schinagl
7dfb8dda0a
Keep rest_command interface consistent ( #82116 )
...
rest_command: Keep interface consistent
This is a tiny cosmetic patch, where we keep the variable names of the
interface more consistent, to avoid having to wonder "is it a name or a
command?".
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-11-16 13:30:05 +01:00
Yukon Vinecki
9098592257
Fix Z-Wave JS cover stop support ( #78723 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-16 13:14:14 +01:00
Aarni Koskela
322cb352ac
Use functools.cache instead of global in hassfest requirements ( #82124 )
2022-11-16 13:13:45 +01:00
Robert Hillis
d38bae76be
Add missing strings in Onvif ( #82141 )
2022-11-16 13:04:34 +01:00
Owen Johnson
3695f39515
Correctly Map Heavy Rain and Thunderstorms ( #80926 )
2022-11-16 13:02:26 +01:00
epenet
0538154767
Add type hints to requirements script ( #82075 )
2022-11-16 13:00:35 +01:00
Erik Montnemery
1582d88957
Remove deprecated history WS API ( #82136 )
2022-11-16 12:54:03 +01:00
Diogo Gomes
7999f109d1
Fix ONVIF subscription errors ( #81965 )
...
fixes undefined
2022-11-16 12:51:14 +01:00
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