mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[remote_base] add support for Dyson cool AM07 tower fan (#10163)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
		| @@ -48,6 +48,11 @@ on_drayton: | ||||
|     - logger.log: | ||||
|         format: "on_drayton: %u %u %u" | ||||
|         args: ["x.address", "x.channel", "x.command"] | ||||
| on_dyson: | ||||
|   then: | ||||
|     - logger.log: | ||||
|         format: "on_dyson: %u %u" | ||||
|         args: ["x.code", "x.index"] | ||||
| on_gobox: | ||||
|   then: | ||||
|     - logger.log: | ||||
|   | ||||
| @@ -6,6 +6,13 @@ button: | ||||
|       remote_transmitter.transmit_beo4: | ||||
|         source: 0x01 | ||||
|         command: 0x0C | ||||
|   - platform: template | ||||
|     name: Dyson fan up | ||||
|     id: dyson_fan_up | ||||
|     on_press: | ||||
|       remote_transmitter.transmit_dyson: | ||||
|         code: 0x1215 | ||||
|         index: 0x0 | ||||
|   - platform: template | ||||
|     name: JVC Off | ||||
|     id: living_room_lights_on | ||||
|   | ||||
		Reference in New Issue
	
	Block a user