ha-deprecation-fixes

Installation
SKILL.md

Home Assistant — Deprecation Fixes (2024–2025)

Deprecation Timeline

Home Assistant deprecations follow a consistent pattern:

  • Deprecated: Warning logged, feature still works
  • Removed: Feature no longer works (usually 1 year later)

ServiceInfo Import Relocation (2025.1, removed 2026.2)

# OLD (deprecated)
from homeassistant.components.zeroconf import ZeroconfServiceInfo
from homeassistant.components.ssdp import SsdpServiceInfo
from homeassistant.components.dhcp import DhcpServiceInfo
from homeassistant.components.usb import UsbServiceInfo
from homeassistant.components.bluetooth import BluetoothServiceInfo

# NEW (use these)
Related skills
Installs
4
GitHub Stars
5
First Seen
Mar 18, 2026