mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add humidity support to climate (#5732)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -899,6 +899,7 @@ climate: | ||||
|   - platform: bang_bang | ||||
|     name: Bang Bang Climate | ||||
|     sensor: ha_hello_world | ||||
|     humidity_sensor: ha_hello_world | ||||
|     default_target_temperature_low: 18°C | ||||
|     default_target_temperature_high: 24°C | ||||
|     idle_action: | ||||
| @@ -913,6 +914,7 @@ climate: | ||||
|   - platform: thermostat | ||||
|     name: Thermostat Climate | ||||
|     sensor: ha_hello_world | ||||
|     humidity_sensor: ha_hello_world | ||||
|     preset: | ||||
|       - name: Default Preset | ||||
|         default_target_temperature_low: 18°C | ||||
| @@ -1000,6 +1002,7 @@ climate: | ||||
|     id: pid_climate | ||||
|     name: PID Climate Controller | ||||
|     sensor: ha_hello_world | ||||
|     humidity_sensor: ha_hello_world | ||||
|     default_target_temperature: 21°C | ||||
|     heat_output: my_slow_pwm | ||||
|     control_parameters: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user