Closed bjs-pdx closed 4 years ago
I think I've followed all the instructions to install this correctly but I keep getting errors:
Component error: platform - Integration 'platform' not found. Component error: device - Integration 'device' not found.
The Wyze component seems to be installed under HACS and I've modified the configuration.yaml appropriately. config file contents:
default_config:
tts:
group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml
binary_sensor: platform: wyzesense device: “/dev/hidraw0”
What am I missing?
I completely uninstalled the Wyze integration, deleted the directory, rebooted and then reinstalled and now it is working.
I think I've followed all the instructions to install this correctly but I keep getting errors:
Component error: platform - Integration 'platform' not found. Component error: device - Integration 'device' not found.
The Wyze component seems to be installed under HACS and I've modified the configuration.yaml appropriately.
config file contents:
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
Text to speech
tts:
group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml
Wyze Sense
binary_sensor: platform: wyzesense device: “/dev/hidraw0”
What am I missing?