#Camera objects not generating

1 messages · Page 1 of 1 (latest)

random compass
#

Unable to prepare setup for platform frigate.camera: Platform not found (cannot import name 'CameraEntityFeature' from 'homeassistant.components.camera' (/usr/src/homeassistant/homeassistant/components/camera/init.py)).
[7:07 PM]Vorisi: This is the error I'm getting in my hass logs
[7:07 PM]Vorisi: along with a couple of other ones.

#

@royal steeple you around?

royal steeple
#

Are you on the latest version of home assistant?

random compass
#

I will update, quick.

#

now the entity shows up but says This entity is unavailable.

#

Logger: homeassistant.components.camera
Source: components/mqtt/client.py:195
Integration: Camera (documentation, issues)
First occurred: 8:44:49 PM (6 occurrences)
Last logged: 8:47:19 PM

Error adding entities for domain camera with platform frigate
Error while setting up frigate platform for camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 428, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 691, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 776, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/frigate/init.py", line 449, in async_added_to_hass
self._sub_state = await async_subscribe_topics(self.hass, state)
File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 129, in async_subscribe_topics
await sub.subscribe()
File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 60, in subscribe
self.unsubscribe_callback = await self.subscribe_task
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 195, in async_subscribe
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Cannot subscribe to topic 'frigate/back_yard/recordings/state', MQTT is not enabled

#

Alright, they're up now.

cobalt sail
#

@random compass How did you get past this issue, I am experiencing the same!

random compass
#

Updates! I updates all of my home assistant stuff and reenabled frigate

cobalt sail
#

Sad, I think I am up to date 👁️

#

Or no, I am haos 8.2 and there is 8.5

#

Lets try this so

cobalt sail
#

Home Assistant 2022.11.0
Supervisor 2022.10.2
Operating System 8.5
Frontend 20221102.1 - latest

#
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 289, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 428, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 692, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 788, in add_to_platform_finish
await self.async_added_to_hass()
File "/config/custom_components/frigate/__init__.py", line 449, in async_added_to_hass
self._sub_state = await async_subscribe_topics(self.hass, state)
File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 129, in async_subscribe_topics
await sub.subscribe()
File "/usr/src/homeassistant/homeassistant/components/mqtt/subscription.py", line 60, in subscribe
self.unsubscribe_callback = await self.subscribe_task
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 196, in async_subscribe
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Cannot subscribe to topic 'frigate/front_door/car', MQTT is not enabled