diff --git a/source/components/tellstick.markdown b/source/components/tellstick.markdown index b38ddaa9de8..c15ef78ba55 100644 --- a/source/components/tellstick.markdown +++ b/source/components/tellstick.markdown @@ -9,11 +9,13 @@ sharing: true footer: true --- + The TellStick Home Assistant integration allows users to add switches and sensors. To get started, add the following information to your `configuration.yaml`: -```YAML +```yaml +# Example configuration.yaml entry switch: platform: tellstick @@ -32,3 +34,5 @@ light: platform: tellstick ``` + +