Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrew-codechimp/82ae1f6b5f2568bef0637871e36c9b72 to your computer and use it in GitHub Desktop.
Save andrew-codechimp/82ae1f6b5f2568bef0637871e36c9b72 to your computer and use it in GitHub Desktop.
Personal devices battery state card
type: custom:auto-entities
card:
type: custom:battery-state-card
title: Personal Devices
filter:
include:
- integration: battery_notes
domain: sensor
attributes:
device_class: battery
options:
name: '{attributes.device_name}'
secondary_info: 'Last reported: {attributes.battery_last_reported|reltime()}'
label: Personal Devices
sort:
method: state
numeric: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment