Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
#245 #255 
* Try fix warning 'StrEnum'
  • Loading branch information
BenPru authored Sep 28, 2024
1 parent 08d3b37 commit 5b7d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from datetime import datetime
from typing import Any
from enum import StrEnum

from homeassistant.backports.enum import StrEnum
from homeassistant.components.sensor import RestoreSensor
from homeassistant.components.water_heater import STATE_HEAT_PUMP
from homeassistant.const import STATE_OFF, UnitOfTemperature, UnitOfTime
Expand Down

0 comments on commit 5b7d296

Please sign in to comment.