Abort webhook flow when not connected to home assistant cloud (#64963)

This commit is contained in:
Erik Montnemery 2022-01-26 19:57:45 +01:00 committed by GitHub
parent 2c0c01498f
commit 94288886c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 79 additions and 6 deletions

View file

@ -7,6 +7,7 @@
}
},
"abort": {
"cloud_not_connected": "[%key:common::config_flow::abort::cloud_not_connected%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"webhook_not_internet_accessible": "[%key:common::config_flow::abort::webhook_not_internet_accessible%]"
},