diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index a6e8b05b8e5..6b6f5b57917 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -66,12 +66,13 @@ initial_state: #### Device Class -Device class is currently supported by the following components: +Device class is currently supported by the following platforms: -* [Binary Sensor](/integrations/binary_sensor/) -* [Sensor](/integrations/sensor/) -* [Cover](/integrations/cover/) -* [Media Player](/integrations/media_player/) +- [Binary Sensor](/integrations/binary_sensor/) +- [Cover](/integrations/cover/) +- [Media Player](/integrations/media_player/) +- [Sensor](/integrations/sensor/) +- [Switch](/integrations/switch/) ### Manual customization @@ -123,7 +124,7 @@ Home Assistant offers a service to reload the core configuration while Home Assi To reload customizations, navigate to Configuration > Server Controls and then press the "Reload Location & Customizations" button. If you don't see this, enable Advanced Mode on your user profile page first. -Alternatively, you can reload via service call. Navigate to Developer Tools > Services tab, select `homeassistant.reload_core_config` from the dropdown and press the "Call Service" button. +Alternatively, you can reload via service call. Navigate to Developer Tools > Services tab, select `homeassistant.reload_core_config` from the dropdown and press the "Call Service" button.