6 lines
128 B
Python
6 lines
128 B
Python
"""Test for ViCare."""
|
|
from __future__ import annotations
|
|
|
|
MODULE = "homeassistant.components.vicare"
|
|
|
|
MOCK_MAC = "B874241B7B9"
|