Skip to content

An enhanced version of the Steam card with builtin support for current custom Roblox integration

License

Notifications You must be signed in to change notification settings

mkanet/kb-steam-card-plus

 
 

Repository files navigation

Gamer status card for Steam, Roblox and Xbox integrations!


Usage Example 1

type: entities
entities:
  - type: custom:kb-steam-card
    entities:
      - sensor.steam_<steam-id>
title: Steam 🎮

Single Entity

Usage Example 2

Note: When adding xbox entities, use the xbox sensors that end with _status in the sensor name.

  • To show game header image as background, add game_background: true:
  • To show only users that are online, add online_only: true:
  • To show gaming network overlays, such a S, R, and X for Steam, Roblox, Xbox network entities, add gaming_network_overlay: true  (default = false):
type: entities
entities:
  - type: custom:kb-steam-card
    game_background: true
    online_only: true
    gaming_network_overlay: true
    entities:
      - sensor.steam_<steam-id>
      - sensor.steam_<steam-id>
      - sensor.steam_<steam-id>
      - sensor.steam_<steam-id>
      - sensor.roblox_<roblox-id>
      - sensor.roblox_<roblox-id>
      - sensor.roblox_<roblox-id>
      - sensor.<xbox-gamertag>_status
      - sensor.<xbox-gamertag>_status
      - sensor.<xbox-gamertag>_status
      - sensor.<xbox-gamertag>_status
      - sensor.<xbox-gamertag>_status
title: Gamers 🎮

New Screenshot

More Screenshots

away \ offline state

away \ offline state

online state

online state

while playing a game

now playing

Installation

Prerequisites

You need to install at least one of the following gaming network integrations: Steam, Roblox, Xbox to use with this card.

HACS (recommended)

  1. Go to the Community Store.
  2. Search for steam card plus.
  3. Press Install.

Manual Installation

resources:
  url: '<url-to-card.js>'
  type: module


Special thanks to "Kibibit" for the original kb-steam-card sourcecode ⭐

About

An enhanced version of the Steam card with builtin support for current custom Roblox integration

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.8%
  • JavaScript 19.2%