mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
fix setting battery in device_tracker (#4756)
This commit is contained in:
parent
b60f5714fc
commit
8afd30b7d4
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user