mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 22:30:12 +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"
|