Skip to content

2026.4.1 Remove custom Command classes

Choose a tag to compare

@make-all make-all released this 25 Apr 12:59
2026.4.1
8c17376

Due to HA having an unstable interface, we have to scale back on the
customization.

  • NEC2Command: intended to replicate the behaviour of the Takizumi
    remote, which does not use the special repeat code and just repeats
    the commands. But repeats are not really needed for the light to
    function, so normal NECCommand can be used. This should really be
    part of the infrared-protocols library anyway.

  • MultiCommand: this was not working and all usage commented out.