mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	[mqtt] fix missing initializer in MQTTClientComponent::disable_discovery (#7271)
This commit is contained in:
		| @@ -632,6 +632,7 @@ void MQTTClientComponent::disable_discovery() { | ||||
|   this->discovery_info_ = MQTTDiscoveryInfo{ | ||||
|       .prefix = "", | ||||
|       .retain = false, | ||||
|       .discover_ip = false, | ||||
|       .clean = false, | ||||
|       .unique_id_generator = MQTT_LEGACY_UNIQUE_ID_GENERATOR, | ||||
|       .object_id_generator = MQTT_NONE_OBJECT_ID_GENERATOR, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user