Skip to content

Conversation

@edenhaus
Copy link
Member

@edenhaus edenhaus commented Jul 9, 2025

This reverts #145850, as the HA docs were wrong. The integration connects via telnet to the hddtemp service. Therefore, you can use it in our containers.

Fixes #146578

Docs PR: home-assistant/home-assistant.io#39941

@edenhaus edenhaus added this to the 2025.7.2 milestone Jul 9, 2025
Copilot AI review requested due to automatic review settings July 9, 2025 11:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts the prior deprecation of the hddtemp integration, restoring its ability to connect via Telnet and removing the deprecation warnings and issue registry entries previously added.

  • Remove creation of deprecation Issue for hddtemp in sensor.py
  • Drop the DOMAIN constant from __init__.py and update imports accordingly
  • Remove the test that asserted a deprecation issue was registered

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
tests/components/hddtemp/test_sensor.py Deleted imports and test related to deprecation issue
homeassistant/components/hddtemp/sensor.py Removed create_issue call and associated imports
homeassistant/components/hddtemp/init.py Removed the DOMAIN constant
Comments suppressed due to low confidence (1)

homeassistant/components/hddtemp/init.py:1

  • Removing the DOMAIN constant may break references in other modules (e.g., config_flow.py, sensor.py). Consider restoring the DOMAIN definition in __init__.py or moving it to a dedicated const.py.
"""The hddtemp component."""

@frenck frenck merged commit b083919 into dev Jul 9, 2025
34 checks passed
@frenck frenck deleted the revert-145850-edenhaus-deprecate-hddtemp branch July 9, 2025 11:53
@github-actions github-actions bot locked and limited conversation to collaborators Jul 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HDDTEMP Integration is Deprecated but is still useful.

4 participants