mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Fix configuration sample
This commit is contained in:
parent
e96e888306
commit
d95ed6156c
@ -24,14 +24,14 @@ To integrate pilight into Home Assistant, add the following section to your `con
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
pilight:
|
pilight:
|
||||||
- host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 5000
|
port: 5000
|
||||||
whitelist: # optional
|
whitelist: # optional
|
||||||
protocol:
|
protocol:
|
||||||
- daycom
|
- daycom
|
||||||
- intertechno
|
- intertechno
|
||||||
id:
|
id:
|
||||||
- 42
|
- 42
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user