mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 18:24:49 -05:00
Unique ID for LIFX lights (#12064)
This commit is contained in:
committed by
Paulus Schoutsen
parent
dfd2d631ae
commit
990fbdf3ca
@@ -397,6 +397,11 @@ class LIFXLight(Light):
|
||||
"""Return the availability of the device."""
|
||||
return self.registered
|
||||
|
||||
@property
|
||||
def unique_id(self):
|
||||
"""Return a unique ID."""
|
||||
return self.device.mac_addr
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
"""Return the name of the device."""
|
||||
|
||||
Reference in New Issue
Block a user