diff --git a/source/_components/obihai.markdown b/source/_components/obihai.markdown new file mode 100644 index 00000000000..5c464b3bdf2 --- /dev/null +++ b/source/_components/obihai.markdown @@ -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 %} diff --git a/source/images/supported_brands/obitalk.png b/source/images/supported_brands/obitalk.png new file mode 100644 index 00000000000..3c8b28cd7dd Binary files /dev/null and b/source/images/supported_brands/obitalk.png differ