Skip to content

Commit 5fd3f0e

Browse files
CamWyozik04
andauthored
remove unused variable
Co-authored-by: Jevgeni Kiski <yozik04@gmail.com>
1 parent 9c22cab commit 5fd3f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paradox/interfaces/mqtt/homeassistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _publish_pgm_configs(self, pgm_statuses):
168168
self._publish_config(pgm_switch_config)
169169

170170
def _publish_module_pgm_configs(self, module_pgms):
171-
for module_pgm_key, module_pgm in module_pgms.items():
171+
for _, module_pgm in module_pgms.items():
172172
module_pgm_switch_config = self.entity_factory.make_module_pgm_switch(module_pgm)
173173
self._publish_config(module_pgm_switch_config)
174174

0 commit comments

Comments
 (0)