mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +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) | ||||
| 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_)) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user