mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
||||
# Example configuration.yaml entry
|
||||
notify:
|
||||
- name: NOTIFIER_NAME
|
||||
platform: kodi
|
||||
- platform: kodi
|
||||
name: NOTIFIER_NAME
|
||||
host: http://192.168.0.123
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user