add assumed state property

This commit is contained in:
Erik 2016-02-16 17:18:49 +01:00
parent 1d7aea7120
commit 008d65677b

View file

@ -40,6 +40,11 @@ class TelldusLiveSwitch(ToggleEntity):
""" Tells Home Assistant to poll this entity. """
return True
@property
def assumed_state(self):
"""Return True if unable to access real state of entity."""
return True
@property
def name(self):
""" Returns the name of the switch if any. """