mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Allow the use of multiple RDM6300 devices (#3989)
This commit is contained in:
		| @@ -6,6 +6,7 @@ from esphome.const import CONF_ID, CONF_ON_TAG, CONF_TRIGGER_ID | ||||
|  | ||||
| DEPENDENCIES = ["uart"] | ||||
| AUTO_LOAD = ["binary_sensor"] | ||||
| MULTI_CONF = True | ||||
|  | ||||
| rdm6300_ns = cg.esphome_ns.namespace("rdm6300") | ||||
| RDM6300Component = rdm6300_ns.class_("RDM6300Component", cg.Component, uart.UARTDevice) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user