mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 12:22:20 +01: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