mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Allow Tuya climate temperature_multiplier to be current/target multiplier (#1345)
* Separate temperature_multiplier to current/target multiplier * Apply suggestions from code review Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -92,7 +92,8 @@ climate:
|
||||
id: tuya_climate
|
||||
switch_datapoint: 1
|
||||
target_temperature_datapoint: 3
|
||||
temperature_multiplier: 0.5
|
||||
current_temperature_multiplier: 0.5
|
||||
target_temperature_multiplier: 0.5
|
||||
|
||||
switch:
|
||||
- platform: tuya
|
||||
|
Reference in New Issue
Block a user