1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
2025-10-28 10:33:10 +01:00

50 lines
1.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"calibration_is_zero": "Calibration factor can't be zero."
},
"step": {
"user": {
"data": {
"calibration_factor": "Calibration factor",
"indoor_humidity_sensor": "Indoor humidity sensor",
"indoor_temp_sensor": "Indoor temperature sensor",
"name": "[%key:common::config_flow::data::name%]",
"outdoor_temp_sensor": "Outdoor temperature sensor"
},
"data_description": {
"calibration_factor": "Needs to be calibrated to the critical point in the room.",
"indoor_humidity_sensor": "The entity ID of the indoor humidity sensor.",
"indoor_temp_sensor": "The entity ID of the indoor temperature sensor.",
"name": "Name for the created entity.",
"outdoor_temp_sensor": "The entity ID of the outdoor temperature sensor."
},
"description": "Create Mold indicator helper"
}
}
},
"options": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"calibration_is_zero": "Calibration factor can't be zero."
},
"step": {
"init": {
"data": {
"calibration_factor": "[%key:component::mold_indicator::config::step::user::data::calibration_factor%]"
},
"data_description": {
"calibration_factor": "[%key:component::mold_indicator::config::step::user::data_description::calibration_factor%]"
},
"description": "Adjust the calibration factor as required"
}
}
},
"title": "Mold Indicator"
}