Remove nonexistent default value for initial parameter. (#11694)

This commit is contained in:
Alexei Chetroi 2020-01-10 19:44:11 -05:00 committed by Paulus Schoutsen
parent 92cae865df
commit a32870c4ef

View File

@ -54,7 +54,6 @@ input_text:
description: Initial value when Home Assistant starts. description: Initial value when Home Assistant starts.
required: false required: false
type: string type: string
default: empty
icon: icon:
description: Icon to display in front of the input element in the frontend. description: Icon to display in front of the input element in the frontend.
required: false required: false