From 1044bf0f962213727bf820e4ec7b9ab0dcd62bb7 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Tue, 28 Feb 2017 19:12:01 +0100 Subject: [PATCH] Remove double paragraph (#2169) --- source/_docs/configuration/customizing-devices.markdown | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index f1b2afdb700..e53324d7f52 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -60,13 +60,6 @@ Device class is currently supported by the following platforms: * [Binary Sensor](/components/binary_sensor/) * [Cover](/components/cover/) -### {% linkable_title Device Class %} - -Device class is currently supported by the following platforms: - -* [Binary Sensor](/components/binary_sensor/) -* [Cover](/components/cover/) - ### {% linkable_title Reloading customize %} Home Assistant offers a service to reload the core configuration while Home Assistant is running called `homeassistant/reload_core_config`. This allows you to change your customize section and see it being applied without having to restart Home Assistant. To call this service, go to the service developer tool icon service developer tools, select the service `homeassistant/reload_core_config` and click "Call Service".