Commit graph

78569 commits

Author SHA1 Message Date
epenet
384fa53cc0
Fix dangerous-default-value warnings in panasonic_viera tests () 2024-06-13 16:59:05 +02:00
epenet
ca8d3e0c83
Ignore unnecessary-lambda warnings in tests () 2024-06-13 16:58:41 +02:00
Rami Mosleh
bb2883a5a8
Store imap coordinator in runtime_data () 2024-06-13 16:58:05 +02:00
epenet
50fe29ccc1
Fix attribute-defined-outside-init in harmony tests () 2024-06-13 16:57:20 +02:00
epenet
3b8337985c
Fix dangerous-default-value warnings in environment_canada tests () 2024-06-13 16:56:22 +02:00
epenet
349ac54616
Fix dangerous-default-value warnings in auth tests () 2024-06-13 16:55:48 +02:00
epenet
2a061f58eb
Fix dangerous-default-value warnings in tessie tests () 2024-06-13 16:55:06 +02:00
Rami Mosleh
f2ce510484
Store islamic prayer times coordinator in runtime_data () 2024-06-13 16:54:40 +02:00
epenet
23edbf7bbf
Fix dangerous-default-value warnings in subaru tests () 2024-06-13 16:53:00 +02:00
epenet
27ee204e2f
Fix dangerous-default-value warnings in mqtt tests () 2024-06-13 16:51:45 +02:00
epenet
e34c42c0a9
Fix dangerous-default-value warnings in greeneye_monitor tests () 2024-06-13 16:47:53 +02:00
Erik Montnemery
9f322b20d1
Use send_json_auto_id in some collection tests ()
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-06-13 16:04:32 +02:00
epenet
8871090463
Fix dangerous-default-value warnings in fronius tests () 2024-06-13 13:53:17 +02:00
epenet
27c08bcb5e
Fix dangerous-default-value warnings in lastfm tests () 2024-06-13 11:57:45 +02:00
epenet
315e5f1d95
Fix import-outside-toplevel pylint warnings in zha tests () 2024-06-13 11:55:56 +02:00
epenet
40d9d22e76
Fix dangerous-default-value warnings in deconz tests () 2024-06-13 11:55:37 +02:00
Rami Mosleh
030fe6df4a
Store Mikrotik coordinator in runtime_data () 2024-06-13 11:53:32 +02:00
Robert Resch
f5b86154b4
Bump deebot-client to 8.0.0 ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-13 11:49:20 +02:00
epenet
d211af75ef
Fix dangerous-default-value warnings in cloud tests () 2024-06-13 10:30:44 +02:00
Matrix
55f8a36572
Improve code readability () 2024-06-13 09:31:29 +02:00
starkillerOG
440771bdea
Fix error for Reolink snapshot streams () 2024-06-13 09:30:53 +02:00
William Grant
c02ac5e538
Classify more ecowitt power supply sensors as diagnostics () 2024-06-13 09:29:57 +02:00
epenet
b2be3e0a9b
Fix dangerous-default-value warnings in automation tests () 2024-06-13 09:29:04 +02:00
epenet
cadb6317bf
Fix dangerous-default-value warnings in canary tests () 2024-06-13 09:28:11 +02:00
epenet
b5d16bb3ca
Fix dangerous-default-value warnings in version tests () 2024-06-13 09:27:51 +02:00
epenet
92d150ff57
Fix dangerous-default-value warnings in integration tests () 2024-06-13 09:21:59 +02:00
epenet
a06f098312
Fix dangerous-default-value warnings in switchbot tests () 2024-06-13 09:20:53 +02:00
dependabot[bot]
08403df20e
Bump actions/checkout from 4.1.6 to 4.1.7 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 09:19:26 +02:00
Robert Hillis
cad6163162
Store runtime data inside the config entry in Tautulli () 2024-06-13 08:57:28 +02:00
epenet
610f21c4a6
Fix unnecessary-lambda warnings in tests () 2024-06-13 08:56:14 +02:00
dependabot[bot]
4af3879fc2
Bump github/codeql-action from 3.25.8 to 3.25.9 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 08:56:04 +02:00
dependabot[bot]
0a727aba4a
Bump dawidd6/action-download-artifact from 5 to 6 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 08:55:50 +02:00
J. Nick Koston
d52ce03aa4
Ensure asyncio blocking checks are undone after tests run ()
* Ensure asyncio blocking checks are undone after tests run

* no reason to ever enable twice

* we are patching objects, make it more generic

* make sure bootstrap unblocks as well

* move disable to tests only

* re-protect

* Update tests/test_block_async_io.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Revert "Update tests/test_block_async_io.py"

This reverts commit 2d46028e21.

* tweak name

* fixture only

* Update tests/conftest.py

* Update tests/conftest.py

* Apply suggestions from code review

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-06-13 08:52:01 +02:00
epenet
669569ca49
Fix dangerous-default-value in zha tests () 2024-06-13 08:35:05 +02:00
epenet
dda6ccccd2
Fix dangerous-default-value in nest tests ()
* Fix dangerous-default-value in nest tests

* Adjust

* Adjust
2024-06-12 23:32:55 -07:00
J. Nick Koston
dbd3147c9b
Remove async_late_forward_entry_setups and instead implicitly hold the lock ()
* Refactor config entry forwards to implictly obtain the lock instead of explictly

This is a bit of a tradeoff to not need async_late_forward_entry_setups

The downside is we can no longer detect non-awaited plastform setups
as we will always implicitly obtain the lock instead of explictly.

Note, this PR is incomplete and is only for discussion purposes
at this point

* preen

* cover

* cover

* restore check for non-awaited platform setup

* cleanup

* fix missing word

* make non-awaited test safer
2024-06-12 21:06:11 -04:00
Josef Zweck
4e121fcbe8
Remove steam temp sensor for Linea Mini () 2024-06-12 23:35:51 +02:00
Jan-Philipp Benecke
fd83b9a7c6
Add missing attribute translations to water heater entity component () 2024-06-12 23:34:01 +02:00
Jan Bouwhuis
532f6d1d97
Return override target temp for incomfort climate () 2024-06-12 23:13:12 +02:00
Erik Montnemery
51891ff8e2
Fix typo in google_assistant () 2024-06-12 22:45:41 +02:00
Matthias Alphart
929dd9f5da
Device automation extra fields translation for LCN () 2024-06-12 22:45:10 +02:00
Matthias Alphart
39f3a294dc
Device automation extra fields translation for Z-Wave-JS () 2024-06-12 22:44:50 +02:00
epenet
e3e80c83b7
Fix contextmanager-generator-missing-cleanup warning in tests () 2024-06-12 22:38:11 +02:00
epenet
f7326d3baf
Ignore too-many-nested-blocks warning in zha tests () 2024-06-12 22:33:40 +02:00
Jan Bouwhuis
541c941006
Add state icons to incomfort water_heater entities () 2024-06-12 22:25:49 +02:00
J. Nick Koston
a586e7fb72
Remove useless delegation in unifiprotect () 2024-06-12 22:23:18 +02:00
Erik Montnemery
2661581d4e
Fix typos in collection helper () 2024-06-12 20:37:38 +02:00
Erik Montnemery
a4c34fe207
Fix typo in lovelace () 2024-06-12 14:14:59 -04:00
J. Nick Koston
ae3134d875
Simplify unifiprotect device removal code () 2024-06-12 12:03:12 -05:00
J. Nick Koston
8f7686082c
Refactor unifiprotect media_source to remove type ignores () 2024-06-12 12:02:53 -05:00