home-assistant.io/source/_components/switch.acer_projector.markdown
2016-05-07 10:52:44 +02:00

999 B

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 how to integrate Acer Projector switches into Home Assistant. 2016-05-07 07:00 true false true true acer.png Switch Local Polling 0.19

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

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
  name: Projector
  timeout: 1
  write_timeout: 1

Configuration variables:

  • filename (Required): The pipe where the projector is connected to
  • name (Optional): The name to use when displaying this switch.
  • timeout (Optional): Timeout for the connection in seconds.
  • write_timeout (Optional): Write timeout in seconds.