2026.4.1 Remove custom Command classes
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.