Skip to content

v1.4.10

Choose a tag to compare

@djdevil djdevil released this 04 Apr 18:04
bfc5938

What's new in v1.4.10

📶 Wi-Fi SSID display (wifi_ssid_sensor)

When set, the card shows the actual Wi-Fi network name instead of the generic "WiFi" label — across all 11 layouts.

show_connection: true
wifi_ssid_sensor: sensor.phone_wi_fi_connection
Configurable from the visual editor: Sensors tab → Connection section → Wi-Fi SSID sensor.
When on mobile data the raw connection type is shown as usual. If not configured, nothing changes.

🧩 Extra Chips

Add any Home Assistant entity as a custom chip in all 11 layouts.

Each chip supports:

  • entity — required
  • icon — custom mdi icon (auto-detected from entity attributes if omitted)
  • show_when — only show when entity state matches a value
  • color — tints both icon and text simultaneously
  • label — custom text (defaults to translated entity state)

Fully configurable from the visual editor (Sensors tab).

extra_chips:
  - entity: binary_sensor.phone_bluetooth
    icon: mdi:bluetooth
    color: '#4a9eff'
    show_when: 'on'
  - entity: sensor.phone_android_auto
    icon: mdi:car-connected
    label: Android Auto