Skip to content

Commit

Permalink
Merge pull request #1353 from jamesonuk/strenum
Browse files Browse the repository at this point in the history
Switch to enum.StrEnum
  • Loading branch information
KartoffelToby committed Jun 7, 2024
2 parents b027743 + d8ecc1d commit c2ce063
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 c2ce063

Please sign in to comment.