diff --git a/source/_integrations/telnet.markdown b/source/_integrations/telnet.markdown index 26696454e4d..da958068bfa 100644 --- a/source/_integrations/telnet.markdown +++ b/source/_integrations/telnet.markdown @@ -16,16 +16,16 @@ To enable this switch, add the following lines to your `configuration.yaml` file ```yaml # Example configuration.yaml entry switch: - platform: telnet - switches: - projector: - resource: THE_IP_ADDRESS - port: 4002 - command_on: "PWR ON" - command_off: "PWR OFF" - command_state: "PWR?" - value_template: '{{ value == "PWR=01" }}' - timeout: 0.9 + - platform: telnet + switches: + projector: + resource: THE_IP_ADDRESS + port: 4002 + command_on: "PWR ON" + command_off: "PWR OFF" + command_state: "PWR?" + value_template: '{{ value == "PWR=01" }}' + timeout: 0.9 ``` {% endraw %}