Minor cleanup of test integration's cover platform (#72598)

This commit is contained in:
Erik Montnemery 2022-05-27 16:53:49 +02:00 committed by GitHub
parent 60387a417f
commit b6575aa66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ from homeassistant.const import STATE_CLOSED, STATE_CLOSING, STATE_OPEN, STATE_O
from tests.common import MockEntity
ENTITIES = {}
ENTITIES = []
def init(empty=False):