mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add missing write state to Teslemetry (#146267)
This commit is contained in:
parent
d5e902a170
commit
24b5886d88
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user