🔍 How to Find Your Device Name

  1. Method 1 — Developer Tools: In Home Assistant, go to Developer Tools → States. Use the search box to find your device/sensor. Click any result and copy the full ID (e.g., sensor.apollo_msr_2_m4c4dd_radar_distance). Your device name is the middle part: apollo_msr_2_m4c4dd.
  2. Method 2 — Settings: Go to Settings → Devices & Services → Entities. Search for your device or use filters. Click an entity to view its full ID and pull out the middle part (e.g., apollo_msr_2_m4c4dd).
  3. Method 3 — Device Page (Easiest): Go to Settings → Devices & Services → Devices. Click your device. The page lists all related entity IDs; from any one like sensor.apollo_msr_2_m4c4dd_radar_distance, the device name is apollo_msr_2_m4c4dd.

MSR-2 Dashboard YAML Generator

Enter your device name, then generate and copy the YAML.

Copied to clipboard