2022-03-19 07:42:22 +00:00
{
"config" : {
"step" : {
"user" : {
"description" : "To get an API key, sign up at [Tomorrow.io](https://app.tomorrow.io/signup)." ,
"data" : {
"name" : "[%key:common::config_flow::data::name%]" ,
"api_key" : "[%key:common::config_flow::data::api_key%]" ,
2022-03-29 23:53:31 +00:00
"location" : "[%key:common::config_flow::data::location%]"
2022-03-19 07:42:22 +00:00
}
}
} ,
2023-01-24 06:59:32 +00:00
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_service%]"
} ,
2022-03-19 07:42:22 +00:00
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_api_key" : "[%key:common::config_flow::error::invalid_api_key%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"rate_limited" : "Currently rate limited, please try again later."
}
} ,
"options" : {
"step" : {
"init" : {
"title" : "Update Tomorrow.io Options" ,
"description" : "If you choose to enable the `nowcast` forecast entity, you can configure the number of minutes between each forecast. The number of forecasts provided depends on the number of minutes chosen between forecasts." ,
"data" : {
"timestep" : "Min. Between NowCast Forecasts"
}
}
}
2022-12-05 12:17:49 +00:00
} ,
"entity" : {
"sensor" : {
"health_concern" : {
"state" : {
"good" : "Good" ,
"moderate" : "Moderate" ,
"unhealthy_for_sensitive_groups" : "Unhealthy for Sensitive Groups" ,
"unhealthy" : "Unhealthy" ,
"very_unhealthy" : "Very Unhealthy" ,
"hazardous" : "Hazardous"
}
} ,
"pollen_index" : {
"state" : {
"none" : "None" ,
"very_low" : "Very Low" ,
"low" : "Low" ,
"medium" : "Medium" ,
"high" : "High" ,
"very_high" : "Very High"
}
} ,
"precipitation_type" : {
"state" : {
"none" : "None" ,
"rain" : "Rain" ,
"snow" : "Snow" ,
"freezing_rain" : "Freezing Rain" ,
"ice_pellets" : "Ice Pellets"
}
}
}
2022-03-19 07:42:22 +00:00
}
}