Fix incorrect import in androidtv tests (#125860)

pull/125877/head
epenet 2024-09-12 23:30:51 +02:00 committed by GitHub
parent 47a9dda3b8
commit 11f42761aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Tests for the diagnostics data provided by the AndroidTV integration."""
from homeassistant.components.asuswrt.diagnostics import TO_REDACT
from homeassistant.components.androidtv.diagnostics import TO_REDACT
from homeassistant.components.diagnostics import async_redact_data
from homeassistant.components.media_player import DOMAIN as MP_DOMAIN
from homeassistant.config_entries import ConfigEntryState