minor fix

This commit is contained in:
Jiří Bětuňák 2022-01-24 18:33:52 +01:00
parent 8fa92988d7
commit 7c4b77eadc
3 changed files with 4 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

1
checks.json Normal file
View File

@ -0,0 +1 @@
{"enabled":true,"categories":{}}

View File

@ -27,8 +27,11 @@ TEXT_SENSORS = [
CONF_DEVICE_MODE,
CONF_FIRMWARE_VERSION,
CONF_DEVICE_TYPE,
CONF_LOAD_STATE,
CONF_RELAY_STATE,
]
CONFIG_SCHEMA = cv.Schema(
{
cv.GenerateID(CONF_VICTRON_ID): cv.use_id(VictronComponent),