From df3f4afb070c10c86d53a7bf8051ce5fe1e5b7df Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Fri, 16 Aug 2019 15:30:48 +0300 Subject: [PATCH] Update docs.md --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index 93190cc..2cc8a8e 100644 --- a/docs.md +++ b/docs.md @@ -108,7 +108,7 @@ By default HA Client UI is based on your Lovelace UI config, so it should displa [Back to top](#documentation) ## Notifications **(HA Client >= 0.6.0)** -Starting from version 0.6.0 HA Client sipports sending notifications from Home Assistant to the app. The app [should be registered in your HA](#mobile-app-integration) and HA need to be restarted to make it work. +Starting from version 0.6.0 HA Client supports sending notifications from Home Assistant to the app. The app [should be registered in your HA](#mobile-app-integration) and HA need to be restarted to make it work. For now notificationas could only have title and text. No actions supported yet. After [mobile app will be registered](#mobile-app-integration) and your Home Assistant will be restarted you'll see a new `notify` service. For example: `notify.mobile_app_egor_s_pixel_3_xl`. It can be used to send notifications to HA Client on a specific device. Just call this service with some data: ```yaml