DuinoCoin add-on for Home Assistant
This is a custom components for home assistant to get your Duinocoin balance in Home Assistant.
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"
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.