mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add discovery to HEOS configuration options (#9098)
* Update configuration options * Fix typos
This commit is contained in:
parent
b15c6a065f
commit
5bb805e9e4
@ -13,7 +13,7 @@ ha_release: 0.92
|
|||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
---
|
---
|
||||||
|
|
||||||
The Heos component integrates [HEOS](http://heosbydenon.denon.com) capable products, such as speakers, amps, and receivers (Dennon and Marantz) into Home Assistant. Features currently include:
|
The HEOS component integrates [HEOS](http://heosbydenon.denon.com) capable products, such as speakers, amps, and receivers (Denon and Marantz) into Home Assistant. Features currently include:
|
||||||
|
|
||||||
- Each device is represented as a media player entity
|
- Each device is represented as a media player entity
|
||||||
- View the currently playing media
|
- View the currently playing media
|
||||||
@ -24,7 +24,7 @@ The Heos component integrates [HEOS](http://heosbydenon.denon.com) capable produ
|
|||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To add a Denon HEOS speaker to your installation, add the following to your `configuration.yaml` file:
|
HEOS devices are discovered and setup automatically when the [discovery](/components/discovery) component is enabled. Alternatively, the component can be setup through the frontend control panel integrations page or manually by adding the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -40,7 +40,7 @@ host:
|
|||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note info'>
|
<p class='note info'>
|
||||||
A connection to a single device enables control for all devices in the HEOS account. If you have multiple Heos devices, enter the host of one that is connected to the LAN via wire or has the strongest wireless signal.
|
A connection to a single device enables control for all devices in the HEOS account. If you have multiple HEOS devices, enter the host of one that is connected to the LAN via wire or has the strongest wireless signal.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## {% linkable_title Notes %}
|
## {% linkable_title Notes %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user