Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions homeassistant/components/goodwe/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ def __init__(
else:
self.entity_description = DIAG_SENSOR
self._attr_native_unit_of_measurement = sensor.unit
if sensor.id_ == "timestamp":
Comment thread
jstsch marked this conversation as resolved.
self._attr_entity_registry_enabled_default = False
self._attr_icon = _ICONS.get(sensor.kind)
# Set the inverter SoC as main device battery sensor
if sensor.id_ == BATTERY_SOC:
Expand Down
Loading