Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
patatman authored Sep 22, 2020
1 parent a3b9569 commit f45ff65
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ Basic Home Assistant config, with regular updates

## Naming convention

Zigbee naming scheme:
#### Zigbee naming scheme:
`<room>_<location>_<type>_<nr>` e.g. `livingroom_couch_light_1` or `office_window_sensor`

It is possible for sensor not having a Number, for instance the Office window only has 1 door/window sensor so naming should be kept short as possible.

#### Automation naming:
If room specific, lighting for example.
`<room>_<type>_<trigger>` e.g. `kitchen_light_motion-on` or `livingroom_light_button-1`

If it's a virtual automation, like alarm:
`<type>_<trigger>_<action>` e.g. `alarm_pending_notification` or `telegram_windows-open_notification`

## Installation
First clone the repo:
```
Expand Down

0 comments on commit f45ff65

Please sign in to comment.