home-assistant.io/source/_integrations/sony_projector.markdown

893 B

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms
title description ha_category ha_iot_class ha_release ha_domain ha_platforms
Sony Projector Instructions on how to integrate Sony Projector switches into Home Assistant.
Multimedia
Local Polling 0.89 sony_projector
switch

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 %}