mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Removed logging.
This commit is contained in:
parent
3244975489
commit
f48e65096a
@ -91,8 +91,6 @@ class TellstickSwitchDevice(ToggleEntity):
|
|||||||
@property
|
@property
|
||||||
def is_on(self):
|
def is_on(self):
|
||||||
""" True if switch is on. """
|
""" True if switch is on. """
|
||||||
logging.getLogger(__name__).info(
|
|
||||||
"Returning state for {}".format(self.tellstick_device.id))
|
|
||||||
last_command = self.tellstick_device.last_sent_command(
|
last_command = self.tellstick_device.last_sent_command(
|
||||||
self.last_sent_command_mask)
|
self.last_sent_command_mask)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user