#Custom electrolux
1 messages · Page 1 of 1 (latest)
Sensors, binary sensors, buttons, selects and switches
Did they provide debug logging?
No they couldn't because of this endless loop : I can't get to understand what create duplicate integrations => from the code I guess that this property uniqueness defines a device ? @property
def device_info(self):
return {
"identifiers": {(DOMAIN, self.get_appliance.name)},
"name": self.get_appliance.name,
"model": self.get_appliance.model,
"manufacturer": self.get_appliance.brand,
}
And this seems to be the case