Define zone arm configuration as object parameter #13

Closed
opened 2022-11-14 19:11:49 +00:00 by thomasjsn · 0 comments
thomasjsn commented 2022-11-14 19:11:49 +00:00 (Migrated from git.homelab.no)

Use an array to set zone arm configuration, rather than the arm_home property used now:

arm_config = [
  home,
  away,
  water,
  direct
]

home_zones = [v for k, v in zones.items() if v.arm_home]
Use an array to set zone arm configuration, rather than the `arm_home` property used now: ```python arm_config = [ home, away, water, direct ] home_zones = [v for k, v in zones.items() if v.arm_home] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thomas/rpi-alarm#13
No description provided.