diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3,6 +3,7 @@ | |||
| 3 | Home Assistant MQTT device library for embassy. | 3 | Home Assistant MQTT device library for embassy. |
| 4 | 4 | ||
| 5 | To create a device use the [`new`] function. | 5 | To create a device use the [`new`] function. |
| 6 | |||
| 6 | After the device is created you should create one or more entities using functions such as | 7 | After the device is created you should create one or more entities using functions such as |
| 7 | [`create_button`]/[`create_sensor`]/... | 8 | [`create_button`]/[`create_sensor`]/... |
| 8 | 9 | ||
