Sort imports according to PEP8 for scene (#29750)
This commit is contained in:
parent
127d84edd1
commit
76debf4c88
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@ All containing methods are legacy helpers that should not be used by new
|
|||
components. Instead call the service directly.
|
||||
"""
|
||||
from homeassistant.components.scene import DOMAIN
|
||||
from homeassistant.const import ATTR_ENTITY_ID, SERVICE_TURN_ON, ENTITY_MATCH_ALL
|
||||
from homeassistant.const import ATTR_ENTITY_ID, ENTITY_MATCH_ALL, SERVICE_TURN_ON
|
||||
from homeassistant.loader import bind_hass
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue