Fix velbus import (#102780)

This commit is contained in:
Marc Mueller 2023-10-25 23:09:36 +02:00 committed by GitHub
parent 371a49d2f4
commit 27ac2ceae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from __future__ import annotations
from typing import Any
import velbusaio
import velbusaio.controller
from velbusaio.exceptions import VelbusConnectionFailed
import voluptuous as vol