Fix velbus import (#102780)

pull/103019/head
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
1 changed files with 1 additions and 1 deletions

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