Minimizing of the configuration sample (#1020)
This commit is contained in:
parent
c7aaf72bbc
commit
227d5a3f4f
24 changed files with 69 additions and 56 deletions
|
@ -26,14 +26,6 @@ To enable the emulated Hue bridge, add the following to your `configuration.yaml
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
emulated_hue:
|
||||
host_ip: 192.168.1.186
|
||||
listen_port: 8300
|
||||
off_maps_to_on_domains:
|
||||
- script
|
||||
- scene
|
||||
expose_by_default: true
|
||||
exposed_domains:
|
||||
- light
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -58,6 +50,21 @@ Configuration variables:
|
|||
- `input_boolean`
|
||||
- `media_player`
|
||||
|
||||
A full configuration sample looks like the one below.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
emulated_hue:
|
||||
host_ip: 192.168.1.186
|
||||
listen_port: 8300
|
||||
off_maps_to_on_domains:
|
||||
- script
|
||||
- scene
|
||||
expose_by_default: true
|
||||
exposed_domains:
|
||||
- light
|
||||
```
|
||||
|
||||
With additional customization you will be able to specify the behaviour of the existing entities.
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue