Skip to content

Commit

Permalink
Removing extraneous . after sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 14, 2018
1 parent 7d22342 commit 71edce3
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 71edce3

Please sign in to comment.