Adjust ideal humidity levels
I don't want to detract with 30-40 or 60-70% humidity.
This commit is contained in:
		@@ -613,7 +613,7 @@ sensor:
 | 
			
		||||
      int iaq = id(iaq_index).state;
 | 
			
		||||
      
 | 
			
		||||
      bool temp_ok = (temp >= 18 && temp <= 24);
 | 
			
		||||
      bool hum_ok = (rh >= 40 && rh <= 60);
 | 
			
		||||
      bool hum_ok = (rh >= 30 && rh <= 70);
 | 
			
		||||
      bool iaq_ok = (iaq >= 4);
 | 
			
		||||
      
 | 
			
		||||
      int conditions_met = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user