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

57 lines
2.8 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"device_class": "Device class",
"dry_tolerance": "Dry tolerance",
"humidifier": "Switch",
"min_cycle_duration": "Minimum cycle duration",
"name": "[%key:common::config_flow::data::name%]",
"target_sensor": "Humidity sensor",
"wet_tolerance": "Wet tolerance"
},
"data_description": {
"dry_tolerance": "The minimum amount of difference between the humidity read by the sensor specified in the target sensor option and the target humidity that must change prior to being switched on.",
"humidifier": "Humidifier or dehumidifier switch; must be a toggle device.",
"min_cycle_duration": "Set a minimum duration for which the specified switch must remain in its current state before it can be toggled off or on.",
"target_sensor": "Sensor with current humidity.",
"wet_tolerance": "The minimum amount of difference between the humidity read by the sensor specified in the target sensor option and the target humidity that must change prior to being switched off."
},
"description": "Create a humidifier entity that controls the humidity via a switch and sensor.",
"title": "Create generic hygrostat"
}
}
},
"options": {
"step": {
"init": {
"data": {
"device_class": "[%key:component::generic_hygrostat::config::step::user::data::device_class%]",
"dry_tolerance": "[%key:component::generic_hygrostat::config::step::user::data::dry_tolerance%]",
"humidifier": "[%key:component::generic_hygrostat::config::step::user::data::humidifier%]",
"min_cycle_duration": "[%key:component::generic_hygrostat::config::step::user::data::min_cycle_duration%]",
"target_sensor": "[%key:component::generic_hygrostat::config::step::user::data::target_sensor%]",
"wet_tolerance": "[%key:component::generic_hygrostat::config::step::user::data::wet_tolerance%]"
},
"data_description": {
"dry_tolerance": "[%key:component::generic_hygrostat::config::step::user::data_description::dry_tolerance%]",
"humidifier": "[%key:component::generic_hygrostat::config::step::user::data_description::humidifier%]",
"min_cycle_duration": "[%key:component::generic_hygrostat::config::step::user::data_description::min_cycle_duration%]",
"target_sensor": "[%key:component::generic_hygrostat::config::step::user::data_description::target_sensor%]",
"wet_tolerance": "[%key:component::generic_hygrostat::config::step::user::data_description::wet_tolerance%]"
}
}
}
},
"selector": {
"device_class": {
"options": {
"dehumidifier": "Dehumidifier",
"humidifier": "Humidifier"
}
}
},
"title": "Generic hygrostat"
}