Use explicit naming in Sensibo climate entity (#95591)
* Use explicit naming in Sensibo climate entity * Fix black --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
This commit is contained in:
parent
4ac92d755e
commit
8510d3ad69
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ async def async_setup_entry(
|
|||
class SensiboClimate(SensiboDeviceBaseEntity, ClimateEntity):
|
||||
"""Representation of a Sensibo device."""
|
||||
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self, coordinator: SensiboDataUpdateCoordinator, device_id: str
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue