Remove initial from default input_boolean config (#12801)

This commit is contained in:
Paulus Schoutsen 2020-04-10 16:31:20 -07:00 committed by GitHub
parent da07d31fe2
commit f8bbeb917c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ To enable input booleans in your installation, add the following lines to your `
input_boolean: input_boolean:
notify_home: notify_home:
name: Notify when someone arrives home name: Notify when someone arrives home
initial: off
icon: mdi:car icon: mdi:car
``` ```