I’m getting this notification-
The following integrations and platforms could not be set up:
home
Please check your config and logs.
Log-
2020-11-02 20:45:17 ERROR (MainThread) [homeassistant.setup] Setup failed for home: Integration not found.
2020-11-02 20:45:23 ERROR (SyncWorker_0) [homeassistant.components.homekit.util] media_player.plex_mrmc_atv4klr does not support any media_player features
2020-11-02 20:45:24 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 128, in async_init
result = await self._async_handle_step(
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 201, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/components/kodi/config_flow.py", line 107, in async_step_zeroconf
uuid = discovery_info["properties"]["uuid"]
KeyError: 'uuid'
configuration.yaml-
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
# Includes
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
home assistant:
customize: !include customize.yaml
sensor:
# World Clock
- platform: worldclock
time_zone: America/New_York
alarm_control_panel:
# Alarm Control Panel Manual
- platform: manual
name: shop alarm
code_arm_required: false
code: '1234'
arming_time: 0
delay_time: 0
trigger_time: 4
disarmed:
trigger_time: 0
armed_home:
arming_time: 0
delay_time: 0
notify:
# Email notification
- name: send_email
platform: smtp
server: smtp.gmail.com
port: 587
timeout: 15
sender: [email protected]
encryption: starttls
username: [email protected]
password: umxsgjhicstelzhv
recipient:
- [email protected]
sender_name: Home Assistant
# Prowl notification
- name: prowl
platform: prowl
api_key: 7291d42ee46a66ae702dff515ec65afdb1f69040
I don’t have any idea what this means or how to fix it.