I have a JSON file pulled from a remote source and when parsed will pull out some integer values. Not sure the best way to go about this as the cards seem very limited at the moment, and HACS requires github full account repo access (which I want to avoid).
- Automation currently pulls JSON file
- Condition then reads this and checks if a Var == 2 or 3 etc
- I want the card text on the dashboard to be replaced with a status, and the background colour of this card changed, depending on this value
- This process should be repeated for multiple similar cards