Add Obihai Integration (#10324)

* Add OBiTalk logo

* Add obihai.markdown

* typo

* remove improper naming convention

* Add files via upload

* Update obihai.markdown

* Review comments

* ✏️ Tweak
This commit is contained in:
Daniel Shokouhi 2019-09-11 10:29:02 -07:00 committed by Martin Hjelmare
parent b5a08d832d
commit 9afb61235a
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
---
title: "Obihai"
description: "Instructions on how to integrate your Obihai device into Home Assistant."
logo: obitalk.png
ha_iot_class: Local Polling
ha_category:
- Sensor
ha_release: 0.99
---
The `obihai` integration allows you to view the call status for your [Obihai devices](https://www.obitalk.com/info/products#home_section).
To enable `obihai` in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: obihai
host: 192.168.1.x
```
{% configuration %}
host:
description: IP Address of Obihai device
required: true
type: string
username:
description: Username for the Obihai device.
required: false
type: string
default: admin
password:
description: Password for the Obihai device.
required: false
type: string
default: admin
{% endconfiguration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB