Skip to content

Commit 82060cd

Browse files
authored
Update __init__.py
1 parent ec294e9 commit 82060cd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

custom_components/ha_felicity/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .const import (
1111
CONF_REGISTER_SET,
1212
DEFAULT_REGISTER_SET,
13-
_REGISTER_SETS,
13+
# _REGISTER_SETS,
1414
DOMAIN,
1515
CONF_BAUDRATE,
1616
CONF_BYTESIZE,
@@ -21,14 +21,15 @@
2121
CONF_SERIAL_PORT,
2222
CONF_SLAVE_ID,
2323
CONF_STOPBITS,
24+
CONF_INVERTER_MODEL,
2425
CONNECTION_TYPE_SERIAL,
2526
DEFAULT_BAUDRATE,
2627
DEFAULT_BYTESIZE,
2728
DEFAULT_PARITY,
2829
DEFAULT_STOPBITS,
29-
# CONF_INVERTER_MODEL,
30+
DEFAULT_INVERTER_MODEL
3031
MODEL_DATA,
31-
_REGISTERS,
32+
# _REGISTERS,
3233
)
3334
from .coordinator import HA_FelicityCoordinator
3435

0 commit comments

Comments
 (0)