mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-19 00:26:48 +00:00
1.2 KiB
1.2 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_platforms | ha_integration_type | related | ha_quality_scale | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Acer Projector | Instructions on how to integrate Acer Projector switches into Home Assistant. |
|
Local Polling | 0.19 | acer_projector |
|
integration |
|
legacy |
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 {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}