Fix explicit device naming for integrations m-r (#95620)
Fix explicit device naming for m-r
This commit is contained in:
parent
7eb26cb9c9
commit
9cf691abdb
10 changed files with 11 additions and 0 deletions
|
@ -42,6 +42,7 @@ class PlugwiseClimateEntity(PlugwiseEntity, ClimateEntity):
|
|||
"""Representation of an Plugwise thermostat."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_translation_key = DOMAIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue