8 lines
202 B
Python
8 lines
202 B
Python
|
"""Workarounds for issues that should not be fixed."""
|
||
|
|
||
|
|
||
|
DOMAIN_OVERRIDES = {
|
||
|
# https://github.com/hacs/integration/issues/2465
|
||
|
"custom-components/sensor.custom_aftership": "custom_aftership"
|
||
|
}
|