Skip to content

Commit

Permalink
Merge pull request #10 from alandtse/patch-1
Browse files Browse the repository at this point in the history
Removing extraneous . after sensor
  • Loading branch information
zabuldon committed Aug 12, 2018
2 parents 4404b96 + 71edce3 commit 63e6ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teslajsonpy/BinarySensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, data, controller):
super().__init__(data, controller)
self.__state = False

self.type = 'charger sensor.'
self.type = 'charger sensor'
self.hass_type = 'binary_sensor'
self.name = self._name()

Expand Down

0 comments on commit 63e6ffd

Please sign in to comment.