mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01: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.