mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[key_collector] enable/disable (#8718)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
		| @@ -26,3 +26,11 @@ key_collector: | ||||
|       - logger.log: | ||||
|           format: "input timeout: '%s', started by '%c'" | ||||
|           args: ['x.c_str()', "(start == 0 ? '~' : start)"] | ||||
|     enable_on_boot: false | ||||
|  | ||||
| button: | ||||
|   - platform: template | ||||
|     id: button0 | ||||
|     on_press: | ||||
|       - key_collector.enable: | ||||
|       - key_collector.disable: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user