Removed old configuration example (#9326)

The old configuration example because it's just adding to confusion for people that are adding this component for the first time. Moving forward I don't think this section is necessary anymore.
This commit is contained in:
Villhellm 2019-04-26 12:47:24 -07:00 committed by Klaas Schoute
parent 14ca8bbf7c
commit ae0c76b203

View File

@ -70,19 +70,6 @@ hue:
allow_hue_groups: true
```
### {% linkable_title Migrating from older configuration %}
In previous versions of the `hue` component the configuration looked different:
```yaml
# Example configuration.yaml entry
light:
- platform: hue
host: DEVICE_IP_ADDRESS
```
You will need to convert each bridge into an entry in the new configuration style. See above for an example.
### {% linkable_title Multiple Hue bridges %}
Multiple Hue bridges work transparently with discovery, you don't have to do anything. If you prefer to configure them manually and use multiple Hue bridges then it's needed that you provide a configuration file for every bridge. The bridges can't share a single configuration file.