-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set unique_id for calendar entities #89
Comments
I have the same request, will be a great feature. Calendars are last piece in my config that could not be hide from lovelace UI |
Why can't we use a URL as an identifier? I understand why IP address, device name and hostname shouldn't be used (for local devices), since they can always be easily changed by the user. But in our case, the URL will always 100% uniquely identify the calendar - i think this might refer more to local devices (IP addresses might change, so it's disallowed). The only thing I would change is adding the username as well, since some services might have an endpoint like https://example.org/api/mycalendar.ics where it's the same endpoint for every user, and the result only changes based on the auth. |
Please note that you might change the URL over time, and the unique ID is supposed to be a constant. So using the URL is a non-starter. However, with version 5.0.0, this won't be a problem, as a unique id will be assigned by HA itself. |
Because a
unique_id
cannot be set in the configuration.yaml file, the entities cannot be controlled in the Lovelace UI. Is it possible to add support for theunique_id
value?The text was updated successfully, but these errors were encountered: