mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	Fix parsing of µs time periods in config (#7495)
This commit is contained in:
		| @@ -12,7 +12,7 @@ light: | ||||
|     num_leds: 60 | ||||
|     rmt_channel: 1 | ||||
|     rgb_order: RGB | ||||
|     bit0_high: 100us | ||||
|     bit0_low: 100us | ||||
|     bit1_high: 100us | ||||
|     bit1_low: 100us | ||||
|     bit0_high: 100µs | ||||
|     bit0_low: 100µs | ||||
|     bit1_high: 100µs | ||||
|     bit1_low: 100µs | ||||
|   | ||||
| @@ -12,7 +12,7 @@ light: | ||||
|     num_leds: 60 | ||||
|     rmt_channel: 2 | ||||
|     rgb_order: RGB | ||||
|     bit0_high: 100us | ||||
|     bit0_low: 100us | ||||
|     bit1_high: 100us | ||||
|     bit1_low: 100us | ||||
|     bit0_high: 100µs | ||||
|     bit0_low: 100µs | ||||
|     bit1_high: 100µs | ||||
|     bit1_low: 100µs | ||||
|   | ||||
		Reference in New Issue
	
	Block a user