mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Rename mqtt mixins module to entity.py
(#126279)
This commit is contained in:
@ -1894,7 +1894,7 @@ async def test_disabling_and_enabling_entry(
|
||||
config_light = '{"name": "test_new", "command_topic": "test-topic_new"}'
|
||||
|
||||
with patch(
|
||||
"homeassistant.components.mqtt.mixins.mqtt_config_entry_enabled",
|
||||
"homeassistant.components.mqtt.entity.mqtt_config_entry_enabled",
|
||||
return_value=False,
|
||||
):
|
||||
# Discovery of mqtt tag
|
||||
|
Reference in New Issue
Block a user