fix setting battery in device_tracker (#4756)

This commit is contained in:
Daniel Høyer Iversen 2016-12-06 03:04:04 +01:00 committed by Paulus Schoutsen
parent b60f5714fc
commit 8afd30b7d4

View file

@ -421,7 +421,8 @@ class Device(Entity):
self.host_name = host_name
self.location_name = location_name
self.gps_accuracy = gps_accuracy or 0
if battery:
self.battery = battery
if attributes:
self._attributes.update(attributes)