kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
167 stars 32 forks source link

HA Core 2025.1 Deprecated Constant Changes Required #179

Closed craibo closed 5 months ago

craibo commented 5 months ago

Logger: homeassistant.components.lock Source: helpers/deprecation.py:205 Integration: Lock (documentation, issues) First occurred: 11:13:11 (2 occurrences) Last logged: 11:13:11

SUPPORT_OPEN was used from nuki_ng, this is a deprecated constant which will be removed in HA Core 2025.1. Use LockEntityFeature.OPEN instead, please create a bug report at https://github.com/kvj/hass_nuki_ng/issues

neildsb commented 5 months ago

duplicate https://github.com/kvj/hass_nuki_ng/issues/173