Commit graph

74484 commits

Author SHA1 Message Date
Joost Lekkerkerker
9fd96e8a78
Remove entity description mixin in Meater () 2024-03-11 11:28:54 +01:00
Joost Lekkerkerker
2349ce1abd
Move yandex transport fixture to integration test ()
* Move yandex transport fixture to integration test

* Update tests/components/yandex_transport/test_sensor.py

* Ran ruff

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-03-11 11:28:30 +01:00
Joost Lekkerkerker
1fa0ce2f2c
Remove entity description mixin in Kaiterra () 2024-03-11 11:28:26 +01:00
Joost Lekkerkerker
d9996d3add
Remove entity description mixin in Launch Library () 2024-03-11 11:28:08 +01:00
Joost Lekkerkerker
d95f30611e
Remove entity description mixin in Kaleidescape () 2024-03-11 11:25:05 +01:00
Joost Lekkerkerker
da40e83fd9
Remove entity description mixin in Schlage () 2024-03-11 11:18:34 +01:00
Joost Lekkerkerker
e4b43680e1
Remove entity description mixin in Starlink () 2024-03-11 11:18:01 +01:00
Joost Lekkerkerker
e696afabe7
Remove entity description mixin in WeatherFlow () 2024-03-11 11:16:29 +01:00
星野SKY
716a163f5f
Bump boschshcpy to 0.2.82 () 2024-03-11 11:11:32 +01:00
dependabot[bot]
b45bfdb3cc
Bump Wandalen/wretry.action from 1.4.7 to 1.4.8 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 11:08:15 +01:00
Joost Lekkerkerker
981902dd8a
Remove entity description mixin in Opower () 2024-03-11 11:03:06 +01:00
Marcel van der Veldt
e87e0d2d41
Bump aioslimproto to 3.0.0 () 2024-03-11 10:54:51 +01:00
Brett Adams
6d440e36ad
Add tests for Aussie Broadband diagnostics ()
* Add tests for diag

* Fix docstring

* Spelling
2024-03-11 10:54:12 +01:00
Joost Lekkerkerker
a0d50ecdf5
Remove entity description mixin in Tado () 2024-03-11 10:53:19 +01:00
Joost Lekkerkerker
d0f53c2c99
Remove entity description mixin in Vilfo () 2024-03-11 10:20:08 +01:00
Simone Chemelli
4095de0566
Allow Shelly CoAP to honour default network adapter ()
* Allow Shelly CoAP to honor default network adapter

* apply review comment

* 1 more debug log line

* adapt code to library changes

* test

* improve test

* one more test
2024-03-11 09:52:15 +01:00
J. Nick Koston
30c3174498
Fix CoreState in cloud google assistant tests () 2024-03-10 22:50:09 -10:00
J. Nick Koston
fd8ee6c857
Fix google assistant cloud sync test () 2024-03-10 22:44:21 -10:00
Jan Bouwhuis
17aa49410b
Rename mqtt platform setup method ()
* Rename mqtt platform setup method

* Format method to one line
2024-03-11 09:43:47 +01:00
Yuxin Wang
405bf076b2
Remove a redundant check in APCUPSD's config flow ()
Remove a redundant check that is impossible to happen in practice
2024-03-11 08:38:44 +01:00
Joost Lekkerkerker
4b84954d17
Remove entity description mixin in V2C () 2024-03-11 08:32:43 +01:00
Joost Lekkerkerker
b914ac3185
Move openhardwaremonitor fixture to integration tests ()
* Move openhardwaremonitor fixture

* Update tests/components/openhardwaremonitor/test_sensor.py

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2024-03-11 08:30:22 +01:00
J. Nick Koston
3387892f59
Schedule tasks eagerly when called from hass.add_job () 2024-03-10 21:19:49 -10:00
Joost Lekkerkerker
cede16fc40
Move Feedreader fixture to integration test () 2024-03-10 23:27:38 -04:00
Joost Lekkerkerker
d528378f5d
Move london_air fixture to integration test ()
* Move london_air fixture to integration test

* Fix
2024-03-10 23:27:20 -04:00
Joost Lekkerkerker
812bd4af65
Move metoffice fixture to integration test ()
* Move metoffice fixture to integration test

* Fix

* Update tests/components/metoffice/test_config_flow.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* Fix

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2024-03-10 23:27:00 -04:00
Joost Lekkerkerker
a78e389d9b
Move Microsoft face fixture to integration test ()
* Move Microsoft face fixture to integration test

