mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Mqtt topics to support numeric fan speed (#1859)
* numeric speed added * when dumping config for MQTT components log a note when skipped due to is_internal * added new topics to paython code validation/generation * reformatted with black * formatting corrected * use dump_config_ mechanism to skip internal components * use dump_config_ mechanism to skip internal components * style issues resolved * do_dump_config removed * formatting fixed * formatting fixed * Drop parent dump_config() calls Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
		| @@ -1978,6 +1978,8 @@ fan: | ||||
|     direction_output: gpio_26 | ||||
|     oscillation_state_topic: oscillation/state/topic | ||||
|     oscillation_command_topic: oscillation/command/topic | ||||
|     speed_level_state_topic: speed_level/state/topic | ||||
|     speed_level_command_topic: speed_level/command/topic | ||||
|     speed_state_topic: speed/state/topic | ||||
|     speed_command_topic: speed/command/topic | ||||
|     on_speed_set: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user