Skip to content

Commit

Permalink
feat(ha): fixing regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
atbore-phx committed Jan 20, 2025
1 parent 6231256 commit 14dc7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-assistant/addons/sbam/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"pw_consumption": "float",
"max_charge": "float",
"pw_batt_reserve": "float",
"batt_reserve_start_hr": "match(^([01]?[0-9]|2[0-3]):[0-5][0-9]$)",
"batt_reserve_end_hr": "match(^([01]?[0-9]|2[0-3]):[0-5][0-9]$)",
"batt_reserve_start_hr": "match(^$|^([01]?[0-9]|2[0-3]):[0-5][0-9]$)",
"batt_reserve_end_hr": "match(^$|^([01]?[0-9]|2[0-3]):[0-5][0-9]$)",
"defaults": "bool",
"reset": "bool",
"debug": "bool"
Expand Down

0 comments on commit 14dc7fe

Please sign in to comment.