Skip to content

Commit

Permalink
Merge pull request #135 from Daniely2023/patch-1
Browse files Browse the repository at this point in the history
Update number.py
  • Loading branch information
Lyr3x committed Apr 10, 2023
2 parents a41e251 + e49bd8c commit 9f7c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/roode/number.py
Expand Up @@ -19,7 +19,7 @@
cv.Optional(CONF_PEOPLE_COUNTER): PERSISTED_NUMBER_SCHEMA.extend(
{
cv.Optional(CONF_ICON, default="mdi:counter"): cv.icon, # new default
cv.Optional(CONF_MAX_VALUE, 10): cv.int_range(1, 255),
cv.Optional(CONF_MAX_VALUE, 10): cv.int_range(-128, 128),
}
),
}
Expand Down

0 comments on commit 9f7c2d2

Please sign in to comment.