rospogrigio / localtuya

local handling for Tuya devices
GNU General Public License v3.0
2.71k stars 530 forks source link

Log from HA 2024.1 #1629

Open vinceg0267 opened 5 months ago

vinceg0267 commented 5 months ago

Logger: homeassistant.components.cover Source: helpers/deprecation.py:205 Integration: Copertura (documentation, issues) First occurred: 14:10:27 (8 occurrences) Last logged: 14:10:27

SUPPORT_CLOSE was used from localtuya, 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/rospogrigio/localtuya/issues SUPPORT_OPEN was used from localtuya, 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/rospogrigio/localtuya/issues SUPPORT_SET_POSITION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please create a bug report at https://github.com/rospogrigio/localtuya/issues SUPPORT_STOP was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please create a bug report at https://github.com/rospogrigio/localtuya/issues

garry0garry commented 5 months ago

https://github.com/rospogrigio/localtuya/issues/1610

neildsb commented 4 months ago

https://github.com/rospogrigio/localtuya/issues/1650