mirror of
https://github.com/elisspace/core.git
synced 2026-09-13 06:28:37 +00:00
* Add missing function in class. write_coils was missing. * Remove dead code. The HA configuration secures that CONF_TYPE only contains legal values, so having an empty assert to catch unknown values is dead code. An empty assert is not informative.