Hey Im really new at HA and after watching a bunch of tutorials I wanted to give it a go by adding a feature that lets me see my online status of my Steam account.
I was following this tutorial Steam - Home Assistant (home-assistant.io)
but I think I may have misunderstood some things as I can not find the data from Steam anywhere on HA. I assumed it would be somewhere in entities but no luck
Firstly, I let to Steam and found my API key and account id.
Which was the first issue as I was asked to add a domain name (I am guessing was the HA url in this case)
Then I went into my configuration.yaml file and added this piece of code
sensor:
#Steam:
- platform: steam_online
api_key: my api key
accounts: my account id
Lastly I went into HA, clicked on ‘check configuration’ which was valid. and then restarted the HA server.
If someone can assist me I would be very thankful as I am a complete noob
1 post - 1 participant