diff --git a/source/_integrations/switch.markdown b/source/_integrations/switch.markdown index 39c63f02fa5..8625afaed8b 100644 --- a/source/_integrations/switch.markdown +++ b/source/_integrations/switch.markdown @@ -18,13 +18,17 @@ related: title: Dashboard --- -Keeps track which switches are in your environment, their state and allows you to control them. +The **Switch** {% term integration %} keeps track of the states of the switches in your environment and allows you to control them. - Maintains a state per switch and a combined state `all_switches`. - Registers actions `switch.turn_on`, `switch.turn_off`, and `switch.toggle` to control switches. {% include integrations/building_block_integration.md %} +## The state of a switch entity + +The state of a switch {% term entity %} can be either `on` or `off`. + ## Device class {% include integrations/device_class_intro.md %}