Skip to content

Commit

Permalink
Fixed cut-and-paste error from previous commit which caused an except…
Browse files Browse the repository at this point in the history
…ion on honeywell panels
  • Loading branch information
ufodone committed Jan 13, 2023
1 parent c060003 commit 577dd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/envisalink_new/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def async_setup_entry(

arm_night_mode = None
if controller.controller.panel_type == PANEL_TYPE_HONEYWELL:
arm_night_mode = self.honeywell_arm_night_mode = entry.options.get(
arm_night_mode = entry.options.get(
CONF_HONEYWELL_ARM_NIGHT_MODE, DEFAULT_HONEYWELL_ARM_NIGHT_MODE)


Expand Down

0 comments on commit 577dd24

Please sign in to comment.