Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurkash committed Dec 12, 2024
1 parent 7693b18 commit 127b8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/loe_outages/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def build_schema(config_entry: ConfigEntry) -> vol.Schema:
"select": {
"options": [
{"value": f"{i}.{j}", "label": f"Group {i}.{j}"}
for i in range(1, 7) # 1-6
for j in range(1, 3) # 1-2
for i in range(1, 7) # group major 1-6
for j in range(1, 3) # group minor 1-2
],
},
},
Expand Down

0 comments on commit 127b8a5

Please sign in to comment.