home-assistant.io/source/_components/switch.acer_projector.markdown
Amir Hanan e673169e3e Configuration ezfix (#6578)
* Configuration ezfix

#6385 related

* update int to integer

Documentation states "int" as possible type - a bit confusing
2018-10-07 19:01:32 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Acer Projector Switch Instructions on how to integrate Acer Projector switches into Home Assistant. 2016-05-07 07:00 true false true true acer.png Multimedia Local Polling 0.19

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

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