Skip to content

Commit

Permalink
* Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru committed Nov 1, 2023
1 parent 80fb007 commit fc7bdf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/luxtronik/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from typing import Final

from enum import StrEnum
import voluptuous as vol

import homeassistant.helpers.config_validation as cv
from homeassistant.const import Platform
from homeassistant.helpers.typing import StateType

Expand Down

2 comments on commit fc7bdf5

@colognebroker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok works

@Ronicon98
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. All ok

Please sign in to comment.