Added invert_position option - Slide (#12720)

This commit is contained in:
Alexander 2020-04-20 11:19:23 +02:00 committed by GitHub
parent cb34796126
commit 52aabe9ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,4 +37,9 @@ scan_interval:
required: false
default: 30 seconds
type: integer
invert_position:
description: Invert position percentage.
required: false
default: false
type: boolean
{% endconfiguration %}