Open Bagunda opened 2 years ago
Have you got to restart your HA, after the copy ?
After you download and place config/custom_components/crestron
, you should restart HA.
After restart, you can update the configuration.yaml
with the crestron entries
I'm new to HA, old to Crestron.
I'm attempting to set this up on a Pi. I've created config/custom_components/crestron
, copied all the py components into the crestron folder. Restarted HA. Add the following to configuration.yaml
:
crestron:
port: 52000
I also get Integration error: crestron - Integration 'crestron' not found
I'm obviously missing some step here. Any ideas please? -g
You can try to enable more log info in configuration.yaml with:
logger:
default: warning
logs:
custom_components.crestron: info
In my case I wasn't copying the repo files in the config/custom_components/crestron
folder. Make sure you copy the whole folder with its files in the correct path.
How to install this in HA?
I did the following:
configuration.yaml
add:And "Configuration check" say:
Integration error: crestron - Integration 'crestron' not found.