mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Log transmitted MQTT messages (#65550)
This commit is contained in:
@@ -802,7 +802,12 @@ async def test_entity_id_update_discovery_update(hass, mqtt_mock):
|
||||
async def test_entity_debug_info_message(hass, mqtt_mock):
|
||||
"""Test MQTT debug info."""
|
||||
await help_test_entity_debug_info_message(
|
||||
hass, mqtt_mock, siren.DOMAIN, DEFAULT_CONFIG
|
||||
hass,
|
||||
mqtt_mock,
|
||||
siren.DOMAIN,
|
||||
DEFAULT_CONFIG,
|
||||
siren.SERVICE_TURN_ON,
|
||||
command_payload='{"state": "ON"}',
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user