Diego Gaustein

Results 3 issues of Diego Gaustein

The cursor can contain percent encoded characters, which should be accounted for in the regex, and decoded to use in the application.

Hi, I have a model which has some nested relations, something like: ``` class Document(models.Model): node_positions = models.ManyToMany('NodePosition') def get_nodes(self): return Node.objects.filter(node_position__document=self) class NodePosition(models.Model): node = models.ForeignKey('Node') class Node(models.Model): pass...

### The problem Hi, I have a Broadlink SCB1E control box (Firmware: 57060) that allows measuring input voltage and output current, however in Home Assistant these values are off by...

integration: broadlink