20 lines
559 B
Markdown
20 lines
559 B
Markdown
---
|
|
title: Raspberry Pi Power Supply Checker
|
|
description: Instructions on how to integrate Raspberry Pi Power Supply Checker within Home Assistant.
|
|
ha_category:
|
|
- System Monitor
|
|
ha_iot_class: Local Polling
|
|
ha_release: 0.116
|
|
ha_domain: rpi_power
|
|
ha_codeowners:
|
|
- '@shenxn'
|
|
- '@swetoast'
|
|
ha_config_flow: true
|
|
ha_platforms:
|
|
- binary_sensor
|
|
---
|
|
|
|
The `rpi_power` integration allows you to detect [bad power supply](https://www.raspberrypi.org/documentation/hardware/raspberrypi/power/README.md) on Raspberry Pi.
|
|
|
|
{% include integrations/config_flow.md %}
|