Skip to content

Commit

Permalink
Fix #11875 Ubus broken since upgrade to 0 57 (#12141)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud authored and balloob committed Feb 3, 2018
1 parent 0f879a6 commit 86daec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/device_tracker/ubus.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def get_device_name(self, mac):
if self.mac2name is None:
self._generate_mac2name()
name = self.mac2name.get(mac.upper(), None)
self.mac2name = None
return name

@_refresh_on_access_denied
Expand Down

0 comments on commit 86daec8

Please sign in to comment.