mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	fixes samsung ir (#738)
fixes https://github.com/esphome/issues/issues/691
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							d4e0e1518a
						
					
				
				
					commit
					f4f1164b94
				
			| @@ -640,7 +640,7 @@ def samsung_dumper(var, config): | |||||||
|  |  | ||||||
| @register_action('samsung', SamsungAction, SAMSUNG_SCHEMA) | @register_action('samsung', SamsungAction, SAMSUNG_SCHEMA) | ||||||
| def samsung_action(var, config, args): | def samsung_action(var, config, args): | ||||||
|     template_ = yield cg.templatable(config[CONF_DATA], args, cg.uint16) |     template_ = yield cg.templatable(config[CONF_DATA], args, cg.uint32) | ||||||
|     cg.add(var.set_data(template_)) |     cg.add(var.set_data(template_)) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user