magic7s / intelbras-solar

Home Assistant Integration for Intelbras Solar
MIT License
4 stars 0 forks source link

How do I install and use? #1

Closed robsonfelix closed 1 year ago

robsonfelix commented 1 year ago

I have searched online on something that details how this gets installed and configured, but could not find anything.

I have been able to add this repository to HACS, to add the configuration to configuration.yaml (including secrets), but when I try to add the integration through Settings -> Integrations -> Add Integration -> Intelbras Solar. but it gives me a message: "This device can not be added from the UI".

Any help would be appreciated.

magic7s commented 1 year ago

Add the username and password to your configuration.yaml file.

intelbras_solar:
  username: !secret intelbras_username
  password: !secret intelbras_password
dfares1987 commented 1 year ago

boa noite apos colocar a pasta intelbras_solar dentro da pasta custom components e adicionar o texto intelbras_solar: username: !secret intelbras_username password: !secret intelbras_password nao consigo reiniciar dando o erro image como corrigir o mesmo?

magic7s commented 1 year ago

Either replace !secret intelbras_username and !secret intelbras_password with your website username and password or define it in secrets.yaml