Skip to content

Commit

Permalink
Update __init__.py (#107)
Browse files Browse the repository at this point in the history
Added Palladiom_Keypad
  • Loading branch information
kingal123 authored Oct 16, 2024
1 parent e196e68 commit bc955be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylutron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def _parse_area(self, area_xml):
'HYBRID_SEETOUCH_KEYPAD',
'MAIN_REPEATER',
'HOMEOWNER_KEYPAD',
'PALLADIOM_KEYPAD',
'GRAFIK_T_HYBRID_KEYPAD'):
keypad = self._parse_keypad(device_xml, device_group)
area.add_keypad(keypad)
Expand Down

0 comments on commit bc955be

Please sign in to comment.