()
| 2 | |
| 3 | |
| 4 | def test_domain_ovverides() -> None: |
| 5 | assert DOMAIN_OVERRIDES.get("custom-components/sensor.custom_aftership") == "custom_aftership" |
| 6 | assert DOMAIN_OVERRIDES.get("awesome/repo") is None |
nothing calls this directly
no test coverage detected
searching dependent graphs…