Change formatting for status messages #91
thomasjsn
commented 2024-11-08 12:09:44 +00:00
(Migrated from git.homelab.no)
```python
def convert(word):
return ''.join(x.capitalize() or '_' for x in word.split('_'))
```
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#91
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?