Skip to content

Commit

Permalink
Switch to enum.StrEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesonuk authored May 13, 2024
1 parent 2d6f1fb commit d8ecc1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/better_thermostat/utils/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import os
import json
from enum import IntEnum
from homeassistant.backports.enum import StrEnum
from enum import IntEnum, StrEnum

import logging
import voluptuous as vol
Expand Down

0 comments on commit d8ecc1d

Please sign in to comment.