> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myzendo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Batteries

> Check the status of the battery-powered accessories and find which accessories are running out of battery.

export const MenuButton = ({badged = false}) => <div className="bg-[#a8c8b9] w-[36px] h-[36px] rounded-[10px] p-[6px] justify-center items-center aspect-square inline-flex relative">
    {badged && <div className="absolute top-[-3px] right-[-3px] w-[12px] h-[12px] rounded-[12px] bg-[#417777]"></div>}
      <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <g fill="#417777"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 22a10 10 0 1 1 10-10 10 10 0 0 1-10 10"></path><path d="M10 12a2 2 0 1 0 4 0 2 2 0 1 0-4 0m5.5 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0m-11 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0"></path></g>
      </svg>
  </div>;

## Find the battery level for your accessories

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "Batteries" to view the battery status of all your battery-powered accessories.
4. Accessories with low battery are displayed at the top of the list.

<Tip>
  If one or more accessories have low battery, the <MenuButton badged /> button shows a green badge.
</Tip>

## Accessory detail

Tap any accessory in the Batteries list to open its detail screen. You'll see the current battery level and guidance on how to replace or recharge the battery.

* **Battery level**: The current battery level. Shown in red if it requires replacement.
* **Battery type**: The type of battery needed for replacement (e.g. "2x AAA", "CR2032").

<Info>
  Detailed battery information (battery type and replacement guidance) is only available on Homey.
</Info>
