From 94f5e0fc5b5aead261830aa6724b58676963b279 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Mon, 14 Sep 2020 19:12:41 +0800 Subject: [PATCH] Add documentation for rpi_power (#14492) --- source/_integrations/rpi_power.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/_integrations/rpi_power.markdown diff --git a/source/_integrations/rpi_power.markdown b/source/_integrations/rpi_power.markdown new file mode 100644 index 00000000000..1ae56d4f285 --- /dev/null +++ b/source/_integrations/rpi_power.markdown @@ -0,0 +1,19 @@ +--- +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 +--- + +The `rpi_power` integration allows you to detect [bad power supply](https://www.raspberrypi.org/documentation/hardware/raspberrypi/power/README.md) on Raspberry Pi. + +## Configuration + +This integration can only be set up through UI. Go to *Configuration* -> *Integration*. Click the *+* button and search for Raspberry Pi Power Supply Checker.