generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
61 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 0 additions & 104 deletions
104
custom_components/cloudweatherproxy/config_flow.py.example
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": {} | ||
"user": { | ||
"title": "Select desired proxy options", | ||
"description": "Select the services to proxy and which DNS servers to query.", | ||
"data": { | ||
"weatherunderground_proxy": "Proxy Weather Underground", | ||
"weathercloud_proxy": "Proxy Weathercloud", | ||
"dns_servers": "DNS Servers" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]" | ||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", | ||
"invalid_input": "[%key:common::config_flow::abort::invalid_input%]" | ||
} | ||
} | ||
} | ||
} |