### Description Move conditional listeners (media query etc.) to mixins. This will allow reusability, the media query is probably in a few places already ### Additional context Spawned from #27790 https://github.com/home-assistant/frontend/blob/83512e62f52a679ab6f352244be3404f34c26e14/src/panels/lovelace/common/validate-condition.ts#L378-L393 https://github.com/home-assistant/frontend/blob/83512e62f52a679ab6f352244be3404f34c26e14/src/common/dom/media_query.ts#L1-L19