diff --git a/source/_components/binary_sensor.command_line.markdown b/source/_components/binary_sensor.command_line.markdown index 56de407e4d..26b613f448 100644 --- a/source/_components/binary_sensor.command_line.markdown +++ b/source/_components/binary_sensor.command_line.markdown @@ -10,10 +10,11 @@ footer: true logo: command_line.png ha_category: Binary Sensor ha_release: 0.12 +ha_iot_class: "Local Polling" --- -The `command` binary sensor platform issues specific commands to get data. +The `command_line` binary sensor platform issues specific commands to get data. To use your Command binary sensor in your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/cover.command_line.markdown b/source/_components/cover.command_line.markdown index 63452cc16b..5c5826abe1 100644 --- a/source/_components/cover.command_line.markdown +++ b/source/_components/cover.command_line.markdown @@ -10,6 +10,7 @@ footer: true logo: command_line.png ha_category: Cover ha_release: 0.14 +ha_iot_class: "Local Polling" --- A `command_line`cover platform that issues specific commands when it is moved up, down and stopped. It allows anyone to integrate any type of cover into Home Assistant that can be controlled from the command line. diff --git a/source/_components/sensor.command_line.markdown b/source/_components/sensor.command_line.markdown index 8c516c3760..814ab0461c 100644 --- a/source/_components/sensor.command_line.markdown +++ b/source/_components/sensor.command_line.markdown @@ -10,10 +10,11 @@ footer: true logo: command_line.png ha_category: Sensor ha_release: pre 0.7 +ha_iot_class: "Local Polling" --- -A sensor platform that issues specific commands to get data. This might become our most powerful platform as it allows anyone to integrate any type of sensor into Home Assistant that can get data from the command line. +The `command_line` sensor platform that issues specific commands to get data. This might become our most powerful platform as it allows anyone to integrate any type of sensor into Home Assistant that can get data from the command line. To enable it, add the following lines to your `configuration.yaml`: diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown index d45f734179..44994d84f1 100644 --- a/source/_components/switch.command_line.markdown +++ b/source/_components/switch.command_line.markdown @@ -10,10 +10,11 @@ footer: true logo: command_line.png ha_category: Switch ha_release: pre 0.7 +ha_iot_class: "Local Polling" --- -A switch platform that issues specific commands when it is turned on and off. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! +The `command_line` switch platform issues specific commands when it is turned on and off. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! To enable it, add the following lines to your `configuration.yaml`: