Rename fritz coordinator module (#117440)

* Rename fritz coordinator module

* Update .coveragerc

* Adjust .coveragerc

* Adjust coverage

* Adjust coverage
This commit is contained in:
epenet 2024-05-15 21:58:29 +02:00 committed by GitHub
parent ebb02a7081
commit 0a625baeed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 57 additions and 49 deletions

View file

@ -63,7 +63,7 @@ async def test_buttons(
assert button
assert button.state == STATE_UNKNOWN
with patch(
f"homeassistant.components.fritz.common.AvmWrapper.{wrapper_method}"
f"homeassistant.components.fritz.coordinator.AvmWrapper.{wrapper_method}"
) as mock_press_action:
await hass.services.async_call(
BUTTON_DOMAIN,
@ -97,7 +97,7 @@ async def test_wol_button(
assert button
assert button.state == STATE_UNKNOWN
with patch(
"homeassistant.components.fritz.common.AvmWrapper.async_wake_on_lan"
"homeassistant.components.fritz.coordinator.AvmWrapper.async_wake_on_lan"
) as mock_press_action:
await hass.services.async_call(
BUTTON_DOMAIN,