mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 10:07:54 +00:00
* Refactor vicare config_flow tests * Address review comments * Remove unused parameters
7 lines
128 B
Python
7 lines
128 B
Python
"""Test for ViCare."""
|
|
from __future__ import annotations
|
|
|
|
MODULE = "homeassistant.components.vicare"
|
|
|
|
MOCK_MAC = "B874241B7B9"
|