1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/lacrosse_view/strings.json
2025-10-28 10:33:10 +01:00

52 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_locations": "No locations found",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
}
}
}
},
"entity": {
"sensor": {
"barometric_pressure": {
"name": "Barometric pressure"
},
"feels_like": {
"name": "Feels like"
},
"flex": {
"name": "Flex"
},
"heat_index": {
"name": "Heat index"
},
"wet_dry": {
"name": "Wet/Dry"
},
"wind_chill": {
"name": "Wind chill"
},
"wind_heading": {
"name": "Wind heading"
}
}
},
"exceptions": {
"update_error": {
"message": "Error updating data"
}
}
}