diff --git a/docs/_hardware/_button_detail.md b/docs/_hardware/_button_detail.md index 5779e1c57..8fc43f4d9 100644 --- a/docs/_hardware/_button_detail.md +++ b/docs/_hardware/_button_detail.md @@ -8,9 +8,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 }} {% if page.calibration %} @@ -18,6 +20,7 @@ Address : {{ page.device_address }} 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 diff --git a/docs/_hardware/_relay_detail.md b/docs/_hardware/_relay_detail.md index 0345786e6..df5a17512 100644 --- a/docs/_hardware/_relay_detail.md +++ b/docs/_hardware/_relay_detail.md @@ -15,9 +15,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 }} {% if page.dimmer_frequency %} @@ -25,7 +27,8 @@ Address : {{ page.device_address }} 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 %} diff --git a/docs/_hardware/_sensor_detail.md b/docs/_hardware/_sensor_detail.md index 899bb5ef1..0d77dde47 100644 --- a/docs/_hardware/_sensor_detail.md +++ b/docs/_hardware/_sensor_detail.md @@ -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 %} diff --git a/docs/_hardware/_webcam_detail.md b/docs/_hardware/_webcam_detail.md index c24bb3885..f7016f226 100644 --- a/docs/_hardware/_webcam_detail.md +++ b/docs/_hardware/_webcam_detail.md @@ -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 diff --git a/docs/_hardware/dc_dimmer.md b/docs/_hardware/dc_dimmer.md index e0e7cf098..66b785c78 100644 --- a/docs/_hardware/dc_dimmer.md +++ b/docs/_hardware/dc_dimmer.md @@ -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 diff --git a/docs/_tabs/notifications.md b/docs/_tabs/notifications.md index 9c4e84588..aee147dbb 100644 --- a/docs/_tabs/notifications.md +++ b/docs/_tabs/notifications.md @@ -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