Dave Pacer

Results 2 comments of Dave Pacer

> ### Describe the bug > I'm using both the `Homebridge Nest` and `Homebridge Nest Cam` plugins. The former works, while the latter is not, in homebridge. I am following...

A near-term fix can be simply added by placing 'return' statements in the ctk_canvas.py: ``` def coords(self, tag_or_id, *args): if type(tag_or_id) == str and "ctk_aa_circle_font_element" in self.gettags(tag_or_id): coords_id = self.find_withtag(tag_or_id)[0]...