* Add Hong Kong Observatory integration * Move coordinator to a separate file * Map icons to conditions * Fix code for review * Skip name * Add typings to data_coordinator * Some small fixes * Rename coordinator.py
19 lines
523 B
JSON
19 lines
523 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"description": "Please select a location to use for weather forecasting.",
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|