home-assistant.io/source/_components/acer_projector.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* 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
2019-07-11 14:35:08 -07:00

1.0 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Acer Projector Switch Instructions on how to integrate Acer Projector switches into Home Assistant. acer.png
Multimedia
Local Polling 0.19
/components/switch.acer_projector/

The acer_projector switch platform allows you to control the state of RS232 connected projectors from Acer.

Configuration

To use your Acer Projector in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: acer_projector
    filename: /dev/ttyUSB0

{% configuration %} filename: description: The pipe where the projector is connected to. required: true type: string name: description: The name to use when displaying this switch. required: false type: string timeout: description: Timeout for the connection in seconds. required: false type: integer write_timeout: description: Write timeout in seconds. required: false type: integer {% endconfiguration %}