Cover fake position persistent (#213)
* Introduced read/store to JSON file of cover's last position for fake positioning * renamed "fake" positioning to "timed"; introduced timed movement timeout equal to full opening time * Made waiting for timeout for stopping non-blocking * Introduced status storing using RestoreEntity * Fixed postlund's remarks * Updated cover samples in README and info.md
This commit is contained in:
4
info.md
4
info.md
@@ -55,10 +55,10 @@ localtuya:
|
||||
friendly_name: Device Cover
|
||||
id: 2
|
||||
open_close_cmds: ["on_off","open_close"] # Optional, default: "on_off"
|
||||
positioning_mode: ["none","position","fake"] # Optional, default: "none"
|
||||
positioning_mode: ["none","position","timed"] # Optional, default: "none"
|
||||
currpos_dps: 3 # Optional, required only for "position" mode
|
||||
setpos_dps: 4 # Optional, required only for "position" mode
|
||||
span_time: 25 # Full movement time: Optional, required only for "fake" mode
|
||||
span_time: 25 # Full movement time: Optional, required only for "timed" mode
|
||||
|
||||
- platform: fan
|
||||
friendly_name: Device Fan
|
||||
|
Reference in New Issue
Block a user