BigNocciolino / CryptoTracker

Integration for Home Assistant to implement a crypto tracking system
23 stars 4 forks source link

Needs full documentation #26

Closed rocketdyke closed 7 months ago

rocketdyke commented 2 years ago

"The component is available in the hacs store, you only need to search it and after you can configure it from the Devices & Services page in the Configuration page."

well, I've installed it from HACS, and there is nothing in the Devices and Services configuration page.

with no way to find the GUI, it is impossible to actually configure this to show up.

RedNax67 commented 2 years ago

It's a bit of a puzzle, but it does mention to go to Devices&Services in config menu. You need to "Add Integration" -> Cryptostate for every pair.

That said... updates every 12 hours makes the whole thing pointless i my opinion.

GigaTech commented 2 years ago

do we still need to install via HACS?

This needs full/better documentation

And what each of these mean?

image

How to convert this into a new configuration?

sensor:
  - platform: cryptostate
    resources:
      - compare: btc-gbp
        name: crypto-btc-gbp

      - compare: eth-gbp
        name: crypto-eth-gbp
BigNocciolino commented 2 years ago

Hi, first of all, yes before configure the integration you need to install it via HACS.

In your yaml you have the compare option, here there are the two crypto codes that you use.

  • compare: btc-gbp

The first btc, in the UI will go into the Crypto ticker. and the second gbp, will go in the Base ticker.

GigaTech commented 2 years ago

OK thanks, this needs to be well documented...

I also could not find a way to edit the values of the existing entities. am I missing something?

I ended up deleting them all and starting again which is a pain in the bum, at least before the 'upgrade' it was easier to manage/edit and the settings made sense...

Thanks

BigNocciolino commented 2 years ago

Hi, i'm planning to add the feature for modifying the existing entities, for now you need to select the integration and delete it.

For example: 2022-03-09_14-41

Here is the component configuration, with all the devices, you need to pick one and delete it, clicking on the 3 dots 2022-03-09_14-42