Skip to content

Commit

Permalink
Updated to use the occupancy sensor_class (#3204)
Browse files Browse the repository at this point in the history
🐬
  • Loading branch information
arsaboo authored and Teagan42 committed Sep 5, 2016
1 parent 909b5ff commit 3bbd909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/binary_sensor/ecobee.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, sensor_name, sensor_index):
self.sensor_name = sensor_name
self.index = sensor_index
self._state = None
self._sensor_class = 'motion'
self._sensor_class = 'occupancy'
self.update()

@property
Expand Down

0 comments on commit 3bbd909

Please sign in to comment.