mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Sort Lutron platforms (#107257)
This commit is contained in:
committed by
GitHub
parent
9be9bbad61
commit
3d338b5719
@@ -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__)
|
||||
|
Reference in New Issue
Block a user