Skip to content

Commit

Permalink
Revert some wrong line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Nov 14, 2024
1 parent e88e20f commit 3f8aa72
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 18 deletions.
9 changes: 6 additions & 3 deletions docs/_hardware/_button_detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ following settings:

### Mandatory

Hardware : {{ page.device_hardware | default: page.title }}
Hardware
: {{ page.device_hardware | default: page.title }}

Address : {{ page.device_address }}
Address
: {{ page.device_address }}

{% if page.calibration %}

### Calibration

This is only available for light sensors.

Capacitor value in µF : Enter the value of the capacitor {% endif %} Other
Capacitor value in µF
: Enter the value of the capacitor {% endif %} Other
settings can be found at the [button
setup]({% link _tabs/setup.md %}#doors--buttons) information
9 changes: 6 additions & 3 deletions docs/_hardware/_relay_detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,20 @@ following settings:

### Mandatory

Hardware : {{ page.device_hardware | default: page.title }}
Hardware
: {{ page.device_hardware | default: page.title }}

Address : {{ page.device_address }}
Address
: {{ page.device_address }}

{% if page.dimmer_frequency %}

### Calibration

This is only available for dimmers.

Dimmer frequency in Hz : Default frequency: {{ page.dimmer_frequency }} Hz
Dimmer frequency in Hz
: Default frequency: {{ page.dimmer_frequency }} Hz

{% endif %}

Expand Down
6 changes: 4 additions & 2 deletions docs/_hardware/_sensor_detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ following settings:

### Mandatory

Hardware : {{ page.device_hardware | default: page.title }}
Hardware
: {{ page.device_hardware | default: page.title }}

Types {% assign types = page.device_types | sort_natural | join: ", " %} :
{{types}}

Address : {{ page.device_address }} {%if page.device_power_management %}This
Address
: {{ page.device_address }} {%if page.device_power_management %}This
sensor does support ([**power
management**]({% link _tabs/hardware.md %}#power-saving)) {% endif %}

Expand Down
6 changes: 4 additions & 2 deletions docs/_hardware/_webcam_detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ following settings:

### Mandatory

Hardware : {{ page.device_hardware | default: page.title }}
Hardware
: {{ page.device_hardware | default: page.title }}

Address : {{ page.device_address }}
Address
: {{ page.device_address }}

Other settings can be found at the [webcam
setup]({% link _tabs/setup.md %}#webcams) information
3 changes: 2 additions & 1 deletion docs/_hardware/dc_dimmer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ image: false

device_address: Physical GPIO pin number 1 - 40
dimmer_frequency: 1500
#device_url : https://shop.meross.com/collections/smart-power-strip
#device_url
: https://shop.meross.com/collections/smart-power-strip
---

## Information
Expand Down
21 changes: 14 additions & 7 deletions docs/_tabs/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,20 @@ With the command `/help` you get some more options you can do with the Telegram
service. Those are for now:

```console
/start : This will start listening for notifications.
/webcam [webcam_id] : will show the latest image of the webcam ID.
/sensor [sensor_id] : will show the current sensor state. Sensor id is optional.
/relay [relay_id] : will show the current relay state. Relay id is optional.
/button [button_id] : will show the current button state. button id is optional.
/enclosure [enclosure_id] : will show the current area state of the enclosure ID
/status : will show the current system status.
/start
: This will start listening for notifications.
/webcam [webcam_id]
: will show the latest image of the webcam ID.
/sensor [sensor_id]
: will show the current sensor state. Sensor id is optional.
/relay [relay_id]
: will show the current relay state. Relay id is optional.
/button [button_id]
: will show the current button state. button id is optional.
/enclosure [enclosure_id]
: will show the current area state of the enclosure ID
/status
: will show the current system status.
```

### Traffic light
Expand Down

0 comments on commit 3f8aa72

Please sign in to comment.