mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
919 B
919 B
title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
| title | description | logo | ha_category | ha_iot_class | ha_release | redirect_from | ||
|---|---|---|---|---|---|---|---|---|
| Sony Projector Switch | Instructions on how to integrate Sony Projector switches into Home Assistant. | sony.png |
|
Local Polling | 0.89 |
|
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 %}