Skip to content

Commit

Permalink
set min max for rotate button? #921
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jul 25, 2023
1 parent 644d48b commit b002d87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/wyzebridge/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ def get_entities(base_topic: str, pan_cam: bool = False, rtsp: bool = False) ->
"payload_stop": None,
"tilt_opened_value": 90,
"tilt_closed_value": -90,
"tilt_min": -90,
"tilt_max": 90,
"icon": "mdi:rotate-orbit",
},
},
Expand Down

0 comments on commit b002d87

Please sign in to comment.