Use references in isy994 strings.json (#40990)

This commit is contained in:
Davey Chu 2020-10-02 18:07:20 +02:00 committed by GitHub
parent 576fbbe0be
commit 08cf400473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"user": { "user": {
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"host": "URL", "host": "[%key:common::config_flow::data::url%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"tls": "The TLS version of the ISY controller." "tls": "The TLS version of the ISY controller."
}, },