From dd35c2bd7bb34c86cfa73168d354500242492a1d Mon Sep 17 00:00:00 2001 From: "Penney, Emory J" Date: Thu, 23 Feb 2023 22:48:21 +0000 Subject: [PATCH 1/2] Adding Obihai Reboot service --- source/_integrations/obihai.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/obihai.markdown b/source/_integrations/obihai.markdown index 24d423575962..81c2371621b6 100644 --- a/source/_integrations/obihai.markdown +++ b/source/_integrations/obihai.markdown @@ -53,3 +53,11 @@ In addition to the above list the `admin` account can expect to see the followin - Obihai service status (`Normal`, `Down` or other states from Obihais network) - Sensors for each phone port in use (`On Hook`, `Off Hook` and `Ringing`) - Sensors for last caller name and number (this is also the current incoming call, will also show `--` if no data provided) + +### Service `obihai.reboot` + +Call the reboot command on the Obihai from Home Assistant. + +| Service Data Attribute | Required | Description | +| ---------------------- | -------- | --------------------------------------------------------------------------- | +| `entity_id` | yes | Any Entity ID from the desired Obihai | From 3762f350df7ca5b4f243a4b1c7c36948dc4c4275 Mon Sep 17 00:00:00 2001 From: "Penney, Emory J" Date: Mon, 27 Feb 2023 19:22:05 +0000 Subject: [PATCH 2/2] Switch to button --- source/_integrations/obihai.markdown | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/_integrations/obihai.markdown b/source/_integrations/obihai.markdown index 81c2371621b6..71bddb415aa9 100644 --- a/source/_integrations/obihai.markdown +++ b/source/_integrations/obihai.markdown @@ -54,10 +54,4 @@ In addition to the above list the `admin` account can expect to see the followin - Sensors for each phone port in use (`On Hook`, `Off Hook` and `Ringing`) - Sensors for last caller name and number (this is also the current incoming call, will also show `--` if no data provided) -### Service `obihai.reboot` - -Call the reboot command on the Obihai from Home Assistant. - -| Service Data Attribute | Required | Description | -| ---------------------- | -------- | --------------------------------------------------------------------------- | -| `entity_id` | yes | Any Entity ID from the desired Obihai | +You will also see a reboot button for each configured Obihai, this button will restart the Obihai when pressed.