diff --git a/source/_components/air_quality.markdown b/source/_components/air_quality.markdown index 26d62f2f489..26318e9d27b 100644 --- a/source/_components/air_quality.markdown +++ b/source/_components/air_quality.markdown @@ -8,6 +8,7 @@ comments: false sharing: true footer: true redirect_from: /components/air_pollutants/ +ha_release: 0.85 --- The `air_quality` gather information about the air quality and pollution details. diff --git a/source/_components/alarm_control_panel.markdown b/source/_components/alarm_control_panel.markdown index ad8408cf92b..8ae3f922130 100644 --- a/source/_components/alarm_control_panel.markdown +++ b/source/_components/alarm_control_panel.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7.3 --- Home Assistant can give you an interface with is similar to a classic alarm system. There are several panels supported: diff --git a/source/_components/api.markdown b/source/_components/api.markdown index 5a8dd7585c4..df8b0124133 100644 --- a/source/_components/api.markdown +++ b/source/_components/api.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: "Other" ha_qa_scale: internal +ha_release: 0.7 --- The `api` component exposes a RESTful API and allows one to interact with a Home Assistant instance that is running headless. This component depends on the [`http` component](/components/http/). diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown index 4aaee44eec1..6c22f3f5e17 100644 --- a/source/_components/automation.markdown +++ b/source/_components/automation.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_qa_scale: internal +ha_release: 0.7 --- Please see the [docs section](/docs/automation/) for in-depth diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index fe8f4a51078..41193b16c9a 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.9 --- Binary sensors gather information about the state of devices which have a "digital" return value (either 1 or 0). These can be switches, contacts, pins, etc. These sensors only have two states: **0/off/low/closed/false** and **1/on/high/open/true**. Knowing that there are only two states allows Home Assistant to represent these sensors in a better way in the frontend according to their functionality. diff --git a/source/_components/binary_sensor.rfxtrx.markdown b/source/_components/binary_sensor.rfxtrx.markdown index 99470e2be45..ab95973988d 100644 --- a/source/_components/binary_sensor.rfxtrx.markdown +++ b/source/_components/binary_sensor.rfxtrx.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: rfxtrx.png ha_category: Binary Sensor +ha_release: 0.48 --- The `rfxtrx` platform support binary sensors that diff --git a/source/_components/browser.markdown b/source/_components/browser.markdown index 82741ab6fe0..ddb68dda653 100644 --- a/source/_components/browser.markdown +++ b/source/_components/browser.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Utility ha_qa_scale: internal +ha_release: pre 0.7 --- The `browser` component provides a service to open URLs in the default browser on the host machine. diff --git a/source/_components/calendar.markdown b/source/_components/calendar.markdown index 4b69b5e6fe8..8c44c4c68e0 100644 --- a/source/_components/calendar.markdown +++ b/source/_components/calendar.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.33 --- The calendar component allows you to integrate your calendars into Home Assistant. diff --git a/source/_components/camera.foscam.markdown b/source/_components/camera.foscam.markdown index 3a0cbb53fae..8a1068e2015 100644 --- a/source/_components/camera.foscam.markdown +++ b/source/_components/camera.foscam.markdown @@ -10,6 +10,7 @@ footer: true logo: foscam.png ha_category: Camera ha_iot_class: "Local Polling" +ha_release: 0.7.3 --- The `foscam` platform allows you to watch the live stream of your [Foscam](http://www.foscam.com/) IP camera in Home Assistant. diff --git a/source/_components/camera.markdown b/source/_components/camera.markdown index 0231195e04c..1034589ef9c 100644 --- a/source/_components/camera.markdown +++ b/source/_components/camera.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7 --- The camera component allows you to use IP cameras with Home Assistant. With a little additional work you could use [USB cameras](/blog/2016/06/23/usb-webcams-and-home-assistant/) as well. diff --git a/source/_components/climate.eq3btsmart.markdown b/source/_components/climate.eq3btsmart.markdown index 292b58fdbf7..9286c77586a 100644 --- a/source/_components/climate.eq3btsmart.markdown +++ b/source/_components/climate.eq3btsmart.markdown @@ -10,6 +10,7 @@ footer: true logo: eq3.gif ha_category: Climate ha_iot_class: "Local Polling" +ha_release: 0.18 --- The `eq3btsmart` climate platform allows you to integrate EQ3 Bluetooth Smart Thermostats. diff --git a/source/_components/climate.markdown b/source/_components/climate.markdown index fd41b437cd5..86b2d5e7ce9 100644 --- a/source/_components/climate.markdown +++ b/source/_components/climate.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.19 --- diff --git a/source/_components/climate.radiotherm.markdown b/source/_components/climate.radiotherm.markdown index d7ffe2141ca..dfb2b5179e0 100644 --- a/source/_components/climate.radiotherm.markdown +++ b/source/_components/climate.radiotherm.markdown @@ -10,6 +10,7 @@ footer: true logo: radiotherm.png ha_category: Climate ha_iot_class: "Local Polling" +ha_release: 0.7.6 --- diff --git a/source/_components/configurator.markdown b/source/_components/configurator.markdown index 0d033105f77..27c9bfde146 100644 --- a/source/_components/configurator.markdown +++ b/source/_components/configurator.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Other ha_qa_scale: internal +ha_release: 0.7 ---

diff --git a/source/_components/conversation.markdown b/source/_components/conversation.markdown index ed949157290..a6a459873b3 100644 --- a/source/_components/conversation.markdown +++ b/source/_components/conversation.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: "Voice" ha_qa_scale: internal +ha_release: 0.7 --- The conversation component allows you to converse with Home Assistant. You can either converse by pressing the microphone in the frontend (supported browsers only (no iOS)) or by calling the `conversation/process` service with the transcribed text. diff --git a/source/_components/cover.markdown b/source/_components/cover.markdown index dcb91354422..34674ff60dc 100644 --- a/source/_components/cover.markdown +++ b/source/_components/cover.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.27 --- Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors. diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown index 1107426877f..1048aa1c236 100644 --- a/source/_components/demo.markdown +++ b/source/_components/demo.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Other ha_qa_scale: internal +ha_release: 0.7 --- diff --git a/source/_components/device_sun_light_trigger.markdown b/source/_components/device_sun_light_trigger.markdown index ffb052445ea..fd037b48c40 100644 --- a/source/_components/device_sun_light_trigger.markdown +++ b/source/_components/device_sun_light_trigger.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_qa_scale: internal +ha_release: pre 0.7 --- Home Assistant has a built-in component called `device_sun_light_trigger` to help you automate your lights. The component will: diff --git a/source/_components/device_tracker.actiontec.markdown b/source/_components/device_tracker.actiontec.markdown index 524cc707a5d..fc7eddad7b9 100644 --- a/source/_components/device_tracker.actiontec.markdown +++ b/source/_components/device_tracker.actiontec.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: actiontec.png ha_category: Presence Detection +ha_release: 0.7 --- diff --git a/source/_components/device_tracker.bt_home_hub_5.markdown b/source/_components/device_tracker.bt_home_hub_5.markdown index 22c67170fab..86707d106e8 100644 --- a/source/_components/device_tracker.bt_home_hub_5.markdown +++ b/source/_components/device_tracker.bt_home_hub_5.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: bt.png ha_category: Presence Detection +ha_release: 0.22 --- This platform offers presence detection by looking at connected devices to a [BT Home Hub 5](https://en.wikipedia.org/wiki/BT_Home_Hub) based router. diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index ee06fbd6bba..f6f70973e57 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7 --- Home Assistant can get information from your wireless router or third party services like iCloud or OwnTracks to track which devices are connected and considered "in home". Please check the sidebar for a list of brands of supported wireless routers and services. diff --git a/source/_components/device_tracker.mqtt.markdown b/source/_components/device_tracker.mqtt.markdown index ca3415eafdd..ffca80e8da0 100644 --- a/source/_components/device_tracker.mqtt.markdown +++ b/source/_components/device_tracker.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Presence Detection ha_iot_class: depends +ha_release: 0.7.3 --- diff --git a/source/_components/device_tracker.nmap_tracker.markdown b/source/_components/device_tracker.nmap_tracker.markdown index 27cbb88d448..90cd9b346f3 100644 --- a/source/_components/device_tracker.nmap_tracker.markdown +++ b/source/_components/device_tracker.nmap_tracker.markdown @@ -10,6 +10,7 @@ footer: true logo: nmap.png ha_category: Presence Detection featured: false +ha_release: 0.7 --- diff --git a/source/_components/device_tracker.thomson.markdown b/source/_components/device_tracker.thomson.markdown index 97decda817a..d3602ece2f0 100644 --- a/source/_components/device_tracker.thomson.markdown +++ b/source/_components/device_tracker.thomson.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: technicolor.png ha_category: Presence Detection +ha_release: 0.7 --- diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 4f9900020b4..00f2fee4cb6 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Other ha_qa_scale: internal +ha_release: 0.7 --- Home Assistant can discover and automatically configure [zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)/[mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) and [uPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) devices on your network. Currently the `discovery` component can detect: diff --git a/source/_components/fan.markdown b/source/_components/fan.markdown index aac9c8c7636..4b306d1ef68 100644 --- a/source/_components/fan.markdown +++ b/source/_components/fan.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.27 --- diff --git a/source/_components/ffmpeg.markdown b/source/_components/ffmpeg.markdown index c7d2bf7028b..642faa60818 100644 --- a/source/_components/ffmpeg.markdown +++ b/source/_components/ffmpeg.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: ffmpeg.png ha_category: Image Processing +ha_release: 0.29 --- The `ffmpeg` component allows other Home Assistant components to process video and audio streams. This component supports all FFmpeg versions since 3.0.0; if you have an older version, please update. diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown index 5c8944c7a74..8b3ea235fe7 100644 --- a/source/_components/frontend.markdown +++ b/source/_components/frontend.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: "Other" ha_qa_scale: internal +ha_release: 0.7 --- This offers the official frontend to control Home Assistant. diff --git a/source/_components/group.markdown b/source/_components/group.markdown index e52617c002b..84be9fe3dbf 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Organization ha_qa_scale: internal +ha_release: pre 0.7 --- Groups allow the user to combine multiple entities into one. A group can be promoted to a **view** by setting `view: true` under the group definition. This will make the group available as a new tab in the frontend. diff --git a/source/_components/habitica.markdown b/source/_components/habitica.markdown index 87d43951186..683a4cbeea4 100644 --- a/source/_components/habitica.markdown +++ b/source/_components/habitica.markdown @@ -15,6 +15,7 @@ ha_version: 0.78 ha_iot_class: "Cloud Polling" redirect_from: - /components/sensor.habitica/ +ha_release: 0.78 --- This component allows you to monitor and manage your Habitica profile. This component exposes the [Habitica's API](https://habitica.com/apidoc/) as a Home Assistant service. It supports multiple users and allows you to automate checking out your habits and daily tasks or casting magics using Home Assistant. diff --git a/source/_components/http.markdown b/source/_components/http.markdown index 2b452b4cb0c..3979c5b7575 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: http.png ha_category: "Other" +ha_release: pre 0.7 --- The `http` component serves all files and data required for the Home Assistant diff --git a/source/_components/ifttt.markdown b/source/_components/ifttt.markdown index 2c127fe08a1..ca6f5ff06db 100644 --- a/source/_components/ifttt.markdown +++ b/source/_components/ifttt.markdown @@ -11,6 +11,7 @@ logo: ifttt.png ha_category: Automation featured: true ha_iot_class: "Cloud Push" +ha_release: 0.80 --- [IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional statements, so-called "Applets". With the IFTTT component, you can trigger applets through the **"Webhooks"** service (which was previously the **"Maker"** channel). diff --git a/source/_components/input_boolean.markdown b/source/_components/input_boolean.markdown index 8093371b037..54785486fa8 100644 --- a/source/_components/input_boolean.markdown +++ b/source/_components/input_boolean.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_qa_scale: internal +ha_release: 0.11 --- The `input_boolean` component allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations. diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown index 49b511479ba..09b49bf127b 100644 --- a/source/_components/insteon.markdown +++ b/source/_components/insteon.markdown @@ -25,6 +25,7 @@ redirect_from: - /components/light.insteon/ - /components/sensor.insteon/ - /components/switch.insteon/ +ha_release: 0.39 --- This component adds "local push" support for INSTEON Modems allowing linked INSTEON devices to be used within Home Assistant. diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown index 83a39cc1612..aa5bc3ced48 100644 --- a/source/_components/introduction.markdown +++ b/source/_components/introduction.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Other ha_qa_scale: internal +ha_release: 0.7 --- The introduction component will show a card in the UI with 'Welcome Home!' and steps on how to get started. It will also print the same message to the console when starting up. diff --git a/source/_components/light.markdown b/source/_components/light.markdown index 0b6ffb23f5b..4518421db67 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: pre 0.7 --- This component allows you to track and control various light bulbs. Read the platform documentation for your particular light hardware to learn how to enable it. diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 26104f2eed8..a8bed127942 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -13,6 +13,7 @@ ha_iot_class: depends redirect_from: - /components/light.mqtt_json/ - /components/light.mqtt_template/ +ha_release: 0.8 --- The `mqtt` light platform with lets you control your MQTT enabled lights through one of the supported message schemas. diff --git a/source/_components/lock.markdown b/source/_components/lock.markdown index 898a3fdc16b..f57fa53b0bb 100644 --- a/source/_components/lock.markdown +++ b/source/_components/lock.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.9 --- Keeps track which locks are in your environment, their state and allows you to control them. diff --git a/source/_components/logbook.markdown b/source/_components/logbook.markdown index eb3682fb339..f5cea083542 100644 --- a/source/_components/logbook.markdown +++ b/source/_components/logbook.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: logbook.png ha_category: "History" +ha_release: 0.7 --- diff --git a/source/_components/logentries.markdown b/source/_components/logentries.markdown index b365e57f63d..2b619593580 100644 --- a/source/_components/logentries.markdown +++ b/source/_components/logentries.markdown @@ -9,6 +9,7 @@ sharing: true logo: logentries.png footer: true ha_category: "History" +ha_release: 0.13 --- The `logentries` component makes it possible to log all state changes to [Logentries](http://logentries.com/) using Logentries Webhook endpoint. diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index a8ddfb70650..4f4daf1e73a 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: "Utility" ha_qa_scale: internal +ha_release: 0.8 --- The `logger` component lets you define the level of logging activities in Home diff --git a/source/_components/map.markdown b/source/_components/map.markdown index c7a5e90eefe..7825caac884 100644 --- a/source/_components/map.markdown +++ b/source/_components/map.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: "Other" ha_qa_scale: internal +ha_release: 0.56 --- This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/components/device_tracker/) documentation. diff --git a/source/_components/media_player.cmus.markdown b/source/_components/media_player.cmus.markdown index ce5406887b3..08351e1727a 100644 --- a/source/_components/media_player.cmus.markdown +++ b/source/_components/media_player.cmus.markdown @@ -10,6 +10,7 @@ sharing: true footer: true ha_category: Media Player ha_iot_class: "Local Polling" +ha_release: 0.23 --- diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index 23c397673c4..de2fcfa9125 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7 --- Interacts with media players on your network. Please check the right sidebar for a full list of supported devices. diff --git a/source/_components/media_player.universal.markdown b/source/_components/media_player.universal.markdown index bd8d5a07386..4b1bdc12f58 100644 --- a/source/_components/media_player.universal.markdown +++ b/source/_components/media_player.universal.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Media Player ha_qa_scale: internal +ha_release: 0.11 --- Universal Media Players combine multiple existing entities in Home Assistant into one media player entity. This is used for creating a single entity that controls an entire media center. diff --git a/source/_components/mysensors.markdown b/source/_components/mysensors.markdown index 855749eefa5..e559ab96118 100644 --- a/source/_components/mysensors.markdown +++ b/source/_components/mysensors.markdown @@ -11,6 +11,7 @@ logo: mysensors.png ha_category: DIY featured: false ha_iot_class: "Local Push" +ha_release: 0.73 --- The [MySensors](https://www.mysensors.org) project combines devices like Arduino, ESP8266, Raspberry Pi, NRF24L01+ and RFM69 to build affordable sensor networks. This component will automatically add all available devices to Home Assistant, after [presentation](#presentation) is done. That is, you do not need to add anything to your configuration for the devices for them to be added. Go to the **states** section of the developer tools to find the devices that have been identified. diff --git a/source/_components/nest.markdown b/source/_components/nest.markdown index 86a86ba4873..fcd8e0069e4 100644 --- a/source/_components/nest.markdown +++ b/source/_components/nest.markdown @@ -21,6 +21,7 @@ redirect_from: - /components/camera.nest/ - /components/climate.nest/ - /components/sensor.nest/ +ha_release: 0.7 --- The Nest component is the main component to integrate all [Nest](https://nest.com/) related platforms. To connect Nest, you will have to [sign up for a developer account](https://developers.nest.com/products) and get a `client_id` and `client_secret`. diff --git a/source/_components/notify.markdown b/source/_components/notify.markdown index b152139954b..bab55206cc5 100644 --- a/source/_components/notify.markdown +++ b/source/_components/notify.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7 --- The `notify` component makes it possible to send notifications to a wide variety of platforms. Please check the sidebar for a full list of platforms that are supported. diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index ad52044e55b..0ea6a958c40 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -10,6 +10,7 @@ footer: true logo: pushbullet.png ha_category: Notifications featured: true +ha_release: 0.7 --- The `pushbullet` notification platform sends messages to [Pushbullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends. diff --git a/source/_components/notify.sendgrid.markdown b/source/_components/notify.sendgrid.markdown index 50cc9b07166..08fca44e5b9 100644 --- a/source/_components/notify.sendgrid.markdown +++ b/source/_components/notify.sendgrid.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: sendgrid.png ha_category: Notifications +ha_release: 0.14 --- The `sendgrid` notification platform sends email notifications via [SendGrid](https://sendgrid.com/), a proven cloud-based email platform. diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index 50863998222..ca1cd569cf9 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Organization ha_qa_scale: internal +ha_release: 0.15 --- You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red. diff --git a/source/_components/script.markdown b/source/_components/script.markdown index 2df6e920d93..53ff27c05f5 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_qa_scale: internal +ha_release: 0.7 --- The `script` component allows users to specify a sequence of actions to be executed by Home Assistant when turned on. The script component will create an entity for each script and allow them to be controlled via services. diff --git a/source/_components/sensor.markdown b/source/_components/sensor.markdown index 791be58a734..e185bb409d6 100644 --- a/source/_components/sensor.markdown +++ b/source/_components/sensor.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7 --- Sensors are gathering information about states and conditions. diff --git a/source/_components/sensor.mysensors.markdown b/source/_components/sensor.mysensors.markdown index a96d428af10..d22e0d4022e 100644 --- a/source/_components/sensor.mysensors.markdown +++ b/source/_components/sensor.mysensors.markdown @@ -13,6 +13,7 @@ ha_category: - Sensor featured: false ha_iot_class: "Local Push" +ha_release: 0.7 --- Integrates MySensors sensors into Home Assistant. See the [main component] for configuration instructions. diff --git a/source/_components/sensor.netatmo.markdown b/source/_components/sensor.netatmo.markdown index 7e0c9827ac8..0c527964d11 100644 --- a/source/_components/sensor.netatmo.markdown +++ b/source/_components/sensor.netatmo.markdown @@ -10,6 +10,7 @@ footer: true logo: netatmo.png ha_category: Weather ha_iot_class: "Cloud Polling" +ha_release: 0.11 --- ### {% linkable_title Basic Configuration %} diff --git a/source/_components/sensor.rfxtrx.markdown b/source/_components/sensor.rfxtrx.markdown index 2fbb9dbaf24..3a701cb3d8b 100644 --- a/source/_components/sensor.rfxtrx.markdown +++ b/source/_components/sensor.rfxtrx.markdown @@ -10,6 +10,7 @@ footer: true logo: rfxtrx.png ha_category: Sensor ha_iot_class: "Local Polling" +ha_release: 0.7 --- The `rfxtrx` platform support sensors that communicate in the frequency range of 433.92 MHz. diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index 15f81dea59d..df69ac00364 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -10,6 +10,7 @@ footer: true ha_category: Automation logo: home-assistant.png ha_qa_scale: internal +ha_release: 0.7.6 --- This component can expose regular shell commands as services. Services can be called from a [script] or in [automation]. diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index 94da2e561c4..90b2597b266 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Environment ha_qa_scale: internal +ha_release: pre 0.7 --- The sun component will use your current location to track if the sun is above or diff --git a/source/_components/switch.markdown b/source/_components/switch.markdown index 0ea76993aaa..097a394df9b 100644 --- a/source/_components/switch.markdown +++ b/source/_components/switch.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.7 --- Keeps track which switches are in your environment, their state and allows you to control them. diff --git a/source/_components/switch.mfi.markdown b/source/_components/switch.mfi.markdown index 19a5f58d8d4..b18d5349208 100644 --- a/source/_components/switch.mfi.markdown +++ b/source/_components/switch.mfi.markdown @@ -10,6 +10,7 @@ footer: true logo: ubiquiti.png ha_category: Switch ha_iot_class: "Local Polling" +ha_release: 0.13 --- The `mfi` switch platform to allow you to control [mFi Controllable Power Outlets](https://www.ubnt.com/mfi/mpower/). diff --git a/source/_components/switch.mysensors.markdown b/source/_components/switch.mysensors.markdown index d4a360f87ec..729567e8abf 100644 --- a/source/_components/switch.mysensors.markdown +++ b/source/_components/switch.mysensors.markdown @@ -13,6 +13,7 @@ ha_category: - Switch featured: false ha_iot_class: "Local Push" +ha_release: 0.11 --- Integrates MySensors switches into Home Assistant. See the [main component] for configuration instructions. diff --git a/source/_components/switch.orvibo.markdown b/source/_components/switch.orvibo.markdown index fb94b023439..0430047849a 100644 --- a/source/_components/switch.orvibo.markdown +++ b/source/_components/switch.orvibo.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: orvibo.png ha_category: Switch +ha_release: 0.8 --- The `orvibo` switch platform allows you to toggle your Orvibo S20 Wifi Smart Sockets. diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index 873fab8fef2..91019e670d2 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Other ha_qa_scale: internal +ha_release: 0.8 --- The `updater` component will check daily for new releases. It will show a badge in the frontend if a new version is found. As [Hass.io](/hassio/) has its own schedule for release it doesn't make sense to use this component on Hass.io. diff --git a/source/_components/vacuum.markdown b/source/_components/vacuum.markdown index f0b3bb760b5..ffdf18dabf9 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.51 --- The `vacuum` component enables the ability to control home cleaning robots within Home Assistant. diff --git a/source/_components/water_heater.markdown b/source/_components/water_heater.markdown index 7e5d08687d6..13fb3b24e47 100644 --- a/source/_components/water_heater.markdown +++ b/source/_components/water_heater.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.81 --- The `water_heater` component is built for the controlling and monitoring of hot water heaters. diff --git a/source/_components/weather.markdown b/source/_components/weather.markdown index fa199a2d666..0e0599f67db 100644 --- a/source/_components/weather.markdown +++ b/source/_components/weather.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_release: 0.32 --- The `weather` platforms are gathering meteorological information from web services and display the conditions and other details about the weather at the given location. diff --git a/source/_components/webhook.markdown b/source/_components/webhook.markdown index 5540a153410..f2c292f632c 100644 --- a/source/_components/webhook.markdown +++ b/source/_components/webhook.markdown @@ -1,5 +1,6 @@ --- date: 2018-10-05 00:01:00 +ha_release: 0.80 --- diff --git a/source/_components/websocket_api.markdown b/source/_components/websocket_api.markdown index ca35aeb0678..18c69dc07b9 100644 --- a/source/_components/websocket_api.markdown +++ b/source/_components/websocket_api.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: "Other" ha_qa_scale: internal +ha_release: 0.34 --- The `websocket_api` component set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This component depends on the [`http` component](/components/http/). diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 9b9d82c9572..20b6fe3b251 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Organization ha_qa_scale: internal +ha_release: 0.69 --- Zones allow you to specify certain regions on earth (for now). When a device tracker sees a device to be within a zone, the state will take the name from the zone. Zones can also be used as a [trigger](/getting-started/automation-trigger/#zone-trigger) or [condition](/getting-started/automation-condition/#zone-condition) inside automation setups. diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index afdf4538fe4..89ae0782343 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -29,6 +29,7 @@ redirect_from: - /components/lock.zwave/ - /components/sensor.zwave/ - /components/switch.zwave/ +ha_release: 0.7 --- The [Z-Wave](http://www.z-wave.com/) integration for Home Assistant allows you to observe and control connected Z-Wave devices. Please see the [Z-Wave getting started section](/docs/z-wave/) for in-depth documentation on how to use and setup the Z-Wave component.