mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +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{ |   this->discovery_info_ = MQTTDiscoveryInfo{ | ||||||
|       .prefix = "", |       .prefix = "", | ||||||
|       .retain = false, |       .retain = false, | ||||||
|  |       .discover_ip = false, | ||||||
|       .clean = false, |       .clean = false, | ||||||
|       .unique_id_generator = MQTT_LEGACY_UNIQUE_ID_GENERATOR, |       .unique_id_generator = MQTT_LEGACY_UNIQUE_ID_GENERATOR, | ||||||
|       .object_id_generator = MQTT_NONE_OBJECT_ID_GENERATOR, |       .object_id_generator = MQTT_NONE_OBJECT_ID_GENERATOR, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user