Skip to content

Commit

Permalink
Merge pull request #7 from tykeal/set_default_times
Browse files Browse the repository at this point in the history
Fix: Correct bad constant import
  • Loading branch information
tykeal authored Jul 26, 2021
2 parents 5eb4829 + b6e28d5 commit db9ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/rental_control/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Defaults
DEFAULT_CHECKIN = 16
DEFAULT_CHECKOUT = 11
DEFAULT_MAX_DAYS = 365
DEFAULT_DAYS = 365
DEFAULT_MAX_EVENTS = 5
DEFAULT_NAME = DOMAIN

Expand Down

0 comments on commit db9ff1b

Please sign in to comment.