workarounds.py 202 B

12345678
  1. """Workarounds for issues that should not be fixed."""
  2. DOMAIN_OVERRIDES = {
  3. # https://github.com/hacs/integration/issues/2465
  4. "custom-components/sensor.custom_aftership": "custom_aftership"
  5. }