Update (#1470)
Hey there. I noticed a mistake in the configuration example I changed this notify: - name: NOTIFIER_NAME platform: kodi host: http://192.168.0.123 to this notify: - platform: kodi name: NOTIFIER_NAME host: http://192.168.0.123
This commit is contained in:
parent
553a0442fe
commit
152ca9d906
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ To add Kodi to your installation, add the following to your `configuration.yaml`
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
notify:
|
notify:
|
||||||
- name: NOTIFIER_NAME
|
- platform: kodi
|
||||||
platform: kodi
|
name: NOTIFIER_NAME
|
||||||
host: http://192.168.0.123
|
host: http://192.168.0.123
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue