Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated constants will be removed #59

Open
glebsterx opened this issue Mar 14, 2024 · 0 comments
Open

Deprecated constants will be removed #59

glebsterx opened this issue Mar 14, 2024 · 0 comments

Comments

@glebsterx
Copy link

glebsterx commented Mar 14, 2024

Throws errors due to deprecated constants

DATA_RATE_KIBIBYTES_PER_SECOND was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KIBIBYTES_PER_SECOND instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
DATA_RATE_MEBIBYTES_PER_SECOND was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEBIBYTES_PER_SECOND instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
DATA_RATE_GIBIBYTES_PER_SECOND was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIBIBYTES_PER_SECOND instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
ENTITY_CATEGORY_CONFIG was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.CONFIG instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
ENTITY_CATEGORY_DIAGNOSTIC was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.DIAGNOSTIC instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
SUPPORT_OPERATION_MODE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use WaterHeaterEntityFeature.OPERATION_MODE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
SUPPORT_TARGET_TEMPERATURE was used from skykettle, this is a deprecated constant which will be removed in HA Core 2025.1. Use WaterHeaterEntityFeature.TARGET_TEMPERATURE instead, please create a bug report at https://github.com/ClusterM/skykettle-ha/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant