Define class and list of objects for config and action elements #65
thomasjsn
commented 2023-12-15 21:14:22 +00:00
(Migrated from git.homelab.no)
```python
"walk_test": config.getboolean("config", "walk_test", fallback=False),
"door_open_warning": config.getboolean("config", "door_open_warning", fallback=True),
"aux_output1": config.getboolean("config", "aux_output1", fallback=False),
"aux_output2": config.getboolean("config", "aux_output2", fallback=False)
```
Labels
No labels
bug
duplicate
enhancement
hass
invalid
needs-refinement
operational
refactor
someday
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thomas/rpi-alarm#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?