mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Fix translation bug Renson sensors (#99461)
* Fix translation bug * Revert "Fix translation bug" This reverts commit 84b5e90dac1e75a4c9f6d890865ac42044858682. * Fixed translation of Renson sensor
This commit is contained in:
parent
9fec0be173
commit
caaba5d422
@ -266,6 +266,8 @@ SENSORS: tuple[RensonSensorEntityDescription, ...] = (
|
||||
class RensonSensor(RensonEntity, SensorEntity):
|
||||
"""Get a sensor data from the Renson API and store it in the state of the class."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
description: RensonSensorEntityDescription,
|
||||
|
Loading…
x
Reference in New Issue
Block a user