{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_station": "Could not find a weather station with the specified name", "more_stations": "Found multiple weather stations with the specified name" }, "step": { "user": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]", "station": "Station" } } } }, "entity": { "sensor": { "wind_direction_text": { "state": { "east": "East", "north_east": "North east", "east_south_east": "East-south east", "north": "North", "north_north_east": "North-north east", "north_north_west": "North-north west", "north_west": "North west", "south": "South", "south_east": "South east", "south_south_west": "South-south west", "south_west": "South west", "west": "West" } }, "precipitation_amountname": { "state": { "error": "Error", "mild_rain": "Mild rain", "moderate_rain": "Moderate rain", "heavy_rain": "Heavy rain", "mild_snow_rain": "Mild rain and snow mixed", "moderate_snow_rain": "Moderate rain and snow mixed", "heavy_snow_rain": "Heavy rain and snow mixed", "mild_snow": "Mild snow", "moderate_snow": "Moderate snow", "heavy_snow": "Heavy snow", "other": "Other", "none": "None", "unknown": "Unknown" } }, "precipitation": { "state": { "drizzle": "Drizzle", "hail": "Hail", "none": "None", "rain": "Rain", "snow": "Snow", "rain_snow_mixed": "Rain and snow mixed", "freezing_rain": "Freezing rain" } } } } }