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

6 Commits

Author SHA1 Message Date
epenet
af40b6524e
Use new ServiceInfo location in component tests (part 3) () 2025-01-20 13:16:59 +01:00
epenet
8c13daf6d9
Move SsdpServiceInfo to service_info helpers ()
* Move SsdpServiceInfo to service_info helpers

* docstring

* Move string constants

* Adjust components
2025-01-15 15:00:27 +02:00
Robert Svensson
06ee8fdd47
Do not use get_hub in deCONZ tests () 2024-07-29 11:43:04 +02:00
Robert Svensson
58419f14e8
Less use of hass.data[DECONZ_DOMAIN] in deCONZ tests ()
* Less use of hass.data[DECONZ_DOMAIN] in deCONZ tests

* Fix review comment

* Change patch path
2024-07-26 20:58:00 +02:00
Robert Svensson
9b4cf873c1
Replace ConfigEntry with MockConfigEntry in deCONZ tests () 2024-07-26 09:36:41 +02:00
Robert Svensson
e6ef8a34a7
Tweak deCONZ init and hub tests ()
* Improve typing of init tests

* Clean up gateway test

* Validate deconz device registry entry

* Rename gateway to hub

* Snake case BRIDGEID to BRIDGE_ID
2024-07-23 22:29:48 +03:00