Sort Lutron platforms (#107257)

This commit is contained in:
Joost Lekkerkerker 2024-01-05 17:31:50 +01:00 committed by GitHub
parent 9be9bbad61
commit 3d338b5719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ from homeassistant.util import slugify
from .const import DOMAIN
PLATFORMS = [
Platform.LIGHT,
Platform.COVER,
Platform.SWITCH,
Platform.SCENE,
Platform.BINARY_SENSOR,
Platform.COVER,
Platform.LIGHT,
Platform.SCENE,
Platform.SWITCH,
]
_LOGGER = logging.getLogger(__name__)