mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user