Erik Montnemery and GitHub
bf3b974a07
Migrate calls to async_get_device in tests (part 1) ( #178322 )
2026-08-06 16:01:37 +02:00
492a03a814
Fix broadlink not updating state ( #169942 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2026-07-08 22:49:50 +02:00
Marc Mueller and GitHub
38adfbf1a3
Add empty line after module docstring [tests a-e] ( #112708 )
2024-03-08 08:50:25 -05:00
Erik Montnemery and GitHub
7539cf25be
Don't require passing identifiers to DeviceRegistry.async_get_device ( #96479 )
...
* Require keyword arguments to DeviceRegistry.async_get_device
* Update tests
* Update tests
* Don't enforce keyword arguments
2023-07-13 13:39:25 -04:00
Franck Nijhof and GitHub
330e1c6cbb
Clean up unnecessary registry mocks from integration tests ( #87763 )
2023-02-09 10:43:45 +01:00
epenet and GitHub
807c69f621
Add type hints to integration tests (b-c) ( #87698 )
2023-02-08 18:08:43 +01:00
Patrick ZAJDA and GitHub
a717ea8afc
Migrate Broadlink to new entity naming style ( #80187 )
...
* Migrate Broadlink to new entity naming style
Signed-off-by: Patrick ZAJDA <patrick@zajda.fr >
* Add some tests
Signed-off-by: Patrick ZAJDA <patrick@zajda.fr >
Signed-off-by: Patrick ZAJDA <patrick@zajda.fr >
2022-10-18 22:09:23 +02:00
8234625d30
Use Domain not Platform on test service calls ( #65508 )
...
* Adjust atag
* adjust broadlink
* Adjust onewire
* Adjust plex
* Adjust renault
* Adjust tasmota
* Adjust zha
Co-authored-by: epenet <epenet@users.noreply.github.com >
2022-02-03 14:16:35 +01:00
Erik Montnemery and GitHub
a8c14835b9
Add entity options to entity registry ( #64350 )
...
* Initial commit for entity options
* Tweak broadlink tests
* Add async_update_entity_options + test
2022-01-18 22:47:46 +01:00
Marc Mueller and GitHub
f57d42a9e8
Use platform enum (1) [A-D] ( #60908 )
...
* Use platform enum (1) [A-D]
* Fix imports
* Fix tests
* Use Platform even in tests
2021-12-03 08:51:30 -08:00
Felipe Martins Diel and GitHub
fca79237c3
Create dataclass to mock entry setup in Broadlink tests ( #50134 )
2021-06-14 13:28:57 +02:00
Ville Skyttä and GitHub
2fb3be50ab
Make DeviceRegistry.async_get_device connections arg optional ( #44897 )
...
* Make async_get_device connections Optional, default None
* Remove unnecessary async_get_device connections arg usages
Some of these were using an incorrect collection type, which didn't
cause issues mostly just due to luck.
2021-01-07 13:49:45 +01:00
Franck Nijhof and GitHub
65cf2fcb6f
Drop asynctest ( #44746 )
2021-01-01 22:31:56 +01:00
353b40b28a
Add tests for Broadlink remotes ( #39235 )
...
* Add tests for Broadlink remotes
* Reformat the tests with Black
* Add a helper method for device setup
* Rename device.setup() to device.setup_entry()
* Apply suggestions from code review
Co-authored-by: Chris Talkington <chris@talkingtontech.com >
2020-09-03 16:51:08 -05:00