Update device_state_attributes to extra_state_attributes (#269)
This commit is contained in:
@@ -40,7 +40,7 @@ class BrowserModLight(LightEntity, BrowserModEntity):
|
||||
return not self.data.get("blackout", False)
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
return {
|
||||
"type": "browser_mod",
|
||||
"deviceID": self.deviceID,
|
||||
|
||||
Reference in New Issue
Block a user