Entity Already Exist on Google Calendar

I am running HA 0.88.1 and get the following on boot:

homeassistant.exceptions.HomeAssistantError: Entity id already exists: calendar.contacts

I can see only one entity called calendar.contact in the dev-states page. Where can I find the second one?
Or else, how can I make only one entity?

Thanks in advance,

Naor

I am lost… can’t figure this out and it is frustrating

Look in google_calendars.yaml. There will be two cal_ids with same device_id: contacts. Just set one of them to track: false. They show same value in hass so i change - cal_id: addressbook#contacts.

- cal_id: addressbook#[email protected]
  entities:
  - device_id: contacts
    track: false
1 Like

Thanks! That fixed the problem.