mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 01:21:12 -06:00
1.7 KiB
1.7 KiB
title, description, ha_iot_class, ha_category, ha_release, ha_codeowners, ha_domain, ha_platforms, ha_integration_type
| title | description | ha_iot_class | ha_category | ha_release | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Obihai | Instructions on how to integrate your Obihai device into Home Assistant. | Local Polling |
|
0.99 |
|
obihai |
|
integration |
The obihai integration allows you to view the call status for your Obihai devices.
To enable obihai in your installation, add the following to your configuration.yaml file:
# 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 %}
The following is a list of expected sensors and their expected states when using the user account:
- Sensor if the device requires a reboot (
TrueorFalse) - Sensor for each configured service (
0for no calls,1for a call and2for call waiting/3way calling) - Sensor for the last reboot date
- Sensor for call direction (
No Active Calls,Inbound CallorOutbound Call)
In addition to the above list the admin account can expect to see the following sensors:
- Obihai service status (
Normal,Downor other states from Obihais network) - Sensors for each phone port in use (
On Hook,Off HookandRinging) - Sensors for last caller name and number (this is also the current incoming call, will also show
--if no data provided)