/DuinoCoin-balance-Home-Assistant

Custom addon for home assistant displaying DuinoCoin balance

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a custom components for home assistant to get your Duinocoin balance in Home Assistant.

addon duino coin

Installation

Download the repo
Put the dowloaded folder named "duinocoin" in your "custom_components" folder.
Add this line to your "configuration.yaml" file.

#SENSORS
sensor:
  - platform: duinocoin
    username: "your_user_name"

add custom logo

Create a folder in your local directory name icon and put the logo image in the folder.
Add those line to your customize.yaml file.

sensor.duco_balance:
  entity_picture: /local/icon/duino.jpg

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT