Skip to content

Commit

Permalink
Merge pull request #103 from sca075/v_160
Browse files Browse the repository at this point in the history
Fix Steps for text configuration
  • Loading branch information
sca075 authored Mar 21, 2024
2 parents cb5d04f + 61ce1cf commit 4b4c10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/valetudo_vacuum_camera/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ def __init__(self, config_entry: config_entries.ConfigEntry):
}
config_size: NumberSelectorConfig = {
"min": 5, # Minimum value
"max": 60, # Maximum value
"step": 5, # Step value
"max": 51, # Maximum value
"step": 1, # Step value
}
font_selector = SelectSelectorConfig(
options=[
Expand Down

0 comments on commit 4b4c10a

Please sign in to comment.