Fix config issues

This commit is contained in:
ludeeus
2019-03-09 13:19:19 +01:00
parent 775d56196c
commit 616119eb09
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ class BlueprintBinarySensor(BinarySensorDevice):
@property
def is_on(self):
"""Return true if the binary sensor is on."""
return self._state
return self._status
@property
def icon(self):