Skip to content

Commit

Permalink
Merge branch 'current' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jul 16, 2023
2 parents 1f12c0f + 046e7ba commit 7bfd2aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion components/remote_transmitter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion components/vbus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7bfd2aa

Please sign in to comment.