mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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
@ -163,6 +163,8 @@ async def async_setup_entry(
|
|||||||
class SensiboClimate(SensiboDeviceBaseEntity, ClimateEntity):
|
class SensiboClimate(SensiboDeviceBaseEntity, ClimateEntity):
|
||||||
"""Representation of a Sensibo device."""
|
"""Representation of a Sensibo device."""
|
||||||
|
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, coordinator: SensiboDataUpdateCoordinator, device_id: str
|
self, coordinator: SensiboDataUpdateCoordinator, device_id: str
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user