mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add missing write state to Teslemetry (#146267)
This commit is contained in:
@@ -441,6 +441,7 @@ class TeslemetryStreamingRearTrunkEntity(
|
||||
"""Update the entity attributes."""
|
||||
|
||||
self._attr_is_closed = None if value is None else not value
|
||||
self.async_write_ha_state()
|
||||
|
||||
|
||||
class TeslemetrySunroofEntity(TeslemetryVehiclePollingEntity, CoverEntity):
|
||||
|
Reference in New Issue
Block a user