File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ options:
46
46
CHANGE_BY : 80
47
47
CHANGE_PERCENT : 0
48
48
NUMBER_ENTITY_MODE : " auto"
49
+ PROG_TIME_INTERVAL : 15
49
50
MQTT_HOST : core-mosquitto
50
51
MQTT_PORT : 1883
51
52
MQTT_USERNAME : hass
@@ -56,9 +57,9 @@ schema:
56
57
- SERIAL_NR : str
57
58
HA_PREFIX : str
58
59
MODBUS_ID : int(1,16)
59
- DONGLE_SERIAL_NUMBER : int ?
60
+ DONGLE_SERIAL_NUMBER : str ?
60
61
PORT : str
61
- SENSOR_DEFINITIONS : list(single-phase|three-phase)
62
+ SENSOR_DEFINITIONS : list(single-phase|three-phase|three-phase-hv )
62
63
SENSORS :
63
64
- str
64
65
SENSORS_FIRST_INVERTER :
@@ -74,6 +75,7 @@ schema:
74
75
CHANGE_BY : int(0,3600)?
75
76
CHANGE_PERCENT : int(0,500)?
76
77
NUMBER_ENTITY_MODE : list(auto|box|slider)
78
+ PROG_TIME_INTERVAL : list(5|10|15|30|45|60)?
77
79
MQTT_HOST : str
78
80
MQTT_PORT : port
79
81
MQTT_USERNAME : str
You can’t perform that action at this time.
0 commit comments