mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add copy output platform (#472)
This commit is contained in:
		| @@ -701,6 +701,18 @@ output: | ||||
|   - platform: my9231 | ||||
|     id: my_5 | ||||
|     channel: 5 | ||||
|   - platform: copy | ||||
|     id: my_copy1 | ||||
|     outputs: | ||||
|       - my_1 | ||||
|       - my_2 | ||||
|       - my_3 | ||||
|   - platform: copy | ||||
|     id: my_copy2 | ||||
|     type: binary | ||||
|     outputs: | ||||
|       - id22 | ||||
|       - id2 | ||||
|  | ||||
| light: | ||||
|   - platform: binary | ||||
|   | ||||
		Reference in New Issue
	
	Block a user