Cover uppercase and new commands (#81)
* Introduced uppercase detection for cover commands * Added FZ_ZZ as open_close available commands for covers * Added FZ_ZZ in the YAML config example * Introduced invert_position Option for cover * Cover slider inverted properly * Fixed wrong sample YAML config for cover * Fixed postlund's remark
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"positioning_mode": "Positioning mode",
|
||||
"current_position_dp": "Current Position (when Position mode is *position*)",
|
||||
"set_position_dp": "Set Position (when Position Mode is *position*)",
|
||||
"position_inverted": "Invert 0-100 position (when Position Mode is *position*)",
|
||||
"span_time": "Full opening time, in secs. (when Position Mode is fake*)",
|
||||
"unit_of_measurement": "Unit of Measurement",
|
||||
"device_class": "Device Class",
|
||||
@@ -89,6 +90,7 @@
|
||||
"positioning_mode": "Positioning mode",
|
||||
"current_position_dp": "Current Position (for *position* mode only)",
|
||||
"set_position_dp": "Set Position (for *position* mode only)",
|
||||
"position_inverted": "Invert 0-100 position (when Position Mode is *position*)",
|
||||
"span_time": "Full opening time, in secs. (for *fake* mode only)",
|
||||
"unit_of_measurement": "Unit of Measurement",
|
||||
"device_class": "Device Class",
|
||||
|
Reference in New Issue
Block a user