mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 18:24:49 -05:00
* Do optimistic state update for Z-Wave multilevel switch entities * simplify * define constant for setting value to previous value * Rework to only consider value of 255 and only places where we know that the previous state is known by the integration due to the service being called * missed commit * better code * Add tests and use constant from lib * fix logic * fix bug * Add comments with more details