Skip to content

Commit

Permalink
Merge pull request #29 from prahal/fix-jamming-slider-number
Browse files Browse the repository at this point in the history
Fix jamming slider number update
  • Loading branch information
Aohzan authored Mar 30, 2023
2 parents f1b8797 + 0cde9cb commit d8b56a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/rfplayer/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ async def async_set_native_value(self, value) -> None:
rfplayer = self.hass.data[DOMAIN][RFPLAYER_PROTOCOL]
await rfplayer.send_command_ack(command=int(value), protocol=self._protocol)
self._state = value
self.async_write_ha_state()

0 comments on commit d8b56a0

Please sign in to comment.