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

15 Commits

Author SHA1 Message Date
epenet
9204ccfa17
Use is in ConfigEntryState enum comparison in tests (N-Z) () 2024-04-05 17:37:00 +02:00
Joost Lekkerkerker
ee66f6ec8c
Use is in enum comparison in config flow tests P-T () 2024-04-02 11:21:50 -10: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
7d6251ca08
Add empty line after module docstring [tests q-s] () 2024-03-08 14:47:22 +01:00
J. Nick Koston
f3a9756f81
Avoid waiting for integration platforms in the parent integration () 2024-03-05 21:16:42 -10:00
Erik Montnemery
c096ac56db
Remove raspberry_pi config entry if hassio is not present () 2024-02-05 12:23:30 +01:00
Erik Montnemery
03b1c7ad1d
Minor improvement in tests of hardware integrations () 2023-08-30 21:11:52 +02:00
epenet
2cdc741900
Add type hints to integration tests (part 17) () 2023-02-15 11:14:04 +01:00
Erik Montnemery
874ece195e
Include config entry id in response to WS API hardware/info () 2022-11-10 13:19:21 +01:00
Erik Montnemery
067d21a307
Refactor hardware.async_info to return list[HardwareInfo] () 2022-08-29 08:45:39 +02:00
Erik Montnemery
bb74730e96
Add support for USB dongles to the hardware integration ()
* Add support for USB dongles to the hardware integration

* Update hardware integrations

* Adjust tests

* Add USB discovery for SkyConnect 1.0

* Improve test coverage

* Apply suggestions from code review

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Fix frozen dataclass shizzle

* Adjust test

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-08-18 21:52:12 +02:00
Franck Nijhof
a6244eea28
Search/replace RESULT_TYPE_* by FlowResultType enum () 2022-07-07 21:28:18 +02:00
Erik Montnemery
82afbd1d12
Improve raspberry_pi tests ()
* Improve raspberry_pi tests

* Address review comments
2022-06-09 16:12:10 +02:00
Erik Montnemery
d1578aacf2
Improve raspberry_pi tests () 2022-05-26 21:41:17 +02:00
Erik Montnemery
2bc093a04d
Hardware integration MVP () 2022-05-25 20:39:15 +02:00