removed logger.
I guess I should add some error checking, but I'd like you to okay this code first.pull/1374/head
parent
0193454064
commit
a8edcfd315
|
@ -6,7 +6,6 @@ Allows users to set and activate scenes.
|
|||
For more details about this component, please refer to the documentation at
|
||||
https://home-assistant.io/components/scene/
|
||||
"""
|
||||
import logging
|
||||
from collections import namedtuple
|
||||
|
||||
from homeassistant.components.scene import Scene
|
||||
|
|
Loading…
Reference in New Issue