mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add duty cycle output component (#894)
* Add duty cycle output component * cleanup + tests * format * duty_cycle -> slow_pwm * . * clang-format * ESP_LOGD -> ESPLOGVV Co-Authored-By: Otto Winter <otto@otto-winter.com>
This commit is contained in:
		| @@ -995,6 +995,10 @@ output: | ||||
|   - platform: my9231 | ||||
|     id: my_5 | ||||
|     channel: 5 | ||||
|   - platform: slow_pwm | ||||
|     id: id24 | ||||
|     pin: GPIO26 | ||||
|     period: 15s | ||||
|  | ||||
| light: | ||||
|   - platform: binary | ||||
|   | ||||
		Reference in New Issue
	
	Block a user