Go to the source code of this file.
Classes | |
| class | homeassistant.components.datetime.DateTimeEntity |
| class | homeassistant.components.datetime.DateTimeEntityDescription |
Namespaces | |
| homeassistant.components.datetime | |
Functions | |
| None | homeassistant.components.datetime._async_set_value (DateTimeEntity entity, ServiceCall service_call) |
| bool | homeassistant.components.datetime.async_setup (HomeAssistant hass, ConfigType config) |
| bool | homeassistant.components.datetime.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | homeassistant.components.datetime.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | homeassistant.components.datetime.__all__ = ["ATTR_DATETIME", "DOMAIN", "DateTimeEntity", "DateTimeEntityDescription"] |
| homeassistant.components.datetime._LOGGER = logging.getLogger(__name__) | |
| dictionary | homeassistant.components.datetime.CACHED_PROPERTIES_WITH_ATTR_ |
| string | homeassistant.components.datetime.ENTITY_ID_FORMAT = DOMAIN + ".{}" |
| homeassistant.components.datetime.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA | |
| homeassistant.components.datetime.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE | |
| homeassistant.components.datetime.SCAN_INTERVAL = timedelta(seconds=30) | |