Skip to content

Commit e9cc677

Browse files
committed
Minor updates
1 parent bf8893e commit e9cc677

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/_components/alarm_control_panel.nx584.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ To enable this, add the following lines to your `configuration.yaml`:
1919
```yaml
2020
# Example configuration.yaml entry
2121
alarm_control_panel:
22-
platform: nx584
22+
- platform: nx584
2323
```
2424
2525
Configuration variables:
2626
27-
- **host** (*Optional*): The host where the nx584 server process is running. Defaults to localhost.
28-
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007.
27+
- **host** (*Optional*): The host where the nx584 server process is running. Defaults to `localhost`.
28+
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to `5007`.
2929

source/_components/binary_sensor.concord232.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ binary_sensor:
2424
2525
Configuration variables:
2626
27-
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to localhost.
27+
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to `localhost`.
2828
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007.
2929

source/_components/switch.acer_projector.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ switch:
2727
2828
Configuration variables:
2929
30-
- **filename** (*Required*): The pipe where the projector is connected to
30+
- **filename** (*Required*): The pipe where the projector is connected to.
3131
- **name** (*Optional*): The name to use when displaying this switch.
3232
- **timeout** (*Optional*): Timeout for the connection in seconds.
3333
- **write_timeout** (*Optional*): Write timeout in seconds.

0 commit comments

Comments
 (0)