vmakeev / hass_tplink_easy_smart

Home Assistant custom component for control TP-Link Easy Smart switches over LAN.
MIT License
28 stars 7 forks source link

StrEnum deprecated use enum.StrEnum instead #23

Open cgfm opened 1 month ago

cgfm commented 1 month ago

Logger: homeassistant.backports.enum source: helpers/deprecation.py:197

StrEnum was used from tplink_easy_smart, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'tplink_easy_smart' custom integration