mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00

* integrations:sony_projector:Clarify need to allow host IP I lost some time understanding this was required. The projector's web interface isn't the clearest. * tiny tweaks --------- Co-authored-by: Paul Riou <RIOUPA0021@xggc.scot.nhs.uk> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
1.1 KiB
1.1 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_platforms | ha_integration_type | ||
---|---|---|---|---|---|---|---|---|---|
Sony Projector | Instructions on how to integrate Sony Projector switches into Home Assistant. |
|
Local Polling | 0.89 | sony_projector |
|
integration |
The sony_projector
switch platform allows you to control the state of SDCP compatible network-connected projectors from Sony.
Configuration
To use your Sony Projector in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- platform: sony_projector
host: "192.168.1.47"
name: "Projector"
{% configuration %} host: description: The hostname or IP address of the projector. required: true type: string name: description: The name to use when displaying this switch. required: false type: string {% endconfiguration %}
Under your projector's web interface Advanced Menu, you may need to:
- Enable/start the PJ Talk service.
- Add the IP of your Home Assistant server to the Host Address field.