* Update tests/components/microsoft_face/test_init.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* Fix

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2024-03-10 23:26:37 -04:00
Ernst Klamer
db44efc1a3
Bump bthome-ble to 3.8.0 ()
Bump bthome-ble
2024-03-10 23:25:04 -04:00
J. Nick Koston
b30c7b47f6
Avoid scheduling person updates on the event loop ()
These update call the storage collection async_update_item
which never suspends so they can finish synchronously without
having to be scheduled on the loop when run_immediately,
which schedules the task eagerly is set
2024-03-10 23:24:48 -04:00
J. Nick Koston
b8b8e44454
Migrate duckdns to use async_run_hass_job ()
The code would create a hassjob and than run the wrapped
function with async_run_job so it had to work out the
job type twice
2024-03-10 23:23:02 -04:00
Joost Lekkerkerker
cddce0ce0d
Enable more SIM ruff rules ()
* SIM101 SIM103

* SIM107 SIM109

* SIM110

* SIM112 SIM113

* SIM115

* SIM116

* Fix

* Fix

* Fix
2024-03-10 23:20:37 -04:00
J. Nick Koston
e96ef4613c
Bump aioesphomeapi to 23.1.1 ()
changelog: https://github.com/esphome/aioesphomeapi/compare/v23.1.0...v23.1.1

Fixes cryptic error message the user tried to send a command
or execute a service call when the device was disconnected
2024-03-10 23:18:49 -04:00
Robert Svensson
416d21c548
Bump axis to v53 () 2024-03-10 23:17:12 -04:00
Joost Lekkerkerker
0ea91515cf
Fix Bang & Olufsen enum naming () 2024-03-10 23:16:05 -04:00
Allen Porter
23f9aea64d
Bump ical to 7.0.1 and always use home assistant timezone for local todo dtstart () 2024-03-10 23:13:02 -04:00
J. Nick Koston
7ea79148ba
Ignore logging events in zha websocket tests () 2024-03-10 13:13:26 -10:00
David F. Mulcahey
fad5fc5256
Fix race condition when ZHA group members change () 2024-03-10 13:12:27 -10:00
Yuxin Wang
db31afe019
Migrate APCUPSD to has entity name ()
* Properly set entity names for APCUPSD

* Add test cases to prevent future regressions

* Fix tests due to the updated entity IDs

* Prettify code

* Remove redundant translation key
2024-03-10 23:56:25 +01:00
Joost Lekkerkerker
b125a6b1bb
Remove entity description mixin in Shelly ()
* Remove entity description mixin in Shelly

* fix

* Fix
2024-03-10 22:15:23 +01:00
Thomas55555
9a647d9b17
Bump aioautomower to 2024.3.0 ()
Fix error in Husqvarna automower in Zones dataclass
2024-03-10 23:10:27 +02:00
Joost Lekkerkerker
d9f6e4be24
Add icon translations to Husqvarna automower ()
* Add icon translations to Husqvarna automower

* fix
2024-03-10 21:55:31 +01:00
Joost Lekkerkerker
c1d1479bde
Add icon translations to Picnic ()
* Add icon translations to Picnic

* fix
2024-03-10 21:53:07 +01:00
Joost Lekkerkerker
2a5be33f34
Remove entity description mixin in Synology DSM () 2024-03-10 21:52:01 +01:00
Joost Lekkerkerker
a7f71eaa35
Remove entity description mixin in Tractive ()
Remove entity description mixin in
Tractive
2024-03-10 21:45:06 +01:00
Joost Lekkerkerker
c8c00a86a6
Remove entity description mixin in Nettigo Air Monitor () 2024-03-10 21:44:41 +01:00
David Knowles
08874354c7
Add missing translation placeholder in Hydrawise ()
Add missing translation placeholder
2024-03-10 21:20:46 +01:00
Joost Lekkerkerker
b8ae5e2388
Remove entity description mixin in Switcher Kis () 2024-03-10 22:06:28 +02:00
Jan Bouwhuis
02ef7ba134
Remove not needed hass.async_block_till_done in test () 2024-03-10 09:46:25 -10:00
Joost Lekkerkerker
958c843512
Move OpenALPR cloud fixture to integration test () 2024-03-10 15:17:24 -04:00
Joost Lekkerkerker
d76c20a483
Move uk_transport fixture to integration test () 2024-03-10 15:17:06 -04:00