Skip to content

Commit

Permalink
Don't force sensor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbruckner committed Nov 21, 2024
1 parent 3429c56 commit b855959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/composite/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def direction(angle: int | None) -> str | None:
]

self._attr_native_value = value
self._attr_force_update = bool(value)
self._attr_extra_state_attributes = {
ATTR_ANGLE: angle,
ATTR_DIRECTION: direction(angle),
Expand Down

0 comments on commit b855959

Please sign in to comment.