mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Several fixes in user-facing strings of Renson integration actions (#136279)
This commit is contained in:
parent
21a83c4875
commit
61694648fc
@ -186,46 +186,46 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"set_timer_level": {
|
"set_timer_level": {
|
||||||
"name": "Set timer",
|
"name": "Set timer",
|
||||||
"description": "Set the ventilation timer",
|
"description": "Sets the ventilation timer",
|
||||||
"fields": {
|
"fields": {
|
||||||
"timer_level": {
|
"timer_level": {
|
||||||
"name": "Level",
|
"name": "Level",
|
||||||
"description": "Level setting"
|
"description": "Ventilation level"
|
||||||
},
|
},
|
||||||
"minutes": {
|
"minutes": {
|
||||||
"name": "Time",
|
"name": "Time",
|
||||||
"description": "Time of the timer (0 will disable the timer)"
|
"description": "Duration of the timer (0 will disable the timer)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"set_breeze": {
|
"set_breeze": {
|
||||||
"name": "Set breeze",
|
"name": "Set Breeze",
|
||||||
"description": "Set the breeze function of the ventilation system",
|
"description": "Sets the Breeze function of the ventilation system",
|
||||||
"fields": {
|
"fields": {
|
||||||
"breeze_level": {
|
"breeze_level": {
|
||||||
"name": "[%key:component::renson::services::set_timer_level::fields::timer_level::name%]",
|
"name": "[%key:component::renson::services::set_timer_level::fields::timer_level::name%]",
|
||||||
"description": "Ventilation level when breeze function is activated"
|
"description": "Ventilation level when Breeze function is activated"
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"name": "Temperature",
|
"name": "Temperature",
|
||||||
"description": "Temperature when the breeze function should be activated"
|
"description": "Temperature when the Breeze function should be activated"
|
||||||
},
|
},
|
||||||
"activate": {
|
"activate": {
|
||||||
"name": "Activate",
|
"name": "Activate",
|
||||||
"description": "Activate or disable the breeze feature"
|
"description": "Activate or disable the Breeze feature"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"set_pollution_settings": {
|
"set_pollution_settings": {
|
||||||
"name": "Set pollution settings",
|
"name": "Set pollution settings",
|
||||||
"description": "Set all the pollution settings of the ventilation system",
|
"description": "Sets all the pollution settings of the ventilation system",
|
||||||
"fields": {
|
"fields": {
|
||||||
"day_pollution_level": {
|
"day_pollution_level": {
|
||||||
"name": "Day pollution Level",
|
"name": "Day pollution level",
|
||||||
"description": "Ventilation level when pollution is detected in the day"
|
"description": "Ventilation level when pollution is detected in the day"
|
||||||
},
|
},
|
||||||
"night_pollution_level": {
|
"night_pollution_level": {
|
||||||
"name": "Night pollution Level",
|
"name": "Night pollution level",
|
||||||
"description": "Ventilation level when pollution is detected in the night"
|
"description": "Ventilation level when pollution is detected in the night"
|
||||||
},
|
},
|
||||||
"humidity_control": {
|
"humidity_control": {
|
||||||
@ -242,11 +242,11 @@
|
|||||||
},
|
},
|
||||||
"co2_threshold": {
|
"co2_threshold": {
|
||||||
"name": "CO2 threshold",
|
"name": "CO2 threshold",
|
||||||
"description": "Sets the CO2 pollution threshold level in ppm"
|
"description": "The CO2 pollution threshold level in ppm"
|
||||||
},
|
},
|
||||||
"co2_hysteresis": {
|
"co2_hysteresis": {
|
||||||
"name": "CO2 hysteresis",
|
"name": "CO2 hysteresis",
|
||||||
"description": "Sets the CO2 pollution threshold hysteresis level in ppm"
|
"description": "The CO2 pollution threshold hysteresis level in ppm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user