Increase possible humidity offsets and fix gain
This commit is contained in:
		@@ -441,7 +441,7 @@ micro_wake_word:
 | 
				
			|||||||
  id: mww
 | 
					  id: mww
 | 
				
			||||||
  microphone:
 | 
					  microphone:
 | 
				
			||||||
    microphone: mic
 | 
					    microphone: mic
 | 
				
			||||||
    gain_factor: 64
 | 
					    gain_factor: 2
 | 
				
			||||||
  stop_after_detection: false
 | 
					  stop_after_detection: false
 | 
				
			||||||
  models:
 | 
					  models:
 | 
				
			||||||
    - model: github://joshuaboniface/Custom_V2_MicroWakeWords/models/computer/computer.json
 | 
					    - model: github://joshuaboniface/Custom_V2_MicroWakeWords/models/computer/computer.json
 | 
				
			||||||
@@ -998,7 +998,7 @@ switch:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
number:
 | 
					number:
 | 
				
			||||||
  # Temperature offset:
 | 
					  # Temperature offset:
 | 
				
			||||||
  # A calibration from -30 to +5 for the temperature sensor
 | 
					  # A calibration from -30 to +10 for the temperature sensor
 | 
				
			||||||
  - platform: template
 | 
					  - platform: template
 | 
				
			||||||
    name: "Temperature Offset"
 | 
					    name: "Temperature Offset"
 | 
				
			||||||
    id: temperature_offset_setter
 | 
					    id: temperature_offset_setter
 | 
				
			||||||
@@ -1014,12 +1014,12 @@ number:
 | 
				
			|||||||
            value: !lambda 'return float(x);'
 | 
					            value: !lambda 'return float(x);'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Humidity offset:
 | 
					  # Humidity offset:
 | 
				
			||||||
  # A calibration from -20 to +20 for the humidity sensor
 | 
					  # A calibration from -50 to +50 for the humidity sensor
 | 
				
			||||||
  - platform: template
 | 
					  - platform: template
 | 
				
			||||||
    name: "Humidity Offset"
 | 
					    name: "Humidity Offset"
 | 
				
			||||||
    id: humidity_offset_setter
 | 
					    id: humidity_offset_setter
 | 
				
			||||||
    min_value: -20
 | 
					    min_value: -50
 | 
				
			||||||
    max_value: 20
 | 
					    max_value: 50
 | 
				
			||||||
    step: 0.1
 | 
					    step: 0.1
 | 
				
			||||||
    lambda: |-
 | 
					    lambda: |-
 | 
				
			||||||
      return id(humidity_offset);
 | 
					      return id(humidity_offset);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user