pauln / tailwind-home-assistant

Tailwind iQ3 integration for Home Assistant
Apache License 2.0
25 stars 3 forks source link

Deprecated Constants will be removed from HA Core 2025.1 #28

Open mcattle opened 10 months ago

mcattle commented 10 months ago

Logger: homeassistant.components.cover Source: helpers/deprecation.py:205 Integration: Cover (documentation, issues) First occurred: 3:23:33 PM (6 occurrences) Last logged: 3:23:33 PM

DEVICE_CLASS_GARAGE was used from tailwind_iq3, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverDeviceClass.GARAGE instead, please create a bug report at https://github.com/pauln/tailwind-home-assistant/issues

SUPPORT_CLOSE was used from tailwind_iq3, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please create a bug report at https://github.com/pauln/tailwind-home-assistant/issues

SUPPORT_OPEN was used from tailwind_iq3, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please create a bug report at https://github.com/pauln/tailwind-home-assistant/issues