diff --git a/source/_components/sensor.thinkingcleaner.markdown b/source/_components/sensor.thinkingcleaner.markdown index b3562066f51..5d427ed6610 100644 --- a/source/_components/sensor.thinkingcleaner.markdown +++ b/source/_components/sensor.thinkingcleaner.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "Thinking Cleaner sensors" -description: "Instructions how to integrate a ThinkingCleaner within Home Assistant." +title: "Thinking Cleaner sensor" +description: "Instructions how to integrate a ThinkingCleaner senosrs within Home Assistant." date: 2016-04-10 17:24 sidebar: true comments: false @@ -13,14 +13,14 @@ ha_iot_class: "Local Poll" ha_release: 0.18 --- -The `ThinkingCleaner` sensor platform simple displays information about your [ThinkingCleaner](http://www.thinkingcleaner.com) addon. +The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner](http://www.thinkingcleaner.com) addon. To enable this sensor in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry sensor: - - platform: thinkingcleaner + platform: thinkingcleaner ``` This will automatically add sensors for each Thinking Cleaner in your network. diff --git a/source/_components/switch.thinkingcleaner.markdown b/source/_components/switch.thinkingcleaner.markdown index a8137652fcd..a9d41bbffb0 100644 --- a/source/_components/switch.thinkingcleaner.markdown +++ b/source/_components/switch.thinkingcleaner.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "Thinking Cleaner switches" -description: "Instructions how to integrate a ThinkingCleaner within Home Assistant." +title: "Thinking Cleaner Switch" +description: "Instructions how to integrate a ThinkingCleaner switches within Home Assistant." date: 2016-04-10 17:24 sidebar: true comments: false @@ -13,14 +13,14 @@ ha_iot_class: "Local Poll" ha_release: 0.18 --- -The `ThinkingCleaner` switch platform allows you to control your [ThinkingCleaner](http://www.thinkingcleaner.com) addon. +The `thinkingcleaner` switch platform allows you to control your [Thinking Cleaner](http://www.thinkingcleaner.com) addon. To enable this switch in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry switch: - - platform: thinkingcleaner + platform: thinkingcleaner ``` This will automatically add switches for each Thinking Cleaner in your network.