elnaor
(Elnaor)
March 2, 2019, 1:51pm
1
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
elnaor
(Elnaor)
March 3, 2019, 11:00pm
2
I am lost… can’t figure this out and it is frustrating
vladosam
(Vladimir)
March 20, 2019, 5:17pm
3
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
elnaor
(Elnaor)
March 23, 2019, 6:00am
4
Thanks! That fixed the problem.