Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Remove extra space in device_tracker model (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dale3h authored and robbiet480 committed Mar 2, 2017
1 parent 1fa895f commit 4341a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessories/device_tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class HomeAssistantDeviceTracker {

informationService
.setCharacteristic(Characteristic.Manufacturer, 'Home Assistant')
.setCharacteristic(Characteristic.Model, ' Device Tracker')
.setCharacteristic(Characteristic.Model, 'Device Tracker')
.setCharacteristic(Characteristic.SerialNumber, this.entity_id);

return [informationService, this.sensorService];
Expand Down

0 comments on commit 4341a2c

Please sign in to comment.