Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/integrate/home_assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The gateway device will be available into Configuration->Devices section of Home
![](../img/OpenMQTTGateway_Home_Assistant_MQTT_discovery.png)

## Manual integration examples
From @123, @finity, @denniz03, @jrockstad
From @123, @finity, @denniz03, @jrockstad, @anarchking

### Door sensor
```yaml
Expand Down Expand Up @@ -163,3 +163,15 @@ sensor:
icon_template: >
{{ 'mdi:human' }}
```

### MQTT Room Presence

```yaml
sensor:
- platform: mqtt_room
device_id: XX:XX:XX:XX:XX:XX #Mac Address of device wanting to track
name: you_are_in # home assistant will show a sensor named (you are in) with its value being the name you gave the gateway
state_topic: "home/home_presence"
#timeout:
#away_timeout:
```