mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add Acer Projector switch docs
This commit is contained in:
parent
7a9c5396ea
commit
b9e2eda126
37
source/_components/switch.acer_projector.markdown
Normal file
37
source/_components/switch.acer_projector.markdown
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Acer Projector Switch"
|
||||
description: "Instructions how to integrate Acer Projector switches into Home Assistant."
|
||||
date: 2016-05-07 07:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: acer.png
|
||||
ha_category: Switch
|
||||
ha_iot_class: "Local Polling"
|
||||
ha_release: 0.19
|
||||
---
|
||||
|
||||
|
||||
The `acer_projector` switch platform allows you to control the state of RS232 connected projectors from [Acer](http://www.acer.com).
|
||||
|
||||
To use your Acer Projector in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# 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.
|
||||
|
BIN
source/images/supported_brands/acer.png
Normal file
BIN
source/images/supported_brands/acer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
x
Reference in New Issue
Block a user