1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-04 05:59:16 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
epenet
3d31af3eb4
Move entity_registry_enabled_by_default to decorator [a-p] () 2024-06-04 16:18:42 +02:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ()
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Marc Mueller
c88b337600
Add empty line after module docstring [tests f-k] () 2024-03-08 14:50:04 +01:00
J. Nick Koston
9c82df4b98
Fix duplicate config entry additions in tests ()
zha and plex still add the same config entry multiple times
but they are going to need seperate PRs as they have more
complex logic
2024-01-13 21:01:18 -05:00
Jan-Philipp Benecke
0eafc8f2cd
Update k-l* tests to use entity & device registry fixtures () 2023-11-13 20:02:33 +01:00
Maciej Bieniek
ab6f617797
Use entity_registry_enabled_by_default fixture in Kraken tests ()
Use entity_registry_enabled_by_default fixture
2023-10-04 15:45:59 +02:00
Erik Montnemery
e6728f2f19
Use freezegun in kraken tests () 2023-08-25 09:03:12 -05:00
Erik Montnemery
3495d762a4
Adjust kraken tests which create devices () 2023-08-10 18:23:37 +02:00
epenet
f75ac17554
Add type hints to integration tests (j-m) () 2023-02-08 19:06:59 +01:00
Franck Nijhof
c3d19f3827
Clean up accessing device_registry helpers via hass () 2022-05-17 12:22:15 -07:00
Franck Nijhof
69cc6ab5f1
Clean up accessing entity_registry.async_get_registry helper via hass () 2022-05-17 16:40:45 +02:00
Ville Skyttä
39691faccc
Use DeviceEntryType in non-typechecked code too () 2021-11-23 10:04:33 +01:00
Kevin Stillhammer
bd5c131675
Add all kraken entities on startup ()
* Add all kraken entities on startup

* Add _async_add_kraken_sensors

* Add test sensors available after restart

* Add test for config update

* Update tests/components/kraken/test_sensor.py

Co-authored-by: Allen Porter <allen.porter@gmail.com>

Co-authored-by: Allen Porter <allen.porter@gmail.com>
2021-10-26 00:02:49 -07:00
Kevin Stillhammer
dd52ec78c7
Add Kraken delay after first update to avoid limit ()
* Add delay after first update to avoid limit

* Apply suggestions
2021-09-30 13:23:46 +02:00
Kevin Eifinger
c220e70008
Add integration kraken ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-05-14 08:02:11 -07:00