mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-15 10:45:41 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
8d465f1876
@ -326,7 +326,7 @@ div.body p, div.body dd, div.body li, div.body blockquote {
|
||||
color: #e2e2e2;
|
||||
}
|
||||
|
||||
div.note {
|
||||
div.note, div.tip {
|
||||
background-color: #2d2c2c;
|
||||
border: 1px solid #808080;
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ Configuration variables:
|
||||
|
||||
- **pin** (**Required**, :ref:`config-pin`): The pin to transmit the remote signal on.
|
||||
- **carrier_duty_percent** (*Optional*, int): How much of the time the remote is on. For example, infrared
|
||||
protocols modulate the signal using a carrier signal. Set this is ``50%`` if you're working with IR LEDs and to
|
||||
protocols modulate the signal using a carrier signal. Set this to ``50%`` if you're working with IR LEDs and to
|
||||
``100%`` if working with other things like 433MHz transmitters.
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually specify
|
||||
the ID used for code generation. Use this if you have multiple remote transmitters.
|
||||
|
@ -23,7 +23,7 @@ The following table shows the currently supported models of Vbus devices.
|
||||
:header: "Name", "Config Value", "Hex Address", "Notes"
|
||||
|
||||
"DeltaSol BS Plus","deltasol_bs_plus","4221"
|
||||
"DeltaSol BS 2009","deltasol_bs_2009","427B"
|
||||
"DeltaSol BS 2009","deltasol_bs_2009","427B","DeltaSol BS Plus V2"
|
||||
"Dux H3214","deltasol_bs_2009","427B", "Pump 2 unsupported"
|
||||
"DeltaSol C","deltasol_c","4212"
|
||||
"DeltaSol CS2","deltasol_cs2","1121"
|
||||
|
Loading…
Reference in New Issue
Block a user