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

HA - Deprecation of TEMP_CELSIUS #66

Closed
4 tasks done
FieryFools opened this issue Feb 8, 2024 · 0 comments · Fixed by #90
Closed
4 tasks done

HA - Deprecation of TEMP_CELSIUS #66

FieryFools opened this issue Feb 8, 2024 · 0 comments · Fixed by #90

Comments

@FieryFools
Copy link

System Health details

System Information

version core-2024.2.0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.1
os_name Linux
os_version 6.1.74-haos
arch x86_64
timezone America/Denver
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4115
Installed Version 1.34.0
Stage running
Available Repositories 1386
Downloaded Repositories 32
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 11.5
update_channel stable
supervisor_version supervisor-2024.01.1
agent_version 1.6.0
docker_version 24.0.7
disk_total 112.7 GB
disk_used 37.9 GB
healthy true
supported true
board generic-x86-64
supervisor_api ok
version_api ok
installed_addons AppDaemon (0.16.4), SQLite Web (4.1.1), Advanced SSH & Web Terminal (17.1.0), Studio Code Server (5.15.0), Samba share (12.2.0), Log Viewer (0.17.0), Duck DNS (1.15.0), Z-Wave JS UI (3.3.2), Cloudflared (5.1.2), Network UPS Tools (0.13.0), Z-Wave JS (0.4.4), ESPHome (2023.12.9), Mosquitto broker (6.4.0)
Dashboards
dashboards 1
resources 20
views 1
mode storage
Recorder
oldest_recorder_run February 6, 2024 at 8:30 PM
current_recorder_run February 7, 2024 at 7:08 PM
estimated_db_size 153.01 MiB
database_engine sqlite
database_version 3.44.2
Sonoff
version 3.5.4 (a4a8c5f)
cloud_online 2 / 2
local_online 2 / 2

Checklist

  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of currently previous issues..

Describe the issue

You may know this already but started getting this error in HA:
Logger: homeassistant.const
Source: helpers/deprecation.py:205
First occurred: 7:09:14 PM (2 occurrences)
Last logged: 7:09:14 PM

TEMP_CELSIUS was used from aquanta, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/bmcclure/ha-aquanta/issues

Reproduction steps

  1. Update HA to 2024.2
  2. Restart
  3. Will show up in core logs
    ...

Debug logs

n/a

Diagnostics dump

No response

carterbox added a commit to carterbox/ha-aquanta that referenced this issue Jun 27, 2024
Homeassistant Core has deprecated the TEMP_CELSIUS constant.
The new constant is an ENUM which collects all temp units together.

Closes bmcclure#66
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

Successfully merging a pull request may close this issue.

1 participant