hudsonbrendon/miyoo-mini-card — explained in plain English
Analysis updated 2026-05-18
See your Miyoo Mini Plus handheld's battery, volume, and temperature on your Home Assistant dashboard.
Display the currently running game overlaid on a photo of your device.
Monitor WiFi, time-sync, and mute status of the handheld at a glance.
| hudsonbrendon/miyoo-mini-card | 0xradioac7iv/tempfs | abboskhonov/hermium | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | — | moderate | moderate |
| Complexity | — | 3/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
miyoo-mini-card is a custom dashboard card for Home Assistant (a popular open-source home automation platform) that displays live status information from a Miyoo Mini Plus handheld gaming device. If you have a Miyoo Mini Plus running OnionOS and you also run Home Assistant at home, this card lets you monitor your gaming device from your smart home dashboard. The card shows a photo of the device with the currently running game overlaid on the screen, a status line, and a four-cell stat grid displaying things like battery level, volume, temperature, and playtime for the day. A bottom action bar shows live indicators for WiFi connection, NTP (network time sync), and mute status. To use this card, you first need to set up the companion project miyoo-mqtt-reporter on your Miyoo device. That daemon publishes the device's live state data to an MQTT broker (MQTT is a lightweight messaging protocol common in home automation). Home Assistant reads from that same MQTT broker and automatically creates 73 sensor entities for the device, which the card then pulls together into a single visual display. Installation is done through HACS (Home Assistant Community Store), which is the standard way to add community-made cards and integrations to Home Assistant. A manual installation option is also documented. Once added, the card is configured in YAML with just the device's entity prefix and an optional list of up to four stats to show in the grid. The project is written in TypeScript and licensed under MIT.
A Home Assistant dashboard card that shows live battery, volume, temperature, and game status from a Miyoo Mini Plus handheld.
Mainly TypeScript. The stack also includes TypeScript, Home Assistant, MQTT.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.