mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +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