mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 18:20:53 +00:00
Remove default initializations from tuya cover (#2415)
This commit is contained in:
parent
7af1c04493
commit
505d1d78fb
@ -23,10 +23,10 @@ class TuyaCover : public cover::Cover, public Component {
|
|||||||
|
|
||||||
Tuya *parent_;
|
Tuya *parent_;
|
||||||
optional<uint8_t> position_id_{};
|
optional<uint8_t> position_id_{};
|
||||||
uint32_t min_value_ = 0;
|
uint32_t min_value_;
|
||||||
uint32_t max_value_ = 100;
|
uint32_t max_value_;
|
||||||
uint32_t value_range_;
|
uint32_t value_range_;
|
||||||
bool invert_position_ = false;
|
bool invert_position_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace tuya
|
} // namespace tuya
|
||||||
|
Loading…
x
Reference in New Issue
Block a user