Nintendo Switch Home Assistant Integration

:grinning:

I came up with something that give some results, I will keep investigating and learning to come up with something better.

type: custom:flex-table-card
entities:
  include:
    - sensor.used_screen_time
columns:
  - data: daily.0.playedApps.0.imageUri.small
    name: ''
    modify: '''<img src="'' + x + ''"width="100" height="100">'''
  - data: daily.0.playedApps.0.title
    name: Name
  - data: daily.0.devicePlayers.0.imageUri
    name: ''
    modify: '''<img src="'' + x + ''"width="100" height="100">'''
  - data: daily.0.devicePlayers.0.nickname
    name: Player
  - data: daily.0.devicePlayers.0.playingTime
    name: TimePlayed
1 Like