Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 966 Bytes

File metadata and controls

36 lines (24 loc) · 966 Bytes

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