mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 20:24:21 +01:00
129 lines
3.4 KiB
JSON
129 lines
3.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"wrong_location": "Only locations in Sweden are supported"
|
|
},
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]"
|
|
},
|
|
"data_description": {
|
|
"location": "Choose a location in Sweden."
|
|
},
|
|
"title": "Reconfigure your location in Sweden"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]"
|
|
},
|
|
"data_description": {
|
|
"location": "[%key:component::smhi::config::step::reconfigure::data_description::location%]"
|
|
},
|
|
"title": "Location in Sweden"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"build_up_index": {
|
|
"name": "Build up index"
|
|
},
|
|
"drought_code": {
|
|
"name": "Drought code"
|
|
},
|
|
"duff_moisture_code": {
|
|
"name": "Duff moisture code"
|
|
},
|
|
"fine_fuel_moisture_code": {
|
|
"name": "Fine fuel moisture code"
|
|
},
|
|
"fire_weather_index": {
|
|
"name": "Fire weather index"
|
|
},
|
|
"forestdry": {
|
|
"name": "Fuel drying",
|
|
"state": {
|
|
"dry": "Dry",
|
|
"extremely_dry": "Extremely dry",
|
|
"moderate_wet": "Moderately wet",
|
|
"very_dry": "Very dry",
|
|
"very_wet": "Very wet",
|
|
"wet": "Wet"
|
|
}
|
|
},
|
|
"frozen_precipitation": {
|
|
"name": "Frozen precipitation"
|
|
},
|
|
"fwi": {
|
|
"name": "Fire weather index"
|
|
},
|
|
"fwiindex": {
|
|
"name": "FWI index",
|
|
"state": {
|
|
"extreme": "Extremely high risk",
|
|
"high": "High risk",
|
|
"low": "Low risk",
|
|
"moderate": "Moderate risk",
|
|
"very_high": "Very high risk",
|
|
"very_low": "Very low risk"
|
|
}
|
|
},
|
|
"grassfire": {
|
|
"name": "Highest grass fire risk",
|
|
"state": {
|
|
"high": "High",
|
|
"low": "Low",
|
|
"moderate": "Moderate",
|
|
"season_over": "Grass fire season over",
|
|
"snow_cover": "Snow cover",
|
|
"very_high": "Very high"
|
|
}
|
|
},
|
|
"high_cloud": {
|
|
"name": "High cloud coverage"
|
|
},
|
|
"initial_spread_index": {
|
|
"name": "Initial spread index"
|
|
},
|
|
"low_cloud": {
|
|
"name": "Low cloud coverage"
|
|
},
|
|
"medium_cloud": {
|
|
"name": "Medium cloud coverage"
|
|
},
|
|
"precipitation_category": {
|
|
"name": "Precipitation category",
|
|
"state": {
|
|
"drizzle": "Drizzle",
|
|
"freezing_drizzle": "Freezing drizzle",
|
|
"freezing_rain": "Freezing rain",
|
|
"graupel": "Graupel",
|
|
"hail": "Hail",
|
|
"ice_pellets": "Ice pellets",
|
|
"mixed_ice": "Mixed/ice",
|
|
"no_precipitation": "No precipitation",
|
|
"rain": "Rain",
|
|
"rain_snow_mixed": "Mixture of rain and snow",
|
|
"snow": "Snow",
|
|
"thunderstorm": "Thunderstorm",
|
|
"wet_snow": "Wet snow"
|
|
}
|
|
},
|
|
"rate_of_spread": {
|
|
"name": "Potential rate of spread"
|
|
},
|
|
"thunder": {
|
|
"name": "Thunder probability"
|
|
},
|
|
"total_cloud": {
|
|
"name": "Total cloud coverage"
|
|
}
|
|
}
|
|
}
|
|
}
|