Commit Graph
68587 Commits
Author SHA1 Message Date
Tudor Sandu 527a3dba9c Add script_mode parameter to custom intent scripts (#102203)
* Add script_mode parameter to custom intent scripts

* Reuse CONF_MODE from the script component
2023-11-09 16:41:25 -06:00
Franck Nijhof 04e0e2bd75 Update a* tests to use device & entity registry fixtures (#103711) 2023-11-09 20:46:20 +01:00
Jan-Philipp Benecke b81f15725f Update bond tests to use entity & device registry fixtures (#103708) 2023-11-09 19:47:23 +01:00
J. Nick Koston 5ee826528d Bump zeroconf to 0.122.3 (#103657) 2023-11-09 19:46:34 +01:00
Jan-Philipp Benecke 0a57968fdc Update nut sensor tests to use parametrize (#103707)
* Update nut sensor tests to use parametrize

* Add missing model

* Check on unique_id instead of config_entry_id

* Separate tests
2023-11-09 19:01:07 +01:00
Franck Nijhof 81909f7ddf Update deconz tests to use device & entity registry fixtures (#103703) 2023-11-09 18:06:53 +01:00
J. Nick Koston d1f1bbe304 Migrate to using aiohttp-fast-url-dispatcher (#103656) 2023-11-09 17:23:33 +01:00
Joost Lekkerkerker 1a6c3a4944 Add name to Withings coordinator (#103692) 2023-11-09 12:44:50 +01:00
tronikosandMartin Hjelmare 9af5e838c6 Add type annotation for service functions with response (#102813)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-09 12:31:12 +01:00
Diogo GomesandJoost Lekkerkerker 4bbdf475b4 Add switch platform to V2C (#103678)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-09 11:12:05 +01:00
Diogo Gomes cd94ad125a Bump pytrydan to 0.3.0 (#103691) 2023-11-09 10:41:05 +01:00
ollo69 143e114528 Improve AsusWRT integration tests (#102810) 2023-11-09 09:18:32 +01:00
J. Nick Koston 78add0f51d Bump aioesphomeapi to 18.2.7 (#103676) 2023-11-09 08:47:37 +01:00
J. Nick Koston dc7d817398 Incease tplink setup timeout (#103671)
It can take longer than 5s to do the first update of the device
especially when the device is overloaded as seen in #103668

Wait 10 seconds for the discovery since when the power strips are loaded they cannot respond in time
2023-11-09 01:13:11 +01:00
Erik Montnemery 123f14dd6c Attach correct platform config in check_config warnings and errors (#103633) 2023-11-09 00:06:04 +01:00
Raman Gupta f511a8a26a Expand zwave_js.set_config_parameter with additional parameters (#102092) 2023-11-08 17:05:31 -05:00
Luke Lashley 1a51d863cf Bump Python-Roborock to 0.36.1 (#103662)
bump to 0.36.1
2023-11-08 22:39:06 +01:00
Allen Porter cec617cfbb Add support for deleting To-do items in Google Tasks (#102967)
* Add support for deleting To-do items in Google Tasks

* Cleanup multipart test

* Fix comments

* Add additional error checking to increase coverage

* Apply suggestions and fix tests
2023-11-08 18:13:48 +01:00
Jan-Philipp Benecke 5901f6f7e7 Move met coordinator to own module (#103546) 2023-11-08 16:55:09 +01:00
ccrepin 241e8560e9 Change NP, NO code to Disarmed (#103617) 2023-11-08 14:46:49 +01:00
Jan Bouwhuis db97e7588b Fix entity category for binary_sensor fails setup (#103511) 2023-11-08 14:10:24 +01:00
Hessel 5bb3c7ca55 Wallbox Add Authentication Decorator (#102520) 2023-11-08 13:13:11 +01:00
Franck Nijhof 24a65808ac Update black to 23.11.0 (#103644) 2023-11-08 13:08:41 +01:00
Erik Montnemery d913508607 Allow removing an entity more than once (#102904) 2023-11-08 12:50:40 +01:00
Luke Lashley 44fe704f49 Bump python-roborock to 0.36.0 (#103465) 2023-11-08 12:48:05 +01:00
Maikel Punie a78ef60773 Add duotecno OFF hvac mode (#103223) 2023-11-08 12:46:15 +01:00
Joakim Plate 0a2a699133 Extend climate tests for nibe heatpump (#103522) 2023-11-08 12:40:28 +01:00
Mick Vleeshouwer 3697567f18 Remove redundant exception and catch NotSuchTokenException in Overkiz integration (#103584) 2023-11-08 12:32:37 +01:00
Ville Hartikainen 8e99760595 Add vscode task to run changed tests (#103501) 2023-11-08 11:33:19 +01:00
dependabot[bot] 381d8abd58 Bump sigstore/cosign-installer from 3.1.2 to 3.2.0 (#103640)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 11:29:50 +01:00
jan iversen 81cb7470fc Remove illegal int8 from modbus config (#103489) 2023-11-08 11:06:14 +01:00
Erik Montnemery cc5eda76d3 Humanize core config errors in check_config helper (#103635) 2023-11-08 10:15:27 +01:00
jan iversen 40dc6d8191 Reduce modbus validator by using table (#103488) 2023-11-08 09:55:00 +01:00
David Knowles 8e9528d34d Bump pydrawise to 2023.11.0 (#103638) 2023-11-08 09:28:38 +01:00
dupondjeandJan Bouwhuis 4f11ee6e0b Fix 5B Gas meter in dsmr (#103506)
* Fix 5B Gas meter in dsmr

In commit 1b73219 the gas meter broke for 5B.
As the change can't be reverted easily without removing the peak usage
sensors, we implement a workaround.

The first MBUS_METER_READING2 value will contain the gas meter data just
like the previous BELGIUM_5MIN_GAS_METER_READING did.
But this without the need to touch dsmr_parser (version).

Fixes: #103306, #103293

* Use parametrize

* Apply suggestions from code review

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

* Add additional tests + typo fix

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2023-11-08 09:13:51 +01:00
Joakim Sørensen a0f19f26c4 Bump awesomeversion from 23.8.0 to 23.11.0 (#103641) 2023-11-08 09:11:54 +01:00
Franck Nijhof f69b8f37f8 Update pytest-picked to 0.5.0 (#103631) 2023-11-08 07:02:07 +01:00
Diogo Gomes 0fdd929f54 Add 4 new sensors to V2C (#103634)
* add 4 sensors

* no need for extra class
2023-11-08 06:59:24 +01:00
J. Nick Koston 23578d8046 Bump dbus-fast to 2.13.1 (#103621)
* Bump dbus-fast to 2.13.0

changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v2.12.0...v2.13.0

* no change re-release since upload failed due to running out of space on pypi
2023-11-07 19:42:53 -06:00
starkillerOG a51bbe9a66 Add HDR switch to Reolink (#103550) 2023-11-08 01:11:44 +01:00
Franck Nijhof 22fa33ce7a Small cleanup in conftest mocks of Sensors.Community (#103630) 2023-11-08 01:11:07 +01:00
Franck Nijhof 2b12a95607 Update cryptography to 40.0.5 (#103624) 2023-11-08 01:10:41 +01:00
Franck Nijhof 780e6c06ec Update syrupy to 4.6.0 (#103626) 2023-11-08 01:09:56 +01:00
Franck Nijhof 3e204ab82b Small cleanup in conftest mocks of PVOutput (#103628) 2023-11-08 01:09:44 +01:00
Franck Nijhof 91ffe4f9e5 Update sentry-sdk to 1.34.0 (#103623) 2023-11-08 00:55:52 +01:00
Erik Montnemery e49f6b41ee Rename YAML loader classes (#103609) 2023-11-08 00:26:54 +01:00
Frederik GladhornandJ. Nick Koston 41a235bb52 Improve HomeKit description of what the PIN looks like (#103170)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-11-08 00:06:30 +01:00
Rami Mosleh 77a2f1664e Use EntityDescription for Transmission entities (#103581) 2023-11-08 00:05:17 +01:00
mkmer 36011d0384 Bump blinkpy to 0.22.3 (#103438) 2023-11-08 00:04:23 +01:00
Jan Bouwhuis cbccdbc6fa Fix entity category for sensor fails mqtt sensor platform setup (#103449) 2023-11-08 00:03:47 +01:00