mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Add device class support to MQTT cover (#2092)
This commit is contained in:
		| @@ -61,6 +61,9 @@ void MQTTCoverComponent::dump_config() { | ||||
|   } | ||||
| } | ||||
| void MQTTCoverComponent::send_discovery(JsonObject &root, mqtt::SendDiscoveryConfig &config) { | ||||
|   if (!this->cover_->get_device_class().empty()) | ||||
|     root["device_class"] = this->cover_->get_device_class(); | ||||
|  | ||||
|   auto traits = this->cover_->get_traits(); | ||||
|   if (traits.get_is_assumed_state()) { | ||||
|     root["optimistic"] = true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user