mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 20:07:23 +00:00
7 lines
128 B
Python
7 lines
128 B
Python
"""Test for ViCare."""
|
|
from __future__ import annotations
|
|
|
|
MODULE = "homeassistant.components.vicare"
|
|
|
|
MOCK_MAC = "B874241B7B9"
|