mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
@ -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…
x
Reference in New Issue
Block a user