Shay Levy
bf67458d83
Bump aioshelly to 5.2.1 to fix Task exception was never retrieved ( #85575 )
...
Bump aioshelly to 5.2.1
2023-01-10 09:46:36 +01:00
starkillerOG
db8a94d5e2
bump reolink-aio to 0.2.1 ( #85571 )
2023-01-10 09:44:53 +01:00
Teemu R
ca0fe488ba
Adapt tplink to use has_entity_name ( #85577 )
...
* Adapt tplink to use has_entity_name
* Set the name for individual smartstrip sockets
* Fix tests
2023-01-10 09:40:29 +01:00
Bouwe Westerdijk
4a22b463d1
Plugwise: add missing P1v2 sensors ( #85589 )
...
Add missing P1v2 sensors
2023-01-10 09:36:18 +01:00
tronikos
e24989b446
Google Assistant SDK conversation agent ( #85499 )
...
* Google Assistant SDK conversation agent
* refresh token
* fix session
* Add tests
* Add option to enable conversation agent
2023-01-09 20:53:41 -05:00
GitHub Action
f2df72e014
[ci skip] Translation update
2023-01-10 00:25:07 +00:00
starkillerOG
77542fc842
Netgear fix missing await ( #85574 )
...
fix missing await
2023-01-10 01:02:31 +02:00
epenet
069d8024a4
Remove invalid state class in Subaru sensor ( #85520 )
2023-01-09 15:59:17 -07:00
Michael Hansen
07bd208c7d
Load custom sentences from config directory ( #85558 )
...
* Load custom sentences from config directory
* Load custom sentences from config directory
* Custom sentences in custom_sentences/<language>/
* Load custom sentences from config directory
* Custom sentences in custom_sentences/<language>/
* Add custom_sentences test
2023-01-09 16:48:59 -06:00
Jeef
6970a8a87a
Add IntelliFire lights ( #79816 )
2023-01-09 12:16:39 -10:00
J. Nick Koston
2c95c0b3a1
Do not check ble scanner state for sleepy shelly devices ( #85566 )
...
fixes #85563
2023-01-10 00:16:14 +02:00
Christopher Bailey
02897fb9a3
Add UniFi Protect Chime Duration entity ( #85538 )
2023-01-09 12:09:41 -10:00
J. Nick Koston
57239769ba
Only build compressed states once ( #85561 )
2023-01-09 12:07:32 -10:00
Christopher Bailey
818253ced4
Bump pyunifiprotect to 4.6.1 ( #85547 )
2023-01-09 12:00:21 -10:00
Franck Nijhof
b6316b4904
Split wheels building of all requirements ( #85564 )
2023-01-09 22:16:59 +01:00
Erik Montnemery
8983f665cf
Refactor device registry JSON cache ( #85539 )
2023-01-09 09:50:27 -10:00
Jafar Atili
a8f95c36a6
Bump pySwitchbee to 1.7.19 ( #84442 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-09 09:23:49 -10:00
Franck Nijhof
3bb435c292
Pin matplotlib to 3.6.1 ( #85540 )
2023-01-09 18:34:10 +01:00
Aaron Bach
e35b21823e
Add a calendar entity to ReCollect Waste ( #85347 )
...
* Add a calendar entity to ReCollect Waste
* Simplify and ensure return None
* Ensure end date is after start date
2023-01-09 09:50:42 -07:00
Keilin Bickar
9491de2bd1
Bump sense_energy to 0.11.1 ( #85533 )
...
fixes undefined
2023-01-09 17:35:15 +01:00
Erik Montnemery
b933a53aa3
Refactor entity registry JSON cache ( #85085 )
...
* Refactor entity registry JSON cache
* Fix generator
* Tweak
* Improve string building
* Improve test coverage
* Override EntityRegistryItems.values to avoid __iter__ overhead
2023-01-09 16:52:52 +01:00
Scott Colby
174cc23309
Add "Schedule Part" enum sensor to Venstar thermostat ( #84332 )
2023-01-09 16:41:17 +01:00
Marcel van der Veldt
c181fb6de0
Bump aiohue library to 4.6.1 ( #85504 )
...
* Bump aiohue to 4.6.0
* fix device name for lights
* fix name for groups too
* ignore smart scenes
* bump to 4.6.1 instead
* fix test fixture
* update tests
* fix scene test
2023-01-09 10:37:03 -05:00
mkmer
86ab5f76e0
Whirlpool general code cleanup ( #85387 )
2023-01-09 16:16:05 +01:00
Franck Nijhof
8747d01e7b
Fix translation keys for Yamaha MusicCast selectors ( #85292 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-09 16:03:29 +01:00
epenet
1766df3faa
Improve integration type hints for diagnostics ( #85526 )
2023-01-09 15:17:48 +01:00
epenet
aa5b29c560
Adjust zwave_js diagnostics ( #85524 )
2023-01-09 14:33:09 +01:00
Erik Montnemery
72c9ca2567
Update sensor test ( #85522 )
2023-01-09 14:26:52 +01:00
Robert Svensson
1cdd535f21
Bump axis to v46 ( #85431 )
2023-01-09 12:43:40 +01:00
Erik Montnemery
54168c9bdb
Allow converting units of energy sensors ( #85497 )
2023-01-09 12:26:35 +01:00
starkillerOG
a332cd8aba
Restore Netgear signal strength icon ( #85512 )
2023-01-09 12:15:36 +01:00
Tom
60604f7905
Default disable voltage sensors in Plugwise ( #85451 )
2023-01-09 12:09:32 +01:00
Nathan Spencer
02f1dce137
Bump pylitterbot to 2023.1.0 ( #85484 )
2023-01-09 11:58:06 +01:00
Rami Mosleh
a0e18051c7
Add config flow to imap ( #74623 )
...
* Add config flow to imap
fix coverage
fix config_flows.py
* move coordinator to seperate file, remove name key
* update intrgations.json
* update requirements_all.txt
* fix importing issue_registry
* Address comments
* Improve handling exceptions on intial connection
* exit loop tasks properly
* fix timeout
* revert async_timeout
* Improve entity update handling
* ensure we wait for idle to finish
* fix typing
* Update deprecation period
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-09 11:41:47 +01:00
Franck Nijhof
c225ed0a1a
Remove invalid Signal Strength device class from NETGEAR ( #85510 )
2023-01-09 11:39:20 +01:00
dependabot[bot]
f1895fa826
Bump actions/cache from 3.2.2 to 3.2.3 ( #85488 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 11:28:36 +01:00
Matthias Alphart
88356a95e6
Use power factor device class in Fronius integration again ( #85495 )
2023-01-09 10:42:49 +01:00
dependabot[bot]
186151008f
Bump actions/upload-artifact from 3.1.1 to 3.1.2 ( #85489 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:30:14 +01:00
Franck Nijhof
7adb8d5ddc
Code styling tweaks to core utils & YAML loader ( #85433 )
...
Code styling tweaks to core utils
2023-01-08 22:01:55 -08:00
Christopher Bailey
aa1c539683
Bump pyunifiprotect to 4.6.0 ( #85483 )
2023-01-08 16:59:21 -10:00
shbatm
a8cdb86b23
Add network resource button entities to ISY994 and bump PyISY to 3.0.12 ( #85429 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-08 16:45:54 -10:00
Poltorak Serguei
cdafd94550
Z-Wave.Me integration: Add code owners to receive notifications on github ( #85476 )
...
* Add code owners to receive notifications on github
* fixup! Add code owners to receive notifications on github
2023-01-08 20:19:04 -05:00
Poltorak Serguei
1f86a0a76f
Z-Wave.Me: Cover: Fixed calibration errors and add missing is_closed ( #85452 )
...
* Cover: Fixed calibration errors and add missing is_closed
* Style
* Style
* whitespace
2023-01-08 20:18:36 -05:00
Ville Skyttä
dfa9f0e11d
Upgrade RestrictedPython to 6.0 ( #85426 )
...
Required for Python 3.11.
https://github.com/zopefoundation/RestrictedPython/blob/6.0/CHANGES.rst#60-2022-11-03
2023-01-08 20:17:39 -05:00
tronikos
05187d7bf4
Google Assistant SDK: support Korean and Japanese ( #85419 )
...
* Google Assistant SDK: support Korean and Japanese
* Fix Korean and Japanese broadcast commands
2023-01-08 20:16:00 -05:00
J. Nick Koston
7bdfa7b9ec
Bump aioesphomeapi to 13.0.4 ( #85406 )
...
bugfix for protobuf not accepting bytearray
changelog: https://github.com/esphome/aioesphomeapi/compare/v13.0.3...v13.0.4
2023-01-08 20:09:49 -05:00
eMerzh
c4c64a8bed
Add missing context in homewizard assistant error ( #85397 )
2023-01-08 20:09:37 -05:00
GitHub Action
6ce88cd5af
[ci skip] Translation update
2023-01-09 00:23:57 +00:00
David Buezas
112b2c22f7
Expose async_scanner_devices_by_address from the bluetooth api ( #83733 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
fixes undefined
2023-01-08 14:06:32 -10:00
Franck Nijhof
06a35fb7db
Code styling tweaks to core helpers ( #85441 )
2023-01-08 13:44:09 -10:00