mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Fix units for refresh: never (#4048)
This commit is contained in:
parent
ae74189fc2
commit
81b6562c25
1 changed files with 1 additions and 1 deletions
|
@ -1680,7 +1680,7 @@ def source_refresh(value: str):
|
|||
if value.lower() == "always":
|
||||
return source_refresh("0s")
|
||||
if value.lower() == "never":
|
||||
return source_refresh("1000y")
|
||||
return source_refresh("365250d")
|
||||
return positive_time_period_seconds(value)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue