mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add MQTT debug info for remaining MQTT integrations (#33506)
This commit is contained in:
@@ -11,6 +11,7 @@ from .test_common import (
|
||||
help_test_discovery_removal,
|
||||
help_test_discovery_update,
|
||||
help_test_discovery_update_attr,
|
||||
help_test_entity_debug_info_message,
|
||||
help_test_entity_device_info_remove,
|
||||
help_test_entity_device_info_update,
|
||||
help_test_entity_device_info_with_connection,
|
||||
@@ -399,3 +400,10 @@ async def test_entity_id_update_discovery_update(hass, mqtt_mock):
|
||||
await help_test_entity_id_update_discovery_update(
|
||||
hass, mqtt_mock, lock.DOMAIN, DEFAULT_CONFIG
|
||||
)
|
||||
|
||||
|
||||
async def test_entity_debug_info_message(hass, mqtt_mock):
|
||||
"""Test MQTT debug info."""
|
||||
await help_test_entity_debug_info_message(
|
||||
hass, mqtt_mock, lock.DOMAIN, DEFAULT_CONFIG
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user