usda-hass-config/custom_components/hacs/utils/workarounds.py

8 lines
202 B
Python
Raw Permalink Normal View History

2024-10-01 14:06:39 +00:00
"""Workarounds for issues that should not be fixed."""
DOMAIN_OVERRIDES = {
# https://github.com/hacs/integration/issues/2465
"custom-components/sensor.custom_aftership": "custom_aftership"
}