mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Fix my9231 IDs not being resolved
This commit is contained in:
		| @@ -8,7 +8,7 @@ from esphomeyaml.helpers import Pvariable, get_variable, setup_component | ||||
|  | ||||
| DEPENDENCIES = ['my9231'] | ||||
|  | ||||
| Channel = MY9231OutputComponent.Channel | ||||
| Channel = MY9231OutputComponent.class_('Channel', output.FloatOutput) | ||||
|  | ||||
| PLATFORM_SCHEMA = output.FLOAT_OUTPUT_PLATFORM_SCHEMA.extend({ | ||||
|     vol.Required(CONF_ID): cv.declare_variable_id(Channel), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user