mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Move temperature display helper from components to helpers (#10555)
This commit is contained in:
committed by
Pascal Vizeli
parent
b1afed9e52
commit
d25f676711
@@ -417,3 +417,8 @@ SPEED_MS = 'speed_ms' # type: str
|
||||
ILLUMINANCE = 'illuminance' # type: str
|
||||
|
||||
WEEKDAYS = ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun']
|
||||
|
||||
# The degree of precision for platforms
|
||||
PRECISION_WHOLE = 1
|
||||
PRECISION_HALVES = 0.5
|
||||
PRECISION_TENTHS = 0.1
|
||||
|
||||
Reference in New Issue
Block a user