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" : {
2023-10-25 10:15:09 +00:00
"feels_like" : {
"name" : "Feels like"
} ,
"dew_point" : {
"name" : "Dew point"
} ,
"cloud_base" : {
"name" : "Cloud base"
} ,
"cloud_ceiling" : {
"name" : "Cloud ceiling"
} ,
"cloud_cover" : {
"name" : "Cloud cover"
} ,
"wind_gust" : {
"name" : "Wind gust"
} ,
"precipitation_type" : {
"name" : "Precipitation type" ,
"state" : {
"none" : "None" ,
"rain" : "Rain" ,
"snow" : "Snow" ,
"freezing_rain" : "Freezing rain" ,
"ice_pellets" : "Ice pellets"
}
} ,
"us_epa_air_quality_index" : {
"name" : "US EPA air quality index"
} ,
"primary_pollutant" : {
"name" : "US EPA primary pollutant" ,
"state" : {
"pm25" : "[%key:component::sensor::entity_component::pm25::name%]" ,
"pm10" : "[%key:component::sensor::entity_component::pm10::name%]" ,
"o3" : "[%key:component::sensor::entity_component::ozone::name%]" ,
"no2" : "[%key:component::sensor::entity_component::nitrogen_dioxide::name%]" ,
"co" : "[%key:component::sensor::entity_component::carbon_monoxide::name%]" ,
"so2" : "[%key:component::sensor::entity_component::sulphur_dioxide::name%]"
}
} ,
2022-12-05 12:17:49 +00:00
"health_concern" : {
2023-10-25 10:15:09 +00:00
"name" : "US EPA health concern" ,
2022-12-05 12:17:49 +00:00
"state" : {
"good" : "Good" ,
"moderate" : "Moderate" ,
2023-10-25 10:15:09 +00:00
"unhealthy_for_sensitive_groups" : "Unhealthy for sensitive groups" ,
2022-12-05 12:17:49 +00:00
"unhealthy" : "Unhealthy" ,
2023-10-25 10:15:09 +00:00
"very_unhealthy" : "Very unhealthy" ,
2022-12-05 12:17:49 +00:00
"hazardous" : "Hazardous"
}
} ,
2023-10-25 10:15:09 +00:00
"china_mep_air_quality_index" : {
"name" : "China MEP air quality index"
} ,
"china_mep_primary_pollutant" : {
"name" : "China MEP primary pollutant" ,
"state" : {
"pm25" : "[%key:component::sensor::entity_component::pm25::name%]" ,
"pm10" : "[%key:component::sensor::entity_component::pm10::name%]" ,
"o3" : "[%key:component::sensor::entity_component::ozone::name%]" ,
"no2" : "[%key:component::sensor::entity_component::nitrogen_dioxide::name%]" ,
"co" : "[%key:component::sensor::entity_component::carbon_monoxide::name%]" ,
"so2" : "[%key:component::sensor::entity_component::sulphur_dioxide::name%]"
}
} ,
"china_mep_health_concern" : {
"name" : "China MEP health concern" ,
"state" : {
"good" : "[%key:component::tomorrowio::entity::sensor::health_concern::state::good%]" ,
"moderate" : "[%key:component::tomorrowio::entity::sensor::health_concern::state::moderate%]" ,
"unhealthy_for_sensitive_groups" : "[%key:component::tomorrowio::entity::sensor::health_concern::state::unhealthy_for_sensitive_groups%]" ,
"unhealthy" : "[%key:component::tomorrowio::entity::sensor::health_concern::state::unhealthy%]" ,
"very_unhealthy" : "[%key:component::tomorrowio::entity::sensor::health_concern::state::very_unhealthy%]" ,
"hazardous" : "[%key:component::tomorrowio::entity::sensor::health_concern::state::hazardous%]"
}
} ,
2022-12-05 12:17:49 +00:00
"pollen_index" : {
2023-10-25 10:15:09 +00:00
"name" : "Tree pollen index" ,
2022-12-05 12:17:49 +00:00
"state" : {
"none" : "None" ,
2023-10-25 10:15:09 +00:00
"very_low" : "Very low" ,
2022-12-05 12:17:49 +00:00
"low" : "Low" ,
"medium" : "Medium" ,
"high" : "High" ,
2023-10-25 10:15:09 +00:00
"very_high" : "Very high"
2022-12-05 12:17:49 +00:00
}
} ,
2023-10-25 10:15:09 +00:00
"weed_pollen_index" : {
"name" : "Weed pollen index" ,
2022-12-05 12:17:49 +00:00
"state" : {
2023-10-25 10:15:09 +00:00
"none" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::none%]" ,
"very_low" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::very_low%]" ,
"low" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::low%]" ,
"medium" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::medium%]" ,
"high" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::high%]" ,
"very_high" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::very_high%]"
2022-12-05 12:17:49 +00:00
}
2023-07-15 18:58:40 +00:00
} ,
2023-10-25 10:15:09 +00:00
"grass_pollen_index" : {
"name" : "Grass pollen index" ,
2023-07-19 07:50:09 +00:00
"state" : {
2023-10-25 10:15:09 +00:00
"none" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::none%]" ,
"very_low" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::very_low%]" ,
"low" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::low%]" ,
"medium" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::medium%]" ,
"high" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::high%]" ,
"very_high" : "[%key:component::tomorrowio::entity::sensor::pollen_index::state::very_high%]"
2023-07-19 07:50:09 +00:00
}
} ,
2023-10-25 10:15:09 +00:00
"fire_index" : {
"name" : "Fire index"
} ,
2023-07-15 18:58:40 +00:00
"uv_index" : {
2023-10-25 10:15:09 +00:00
"name" : "UV index"
} ,
"uv_radiation_health_concern" : {
"name" : "UV radiation health concern" ,
2023-07-15 18:58:40 +00:00
"state" : {
"low" : "Low" ,
"moderate" : "Moderate" ,
"high" : "High" ,
"very_high" : "Very high" ,
"extreme" : "Extreme"
}
2022-12-05 12:17:49 +00:00
}
}
2022-03-19 07:42:22 +00:00
}
}