I’ve been getting this error for a few months now:
Logger: homeassistant.components.input_datetime
Source: helpers/entity_platform.py:592
Integration: Input datetime (documentation, issues)
First occurred: 3:54:13 PM (1 occurrences)
Last logged: 3:54:13 PM
Platform input_datetime does not generate unique IDs. ID hvac_runtime_last_updated already exists - ignoring input_datetime.hvac_runtime_last_updated
I’m running in Docker, version 2021.12. Here is the yaml for this input:
input_datetime:
hvac_runtime_last_updated:
name: HVAC Runtime Last Updated
has_date: true
has_time: true
It is only set up in one location in my YAML files.
Any ideas?