Add support for more ac/fan modes (#1389)
* Add support for more ac/fan modes * Replace deprecated constants with enums * Add support for ClimateEntityFeature.TURN_{ON,OFF} * Fix swing log message --------- Co-authored-by: Simon Tegelid <simon.tegelid@bitvis.io>
This commit is contained in:
@@ -72,7 +72,13 @@
|
||||
"title": "Edit a new device",
|
||||
"description": "Pick the configured device you wish to edit.",
|
||||
"data": {
|
||||
"selected_device": "Configured Devices"
|
||||
"selected_device": "Configured Devices",
|
||||
"max_temperature_const": "Max Temperature Constant (optional)",
|
||||
"min_temperature_const": "Min Temperature Constant (optional)",
|
||||
"hvac_fan_mode_dp": "HVAC Fan Mode DP (optional)",
|
||||
"hvac_fan_mode_set": "HVAC Fan Mode Set (optional)",
|
||||
"hvac_swing_mode_dp": "HVAC Swing Mode DP (optional)",
|
||||
"hvac_swing_mode_set": "HVAC Swing Mode Set (optional)"
|
||||
}
|
||||
},
|
||||
"cloud_setup": {
|
||||
@@ -174,13 +180,19 @@
|
||||
"current_temperature_dp": "Current Temperature",
|
||||
"target_temperature_dp": "Target Temperature",
|
||||
"temperature_step": "Temperature Step (optional)",
|
||||
"max_temperature_dp": "Max Temperature (optional)",
|
||||
"min_temperature_dp": "Min Temperature (optional)",
|
||||
"max_temperature_dp": "Max Temperature DP (optional)",
|
||||
"min_temperature_dp": "Min Temperature DP (optional)",
|
||||
"max_temperature_const": "Max Temperature Constant (optional)",
|
||||
"min_temperature_const": "Min Temperature Constant (optional)",
|
||||
"precision": "Precision (optional, for DPs values)",
|
||||
"target_precision": "Target Precision (optional, for DPs values)",
|
||||
"temperature_unit": "Temperature Unit (optional)",
|
||||
"hvac_mode_dp": "HVAC Mode DP (optional)",
|
||||
"hvac_mode_set": "HVAC Mode Set (optional)",
|
||||
"hvac_fan_mode_dp": "HVAC Fan Mode DP (optional)",
|
||||
"hvac_fan_mode_set": "HVAC Fan Mode Set (optional)",
|
||||
"hvac_swing_mode_dp": "HVAC Swing Mode DP (optional)",
|
||||
"hvac_swing_mode_set": "HVAC Swing Mode Set (optional)",
|
||||
"hvac_action_dp": "HVAC Current Action DP (optional)",
|
||||
"hvac_action_set": "HVAC Current Action Set (optional)",
|
||||
"preset_dp": "Presets DP (optional)",
|
||||
|
Reference in New Issue
Block a user