#Tapo P100
1 messages · Page 1 of 1 (latest)
try doing on the control panel but no luck
doenst let me because it says it cant find that component
What's the full error message?
The system cannot restart because the configuration is not valid: Platform error switch.p100 - Integration 'p100' not found.
Ok. Remove that section from configuration.yaml, restart HA. Add that section back in, restart again.
ok let me try
When you try to restart, it tests your config against your current integrations. If you just copied in a new custom integration, it hasn't been loaded and the check will fail.
Great. Check your logs, see if there are any messages about p100
2021-07-28 22:44:48 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo_p100_control which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-07-28 22:45:05 ERROR (MainThread) [homeassistant.config] Platform error: switch - Integration 'p100' not found.
The first one is okay and will always appear because it's a custom integration. The second one means there's a problem with your config.
.share the section of your config in here as text (no screenshots)
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch:
platform: tapo_p100_control
ip_address: 192.168.x.xxx
email: xxxxxx@gmail.com
password: xxxxxxxx
it seems to be doing soemting now on the logs
2021-07-28 22:53:28 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo_p100_control which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-07-28 22:55:24 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: switch.tapo_p100_control, rpi_power
That's better. This time you have this (correct):
platform: tapo_p100_control```
Before, you had this (incorrect):
```switch:
platform: p100```