mirror of
https://github.com/home-assistant/core.git
synced 2025-06-22 05:57:09 +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.