Add counter and timer to default_config (#42174)

This commit is contained in:
Franck Nijhof 2020-10-21 20:53:20 +02:00 committed by GitHub
parent 1a97b0edd9
commit 813406573b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,9 @@
"input_datetime", "input_datetime",
"input_text", "input_text",
"input_number", "input_number",
"input_select" "input_select",
"counter",
"timer"
], ],
"codeowners": [] "codeowners": []
} }