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

Lots of errors lately, and unsupported warnings! #26

Open
Alfamonk opened this issue Dec 30, 2024 · 2 comments
Open

Lots of errors lately, and unsupported warnings! #26

Alfamonk opened this issue Dec 30, 2024 · 2 comments

Comments

@Alfamonk
Copy link

Logger: homeassistant.const
Source: helpers/deprecation.py:222
First occurred: 12:32:21 AM (2 occurrences)
Last logged: 12:32:27 AM

TEMP_CELSIUS was used from salusfy, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'salusfy' custom integration
POWER_VOLT_AMPERE_REACTIVE was used from huawei_solar, this is a deprecated constant which will be removed in HA Core 2025.9. Use UnitOfReactivePower.VOLT_AMPERE_REACTIVE instead, please report it to the author of the 'huawei_solar' custom integration

Logger: homeassistant.components.climate
Source: components/climate/init.py:384
integration: Climate (documentation, issues)
First occurred: 12:32:22 AM (1 occurrences)
Last logged: 12:32:22 AM

Entity None (<class 'custom_components.salusfy.climate.SalusThermostat'>) implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/floringhimie/salusfy/issues

Logger: homeassistant.components.climate.const
Source: helpers/deprecation.py:222
integration: Climate (documentation, issues)
First occurred: 12:32:21 AM (5 occurrences)
Last logged: 12:32:21 AM

CURRENT_HVAC_HEAT was used from salusfy, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'salusfy' custom integration
CURRENT_HVAC_IDLE was used from salusfy, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please report it to the author of the 'salusfy' custom integration
HVAC_MODE_HEAT was used from salusfy, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'salusfy' custom integration
HVAC_MODE_OFF was used from salusfy, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'salusfy' custom integration
SUPPORT_TARGET_TEMPERATURE was used from salusfy, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'salusfy' custom integration

@neluvarvas
Copy link

HA Core 2025.1.- change variables! need update

@rovingclimber
Copy link

I've just submitted a pull request that fixes this for v2025.1

Working climate.py for 2025.1 here:
https://github.com/rovingclimber/salusfy/blob/main/custom_components/salusfy/climate.py

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

3 participants