Information about notification (#10232)

* Information about notification

The pairing info now appears as a lovelace notification, not a state popupcard.

* Update location
This commit is contained in:
Eirik Z 2019-08-29 21:32:46 +02:00 committed by Fabian Affolter
parent b16278771b
commit 4bc15319f3

View File

@ -23,9 +23,9 @@ There is currently support for the following device types within Home Assistant:
To begin with enable *LG Connect Apps* feature in *Network* settings of the TV [instructions](http://www.lg.com/uk/support/product-help/CT00008334-1437131798537-others).
Once basic configuration is added to your `configuration.yaml` *Configuration* card should prompt on your Home Assistants's states. Follow the instructions and accept pairing request on your TV.
Once basic configuration is added to your `configuration.yaml` file. A notification should be visible in the frontend's **Notification** section. Follow the instructions and accept the pairing request on your TV.
Pairing information will be saved to the `filename:` provided in configuration. This process is IP sensitive, in case the IP address of your TV would change in future.
Pairing information will be saved to the `filename:` provided in the configuration. This process is IP address-sensitive, in case the IP address of your TV would change in future.
### Configuration
@ -227,4 +227,4 @@ automation:
message: "Movement detected: Front Door"
data:
icon: "/home/homeassistant/images/doorbell.png"
```
```