Fixed last postlund's remarks

This commit is contained in:
rospogrigio
2020-10-02 10:03:11 +02:00
committed by rospogrigio
parent dee728d008
commit 0d329e97b9
2 changed files with 6 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ CONF_VOLTAGE = "voltage"
# cover # cover
CONF_OPENCLOSE_CMDS = "open_close_cmds" CONF_OPENCLOSE_CMDS = "open_close_cmds"
CONF_POSITIONING_MODE = "positioning_mode" CONF_POSITIONING_MODE = "positioning_mode"
CONF_CURRENT_POSITION_DP = "currpos_dp" CONF_CURRENT_POSITION_DP = "current_position_dp"
CONF_SET_POSITION_DP = "setpos_dp" CONF_SET_POSITION_DP = "set_position_dp"
CONF_SPAN_TIME = "span_time" CONF_SPAN_TIME = "span_time"
# sensor # sensor

View File

@@ -48,8 +48,8 @@
"voltage": "Voltage", "voltage": "Voltage",
"open_close_cmds": "Open/Close Commands", "open_close_cmds": "Open/Close Commands",
"positioning_mode": "Positioning mode", "positioning_mode": "Positioning mode",
"currpos_dp": "Current Position (when Position mode is *position*)", "current_position_dp": "Current Position (when Position mode is *position*)",
"setpos_dp": "Set Position (when Position Mode is *position*)", "set_position_dp": "Set Position (when Position Mode is *position*)",
"span_time": "Full opening time, in secs. (when Position Mode is fake*)", "span_time": "Full opening time, in secs. (when Position Mode is fake*)",
"unit_of_measurement": "Unit of Measurement", "unit_of_measurement": "Unit of Measurement",
"device_class": "Device Class", "device_class": "Device Class",
@@ -83,8 +83,8 @@
"voltage": "Voltage", "voltage": "Voltage",
"open_close_cmds": "Open/Close Commands", "open_close_cmds": "Open/Close Commands",
"positioning_mode": "Positioning mode", "positioning_mode": "Positioning mode",
"currpos_dp": "Current Position (for *position* mode only)", "current_position_dp": "Current Position (for *position* mode only)",
"setpos_dp": "Set Position (for *position* mode only)", "set_position_dp": "Set Position (for *position* mode only)",
"span_time": "Full opening time, in secs. (for *fake* mode only)", "span_time": "Full opening time, in secs. (for *fake* mode only)",
"unit_of_measurement": "Unit of Measurement", "unit_of_measurement": "Unit of Measurement",
"device_class": "Device Class", "device_class": "Device Class",