* Deprecate 'beat' display option in Time & Date * Move deprecation warning * Update homeassistant/components/time_date/const.py Co-authored-by: Sander <developer@golles.nl> --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se> Co-authored-by: Sander <developer@golles.nl>
6 lines
139 B
Python
6 lines
139 B
Python
"""Constants for the Time & Date integration."""
|
|
from __future__ import annotations
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "time_date"
|