Add support in vbus component for Deltasol BS 2009 (#4943)

This commit is contained in:
Clyde Stubbs
2023-06-15 16:51:44 +10:00
committed by GitHub
parent 27f69f5439
commit a023f24a08
7 changed files with 289 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ VBus = vbus_ns.class_("VBus", uart.UARTDevice, cg.Component)
CONF_VBUS_ID = "vbus_id"
CONF_DELTASOL_BS_PLUS = "deltasol_bs_plus"
CONF_DELTASOL_BS_2009 = "deltasol_bs_2009"
CONF_DELTASOL_C = "deltasol_c"
CONF_DELTASOL_CS2 = "deltasol_cs2"
CONF_DELTASOL_CS_PLUS = "deltasol_cs_plus"