mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Apply registry type hints on mqtt platform tests (#87758)
Apply registry fixture types on platform tests
This commit is contained in:
@@ -634,7 +634,9 @@ async def test_discovery_update_attr(
|
||||
)
|
||||
|
||||
|
||||
async def test_unique_id(hass: HomeAssistant, mqtt_mock_entry_with_yaml_config) -> None:
|
||||
async def test_unique_id(
|
||||
hass: HomeAssistant, mqtt_mock_entry_with_yaml_config: MqttMockHAClientGenerator
|
||||
) -> None:
|
||||
"""Test unique id option only creates one siren per unique_id."""
|
||||
config = {
|
||||
mqtt.DOMAIN: {
|
||||
|
Reference in New Issue
Block a user