mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-07 22:03:20 +00:00
remove unneeded trait sets
This commit is contained in:
parent
30228ac61b
commit
264c3ce66d
@ -45,9 +45,6 @@ namespace ratgdo {
|
||||
{
|
||||
auto traits = CoverTraits();
|
||||
traits.set_supports_stop(true);
|
||||
traits.set_supports_position(false);
|
||||
traits.set_supports_tilt(false);
|
||||
traits.set_is_assumed_state(false);
|
||||
return traits;
|
||||
}
|
||||
void RATGDOCover::control(const CoverCall& call)
|
||||
|
Loading…
x
Reference in New Issue
Block a user