Corrected default tilt open position (#9251)

This commit is contained in:
kbickar 2019-04-19 08:01:55 -04:00 committed by Klaas Schoute
parent 547cf37018
commit aca6d86149

View File

@ -162,7 +162,7 @@ tilt_opened_value:
description: The value that will be sent on an `open_cover_tilt` command.
required: false
type: integer
default: 0
default: 100
tilt_status_optimistic:
description: Flag that determines if tilt works in optimistic mode.
required: false