diff --git a/source/_addons/tellstick.markdown b/source/_addons/tellstick.markdown index dcc28085cd2..c5b3fd08378 100644 --- a/source/_addons/tellstick.markdown +++ b/source/_addons/tellstick.markdown @@ -19,7 +19,7 @@ tellstick: port: [50800, 50801] ``` -To add [lights](/components/light.tellstick/), [sensors](/components/sensor.tellstick/) and [switches](/components/switch.tellstick/) you follow the guidelines for each type individually that is [described for Home Assistant](/components/tellstick/) +To add [lights](/components/tellstick#light), [sensors](/components/tellstick#sensor) and [switches](/components/tellstick#switch) you follow the guidelines for each type individually that is [described for Home Assistant](/components/tellstick/) The add-on will also enable you to interact with the `tdtool` via a Home Assistant services call, see example below for self-learning device. diff --git a/source/_components/alarmdecoder.markdown b/source/_components/alarmdecoder.markdown index 7620f1dc81f..2ea98e71c39 100644 --- a/source/_components/alarmdecoder.markdown +++ b/source/_components/alarmdecoder.markdown @@ -81,7 +81,7 @@ panel_display: default: false type: boolean zones: - description: "AlarmDecoder has no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information on the available zone types, take a look at the [Binary Sensor](/components/binary_sensor.alarmdecoder/) docs. *Note: If no zones are specified, Home Assistant will not load any binary_sensor integrations.*" + description: "AlarmDecoder has no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information on the available zone types, take a look at the [Binary Sensor](/components/alarmdecoder) docs. *Note: If no zones are specified, Home Assistant will not load any binary_sensor integrations.*" required: false type: list keys: diff --git a/source/_components/android_ip_webcam.markdown b/source/_components/android_ip_webcam.markdown index f8c0fc9acdc..b4a6a0e7e7e 100644 --- a/source/_components/android_ip_webcam.markdown +++ b/source/_components/android_ip_webcam.markdown @@ -185,7 +185,7 @@ binary_sensor: ## Camera -The `android_ip_webcam` integration adds a camera by default if you choose not to use the integration but still want to see the video feed then the [`mjpeg` camera](/components/camera.mjpeg/) platform can be used. +The `android_ip_webcam` integration adds a camera by default if you choose not to use the integration but still want to see the video feed then the [`mjpeg` camera](/components/mjpeg) platform can be used. ## Configuration diff --git a/source/_components/apple_tv.markdown b/source/_components/apple_tv.markdown index 9008a4dff1c..9a125746a98 100644 --- a/source/_components/apple_tv.markdown +++ b/source/_components/apple_tv.markdown @@ -10,7 +10,7 @@ ha_iot_class: Local Push ha_release: 0.49 --- -The `apple_tv` platform allows you to control an Apple TV (3rd and 4th generation). See the [remote platform](/components/remote.apple_tv/) if you want to send remote control buttons, e.g., arrow keys. +The `apple_tv` platform allows you to control an Apple TV (3rd and 4th generation). See the [remote platform](/components/apple_tv#remote) if you want to send remote control buttons, e.g., arrow keys. There is currently support for the following device types within Home Assistant: diff --git a/source/_components/arlo.markdown b/source/_components/arlo.markdown index 0d01fa11eb3..4aa6b0fd0a8 100644 --- a/source/_components/arlo.markdown +++ b/source/_components/arlo.markdown @@ -47,7 +47,7 @@ scan_interval: It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras. -Finish its configuration by visiting the [Arlo sensor page](/components/sensor.arlo/) or [Arlo camera page](/components/camera.arlo/) or [Arlo control panel page](/components/alarm_control_panel.arlo/). Arlo also has a service call `arlo.update` that can be manually called to force an update prior to the regular scheduled interval. +Finish its configuration by visiting the [Arlo sensor page](/components/arlo#sensor) or [Arlo camera page](/components/arlo#camera) or [Arlo control panel page](/components/arlo). Arlo also has a service call `arlo.update` that can be manually called to force an update prior to the regular scheduled interval. The Arlo integration also provides a camera service to enable/disable the motion detection sensor. The example below enables the motion detection every time the Home Assistant service starts. @@ -128,7 +128,7 @@ Setting Arlo to a custom mode (mapped to `home_mode_name` in `configuration.yaml You can also completely disarm the Arlo base station by calling the `alarm_control_panel.alarm_disarm` service, and trigger the alarm by calling the `alarm_control_panel.alarm_trigger` service. -More examples and configuration options can be found on the [Manual Alarm Control page](/components/alarm_control_panel.manual/#examples). +More examples and configuration options can be found on the [Manual Alarm Control page](/components/manual#examples). ## Camera diff --git a/source/_components/binary_sensor.rest.markdown b/source/_components/binary_sensor.rest.markdown index f941901f6dc..fc9a06f72bc 100644 --- a/source/_components/binary_sensor.rest.markdown +++ b/source/_components/binary_sensor.rest.markdown @@ -118,7 +118,7 @@ In this section you find some real-life examples of how to use this sensor. ### aREST sensor -Instead of using an [aREST](/components/binary_sensor.arest/) binary sensor, +Instead of using an [aREST](/components/arest#binary-sensor) binary sensor, you could retrieve the value of a device supporting aREST directly with a REST binary sensor. diff --git a/source/_components/broadcast.markdown b/source/_components/broadcast.markdown index da2e492c208..c84fb953e9c 100644 --- a/source/_components/broadcast.markdown +++ b/source/_components/broadcast.markdown @@ -47,4 +47,4 @@ proxy_params: type: string {% endconfiguration %} -To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram/). +To get your `chat_id` and `api_key` follow the instructions [here](/components/telegram). diff --git a/source/_components/broadlink.markdown b/source/_components/broadlink.markdown index 1f4a128cfbc..9dddff8bfdd 100644 --- a/source/_components/broadlink.markdown +++ b/source/_components/broadlink.markdown @@ -204,7 +204,7 @@ slots: type: string {% endconfiguration %} -Information about how to install on Windows can be found [here](/components/sensor.broadlink/#microsoft-windows-installation). +Information about how to install on Windows can be found [here](/components/broadlink#sensor#microsoft-windows-installation). ### How to obtain IR/RF packets? diff --git a/source/_components/command_line.markdown b/source/_components/command_line.markdown index 1dc618e4362..730e910e1a4 100644 --- a/source/_components/command_line.markdown +++ b/source/_components/command_line.markdown @@ -112,7 +112,7 @@ binary_sensor: payload_off: "fail" ``` -Consider to use the [`ping` sensor ](/components/binary_sensor.ping/) as an alternative to the samples above. +Consider to use the [`ping` sensor ](/components/ping#binary-sensor) as an alternative to the samples above. ### Check if a system service is running diff --git a/source/_components/denon.markdown b/source/_components/denon.markdown index e027ea1e5d5..a22a9078eee 100644 --- a/source/_components/denon.markdown +++ b/source/_components/denon.markdown @@ -47,4 +47,4 @@ A few notes for platform: denon - Play and pause are supported, toggling is not possible. - Seeking cannot be implemented as the UI sends absolute positions. Only seeking via simulated button presses is possible. -[Denon AVR]: /components/media_player.denonavr/ +[Denon AVR]: /components/denonavr/ diff --git a/source/_components/denonavr.markdown b/source/_components/denonavr.markdown index 7d9b360e3aa..977c6598503 100644 --- a/source/_components/denonavr.markdown +++ b/source/_components/denonavr.markdown @@ -94,4 +94,4 @@ A few notes: - To remotely power on Marantz receivers with Home Assistant, the Auto-Standby feature must be enabled in the receiver's settings. - Sound mode: The command to set a specific sound mode is different from the value of the current sound mode reported by the receiver (sound_mode_raw). There is a key-value structure (sound_mode_dict) that matches the raw sound mode to one of the possible commands to set a sound mode (for instance {'MUSIC':['PLII MUSIC']}. If you get a "Not able to match sound mode" warning, please open an issue on the [denonavr library](https://github.com/scarface-4711/denonavr), stating which raw sound mode could not be matched so it can be added to the matching dictionary. You can find the current raw sound mode under "Development Tools/States" in the front panel. -[Denon]: /components/media_player.denon/ +[Denon]: /components/denon diff --git a/source/_components/deutsche_bahn.markdown b/source/_components/deutsche_bahn.markdown index c20cd0e015d..f0fb887c7c7 100644 --- a/source/_components/deutsche_bahn.markdown +++ b/source/_components/deutsche_bahn.markdown @@ -41,7 +41,7 @@ only_direct: default: false {% endconfiguration %} -This sensor stores a lot of attributes which can be accessed by other sensors, e.g., a [template sensor](/components/sensor.template/). +This sensor stores a lot of attributes which can be accessed by other sensors, e.g., a [template sensor](/components/template). ```yaml # Example configuration.yaml entry diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 2225b34f30d..51352b1fcd2 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -12,30 +12,30 @@ Home Assistant can discover and automatically configure [zeroconf](https://en.wi * [Apple TV](/components/apple_tv/) * [Belkin WeMo switches](/components/wemo/) - * [Bluesound speakers](/components/media_player.bluesound/) - * [Bose Soundtouch speakers](/components/media_player.soundtouch/) - * [Denon network receivers](/components/media_player.denonavr/) - * [DirecTV receivers](/components/media_player.directv/) - * [DLNA DMR enabled devices](/components/media_player.dlna_dmr/) - * [Enigma2 media player](/components/media_player.enigma2/) - * [Frontier Silicon internet radios](/components/media_player.frontier_silicon/) - * [Google Cast](/components/media_player.cast/) - * [Linn / Openhome](/components/media_player.openhome/) - * [Logitech Harmony Hub](/components/remote.harmony/) - * [Logitech media server (Squeezebox)](/components/media_player.squeezebox/) - * [Netgear routers](/components/device_tracker.netgear/) - * [Panasonic Viera](/components/media_player.panasonic_viera/) - * [Philips Hue](/components/light.hue/) - * [Plex media server](/components/media_player.plex/) - * [Roku media player](/components/media_player.roku/) - * [SABnzbd downloader](/components/sensor.sabnzbd/) - * [Samsung SyncThru Printer](/components/sensor.syncthru/) - * [Samsung TVs](/components/media_player.samsungtv/) - * [Sonos speakers](/components/media_player.sonos/) + * [Bluesound speakers](/components/bluesound) + * [Bose Soundtouch speakers](/components/soundtouch) + * [Denon network receivers](/components/denonavr/) + * [DirecTV receivers](/components/directv) + * [DLNA DMR enabled devices](/components/dlna_dmr) + * [Enigma2 media player](/components/enigma2) + * [Frontier Silicon internet radios](/components/frontier_silicon) + * [Google Cast](/components/cast) + * [Linn / Openhome](/components/openhome) + * [Logitech Harmony Hub](/components/harmony) + * [Logitech media server (Squeezebox)](/components/squeezebox) + * [Netgear routers](/components/netgear) + * [Panasonic Viera](/components/panasonic_viera) + * [Philips Hue](/components/hue) + * [Plex media server](/components/plex#media-player) + * [Roku media player](/components/roku#media-player) + * [SABnzbd downloader](/components/sabnzbd) + * [Samsung SyncThru Printer](/components/syncthru) + * [Samsung TVs](/components/samsungtv) + * [Sonos speakers](/components/sonos) * [Telldus Live](/components/tellduslive/) * [Wink](/components/wink/) - * [Yamaha media player](/components/media_player.yamaha/) - * [Yeelight Sunflower bulb](/components/light.yeelightsunflower/) + * [Yamaha media player](/components/yamaha) + * [Yeelight Sunflower bulb](/components/yeelightsunflower/) * [Xiaomi Gateway (Aqara)](/components/xiaomi_aqara/) It will be able to add Google Chromecasts and Belkin WeMo switches automatically, diff --git a/source/_components/ecovacs.markdown b/source/_components/ecovacs.markdown index 9fce7e1365d..97404485a10 100644 --- a/source/_components/ecovacs.markdown +++ b/source/_components/ecovacs.markdown @@ -75,7 +75,7 @@ The `ecovacs` vacuum platform allows you to monitor and control your Ecovacs Dee The remaining lifespan of components on your Deebot vacuum will be reported as attributes on the vacuum entity. The value will be a whole number representing the percentage of life remaining. -Here's an example of how to extract the filter's lifespan to its own sensor using a [template sensor](/components/sensor.template/): +Here's an example of how to extract the filter's lifespan to its own sensor using a [template sensor](/components/template): {% raw %} ```yaml diff --git a/source/_components/edimax.markdown b/source/_components/edimax.markdown index 2f9638448d8..6e4a6087b82 100644 --- a/source/_components/edimax.markdown +++ b/source/_components/edimax.markdown @@ -42,7 +42,7 @@ name: ## Power consumption sensor -Starting with [version 2 of the firmware](https://www.edimax.com/edimax/download/download/data/edimax/global/download/), the Edimax switches can also report the current and accumulated daily power consumption in their state objects. Use a [template sensor](/components/sensor.template/) to extract their values: +Starting with [version 2 of the firmware](https://www.edimax.com/edimax/download/download/data/edimax/global/download/), the Edimax switches can also report the current and accumulated daily power consumption in their state objects. Use a [template sensor](/components/template) to extract their values: {% raw %} ```yaml diff --git a/source/_components/envisalink.markdown b/source/_components/envisalink.markdown index df50e5804fa..76f5629e0fa 100644 --- a/source/_components/envisalink.markdown +++ b/source/_components/envisalink.markdown @@ -104,7 +104,7 @@ panic_type: default: Police type: string zones: - description: "Envisalink boards have no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information on the available zone types, take a look at the [Binary Sensor](/components/binary_sensor.envisalink/) docs. *Note: If no zones are specified, Home Assistant will not load any binary_sensor components.*" + description: "Envisalink boards have no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information on the available zone types, take a look at the [Binary Sensor](/components/envisalink) docs. *Note: If no zones are specified, Home Assistant will not load any binary_sensor components.*" required: false type: integer keys: diff --git a/source/_components/fastdotcom.markdown b/source/_components/fastdotcom.markdown index f98b52b8f44..3a20f2776f4 100644 --- a/source/_components/fastdotcom.markdown +++ b/source/_components/fastdotcom.markdown @@ -13,7 +13,7 @@ The `fastdotcom` integration uses the [Fast.com](https://fast.com/) web service
-Currently fast.com only supports measuring download bandwidth. If you want to measure bandwidth metrics other then download such as ping and upload, utilize the [speedtest](/components/sensor.speedtest) component. +Currently fast.com only supports measuring download bandwidth. If you want to measure bandwidth metrics other then download such as ping and upload, utilize the [speedtest](/components/speedtestdotnet) component.
diff --git a/source/_components/flic.markdown b/source/_components/flic.markdown index edc916dfbf7..7994661abcc 100644 --- a/source/_components/flic.markdown +++ b/source/_components/flic.markdown @@ -89,7 +89,7 @@ Event data: - **click_type**: The type of click. Possible values are `single`, `double` and `hold`. - **queued_time**: The amount of time this event was queued on the button, in seconds. -To help detect and debug flic button clicks, you can use this automation that send a notification on very click type of every button. This example uses the [HTML5 push notification platform](/components/notify.html5/). Visit the [notification integration page](/components/notify/) for more information on setting up notifications. +To help detect and debug flic button clicks, you can use this automation that send a notification on very click type of every button. This example uses the [HTML5 push notification platform](/components/html5). Visit the [notification integration page](/components/notify/) for more information on setting up notifications. ```yaml automation: diff --git a/source/_components/gc100.markdown b/source/_components/gc100.markdown index f1d5576a77c..6f0aa5902ac 100644 --- a/source/_components/gc100.markdown +++ b/source/_components/gc100.markdown @@ -18,7 +18,7 @@ There is currently support for the following device types within Home Assistant: - [Binary Sensor](#binary-sensor) - [Switch](#switch) -Currently, only relays and ports configured to be digital inputs are supported in Home Assistant. For IR support, please use the [iTach remote platform](/components/remote.itach/), but note that it will likely not function concurrently on the same GC100 due to limitations in the TCP socket server implementation used by Global Caché. +Currently, only relays and ports configured to be digital inputs are supported in Home Assistant. For IR support, please use the [iTach remote platform](/components/itach), but note that it will likely not function concurrently on the same GC100 due to limitations in the TCP socket server implementation used by Global Caché. ## Configuration diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 610eacf0884..89649446f6d 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -189,7 +189,7 @@ This does *not* affect the entities in Home Assistant. They all use their own co ### Reading attributes of entities -Most devices have, besides their state, additional attributes like their battery state or valve position. These can be accessed using templates in automations, or even as their own entities using the [template sensor](/components/sensor.template/) component. Here's an example of a template sensor that exposes the valve state of a thermostat. +Most devices have, besides their state, additional attributes like their battery state or valve position. These can be accessed using templates in automations, or even as their own entities using the [template sensor](/components/template) component. Here's an example of a template sensor that exposes the valve state of a thermostat. ```yaml sensor: diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown index 4ce98239872..c42a5f9a3d0 100644 --- a/source/_components/input_datetime.markdown +++ b/source/_components/input_datetime.markdown @@ -98,7 +98,7 @@ To set both the date and time in the same call, use `date` and `time` together, The following example shows the usage of the `input_datetime` as a trigger in an automation (note that you will need a -[time sensor](/components/sensor.time_date/) elsewhere in your configuration): +[time sensor](/components/time_date) elsewhere in your configuration): {% raw %} ```yaml diff --git a/source/_components/iss.markdown b/source/_components/iss.markdown index 1d09b9ff8a9..20541d31029 100644 --- a/source/_components/iss.markdown +++ b/source/_components/iss.markdown @@ -48,7 +48,7 @@ The default name of the location attributes is `lat` and `long` to avoid showing ### Show position on map with camera platform -The [generic camera platform](/components/camera.mjpeg/) offers +The [generic camera platform](/components/mjpeg) offers the possibility to show the location of the ISS on OpenStreetMap. {% raw %} diff --git a/source/_components/konnected.markdown b/source/_components/konnected.markdown index bdc1f268b80..5c93112463c 100644 --- a/source/_components/konnected.markdown +++ b/source/_components/konnected.markdown @@ -71,7 +71,7 @@ devices: required: true type: string binary_sensors: - description: A list of binary sensors connected to the device. See [Konnected Binary Sensor](/components/binary_sensor.konnected/) for configuration variables. + description: A list of binary sensors connected to the device. See [Konnected Binary Sensor](/components/konnected#binary-sensor) for configuration variables. required: false type: list keys: @@ -117,7 +117,7 @@ devices: required: false default: not set (device default is 3 minutes) switches: - description: A list of actuators (on/off switches) connected to the device. See [Konnected Switch](/components/switch.konnected/) for configuration variables. + description: A list of actuators (on/off switches) connected to the device. See [Konnected Switch](/components/konnected#switch) for configuration variables. required: false type: list keys: diff --git a/source/_components/lametric.markdown b/source/_components/lametric.markdown index 943026e491e..db23bdecf30 100644 --- a/source/_components/lametric.markdown +++ b/source/_components/lametric.markdown @@ -37,7 +37,7 @@ These are the steps to take: * Check all permission boxes * Hit Save 4. You should be directed to your [Notification Apps list](https://developer.lametric.com/applications/sources), click on "Home Assistant", copy your client ID and client Secret and paste into the Home Assistant configuration block in the previous section. -5. Set up some notifications in Home Assistant by following the instructions on the [Lametric Notify](/components/notify.lametric) page. +5. Set up some notifications in Home Assistant by following the instructions on the [Lametric Notify](/components/lametric) page. 6. Save all configuration files and restart Home Assistant. ## Notifications diff --git a/source/_components/lg_netcast.markdown b/source/_components/lg_netcast.markdown index 0c5e67e0613..1a5653e395d 100644 --- a/source/_components/lg_netcast.markdown +++ b/source/_components/lg_netcast.markdown @@ -8,7 +8,7 @@ ha_iot_class: Local Polling ha_release: "0.20" --- -The `lg_netcast` platform allows you to control a LG Smart TV running NetCast 3.0 (LG Smart TV models released in 2012) and NetCast 4.0 (LG Smart TV models released in 2013). For the new LG WebOS TV's use the [webostv](/components/media_player.webostv) platform. +The `lg_netcast` platform allows you to control a LG Smart TV running NetCast 3.0 (LG Smart TV models released in 2012) and NetCast 4.0 (LG Smart TV models released in 2013). For the new LG WebOS TV's use the [webostv](/components/webostv#media-player) platform. To add a LG TV to your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 0ecfa9432dc..afdf3e8374a 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -648,7 +648,7 @@ light: - [ESPHome](https://esphome.io) implements the JSON schema for MQTT based installs and supports [MQTT discovery](/docs/mqtt/discovery/). -- [AiLight](https://github.com/stelgenhof/AiLight) is a custom firmware for the Ai-Thinker (and equivalent) RGBW WiFi light bulbs that has an ESP8266 onboard and controlled by the MY9291 LED driver. It implements the [MQTT JSON light](/components/light.mqtt_json/) platform and supports ON/OFF, RGBW colours, brightness, colour temperature, flashing and transitions. Also it includes [MQTT Auto Discovery](/docs/mqtt/discovery/)) and the MQTT Last Will and Testament is enabled as well. +- [AiLight](https://github.com/stelgenhof/AiLight) is a custom firmware for the Ai-Thinker (and equivalent) RGBW WiFi light bulbs that has an ESP8266 onboard and controlled by the MY9291 LED driver. It implements the [MQTT JSON light](/components/light.mqtt) platform and supports ON/OFF, RGBW colours, brightness, colour temperature, flashing and transitions. Also it includes [MQTT Auto Discovery](/docs/mqtt/discovery/)) and the MQTT Last Will and Testament is enabled as well. ## Template schema diff --git a/source/_components/london_air.markdown b/source/_components/london_air.markdown index ce2b77862a7..342d4274ebe 100644 --- a/source/_components/london_air.markdown +++ b/source/_components/london_air.markdown @@ -56,7 +56,7 @@ locations: type: list {% endconfiguration %} -To explore the data available within the `data` attribute of a sensor use the `dev-template` tool on the Home-assistant frontend. `data` contains a list of monitored sites, where the number of monitored sites are given by the `sites` attribute. If a sensor has four sites, access the fourth site by indexing the list of sites using data[3]. Each site is a dictionary with multiple fields, with entries for the `latitude` and `longitude` of that site, a `pollution_status`, `site_code`, `site_name` and `site_type`. The field `number_of_pollutants` states how many pollutants are monitored (of the possible six) and the field `pollutants` returns a list with data for each pollutant. To access the first pollutant in the list for site zero use `attributes.data[0].pollutants[0]`. Each entry in `pollutants` is a dictionary with fields for the pollutant `code`, `description`, `index`, `quality` and a `summary`. [Template sensors](/components/sensor.template/) can then be added to display these attributes, for example: +To explore the data available within the `data` attribute of a sensor use the `dev-template` tool on the Home-assistant frontend. `data` contains a list of monitored sites, where the number of monitored sites are given by the `sites` attribute. If a sensor has four sites, access the fourth site by indexing the list of sites using data[3]. Each site is a dictionary with multiple fields, with entries for the `latitude` and `longitude` of that site, a `pollution_status`, `site_code`, `site_name` and `site_type`. The field `number_of_pollutants` states how many pollutants are monitored (of the possible six) and the field `pollutants` returns a list with data for each pollutant. To access the first pollutant in the list for site zero use `attributes.data[0].pollutants[0]`. Each entry in `pollutants` is a dictionary with fields for the pollutant `code`, `description`, `index`, `quality` and a `summary`. [Template sensors](/components/template) can then be added to display these attributes, for example: ```yaml # Example template sensors diff --git a/source/_components/manual_mqtt.markdown b/source/_components/manual_mqtt.markdown index ed92fd38af8..560fb857af1 100644 --- a/source/_components/manual_mqtt.markdown +++ b/source/_components/manual_mqtt.markdown @@ -7,7 +7,7 @@ ha_category: ha_release: "0.50" --- -The `mqtt` platform extends the [manual alarm](/components/alarm_control_panel.manual/) by adding support for MQTT control of the alarm by a remote device. It can be used to create external keypads which simply change the state of the manual alarm in Home Assistant. +The `mqtt` platform extends the [manual alarm](/components/manual) by adding support for MQTT control of the alarm by a remote device. It can be used to create external keypads which simply change the state of the manual alarm in Home Assistant. It's essentially the opposite of the [MQTT Alarm Panel](/components/alarm_control_panel.mqtt/) which allows Home Assistant to observe an existing, fully-featured alarm where all of the alarm logic is embedded in that physical device. @@ -106,7 +106,7 @@ armed_home/armed_away/armed_night/disarmed/triggered: type: integer {% endconfiguration %} -See the documentation for the [manual alarm platform](/components/alarm_control_panel.manual/) for a description. +See the documentation for the [manual alarm platform](/components/manual) for a description. Additionally, the following MQTT configuration variables are also available. @@ -173,7 +173,7 @@ alarm_control_panel: pending_time: 0 ``` -Refer to the [Manual Alarm Control page](/components/alarm_control_panel.manual/#examples) for more real-life examples on how to use this panel. +Refer to the [Manual Alarm Control page](/components/manual#examples) for more real-life examples on how to use this panel. ## MQTT Control diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index 7d0e1dd84e0..89814156aab 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -57,7 +57,7 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`, #### Service `media_player.select_sound_mode` -Currently only supported on [Denon AVR](/components/media_player.denonavr/) and [Songpal](/components/media_player.songpal/). +Currently only supported on [Denon AVR](/components/denonavr/) and [Songpal](/components/songpal). | Service data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------------- | @@ -66,7 +66,7 @@ Currently only supported on [Denon AVR](/components/media_player.denonavr/) and #### Service `media_player.shuffle_set` -Currently only supported on [Spotify](/components/media_player.spotify/), [MPD](/components/media_player.mpd/), [Kodi](/components/media_player.kodi/), [Squeezebox](/components/media_player.squeezebox/) and [Universal](/components/media_player.universal/). +Currently only supported on [Spotify](/components/spotify), [MPD](/components/mpd), [Kodi](/components/kodi), [Squeezebox](/components/squeezebox) and [Universal](/components/universal). | Service data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------------- | diff --git a/source/_components/min_max.markdown b/source/_components/min_max.markdown index 936a90a1dfe..1bcbda348b1 100644 --- a/source/_components/min_max.markdown +++ b/source/_components/min_max.markdown @@ -9,9 +9,9 @@ ha_release: 0.31 ha_qa_scale: internal --- -The `min_max` sensor platform consumes the state from other sensors to determine the minimum, maximum, latest (last) and the mean of the collected states. The sensor will always show you the lowest/highest/latest value which was received from all monitored sensors. If you have spikes in your values, it's recommended to filter/equalize your values with a [statistics sensor](/components/sensor.statistics/) first. +The `min_max` sensor platform consumes the state from other sensors to determine the minimum, maximum, latest (last) and the mean of the collected states. The sensor will always show you the lowest/highest/latest value which was received from all monitored sensors. If you have spikes in your values, it's recommended to filter/equalize your values with a [statistics sensor](/components/statistics) first. -This sensor is an alternative to the [template sensor](/components/sensor.template/)'s `value_template:` to get the average of multiple sensors. +This sensor is an alternative to the [template sensor](/components/template)'s `value_template:` to get the average of multiple sensors. {% raw %} ```yaml diff --git a/source/_components/mystrom.markdown b/source/_components/mystrom.markdown index cc2ef1bd36d..97471e089d6 100644 --- a/source/_components/mystrom.markdown +++ b/source/_components/mystrom.markdown @@ -200,7 +200,7 @@ curl -G -X GET http://IP_ADDRESS/relay -d 'state=1' ### Get the current power consumption -The switch is measuring the current power consumption. To expose this as a sensor use a [`template` sensor](/components/sensor.template/). +The switch is measuring the current power consumption. To expose this as a sensor use a [`template` sensor](/components/template). {% raw %} ```yaml diff --git a/source/_components/netatmo.markdown b/source/_components/netatmo.markdown index c89dbac076e..960ba9cbe88 100644 --- a/source/_components/netatmo.markdown +++ b/source/_components/netatmo.markdown @@ -87,7 +87,7 @@ That's it. You can copy and paste your new `client id` and `client secret` in yo ### Webhooks -The Welcome and Presence cameras can send instant events to Home Assistant by using webhooks. There are different types of events, each with slightly different data attached. To enable the webhooks add `webhooks: true` to your configuration. It is also required to have your camera enabled in Home Assistant. You can do this either by manually setting up the [platform](/components/camera.netatmo/) or by enabeling [discovery](/components/netatmo/#discovery). +The Welcome and Presence cameras can send instant events to Home Assistant by using webhooks. There are different types of events, each with slightly different data attached. To enable the webhooks add `webhooks: true` to your configuration. It is also required to have your camera enabled in Home Assistant. You can do this either by manually setting up the [platform](/components/netatmo#camera) or by enabeling [discovery](/components/netatmo/#discovery). To be able to receive events from Netatmo, your Home Assistant instance needs to be accessible from the web ([Hass.io instructions](/addons/duckdns/)) and you need to have the base_url configured for the HTTP integration ([docs](/components/http/#base_url)). diff --git a/source/_components/obihai.markdown b/source/_components/obihai.markdown index 3db71e53b29..7943f353913 100644 --- a/source/_components/obihai.markdown +++ b/source/_components/obihai.markdown @@ -1,49 +1,49 @@ ---- -title: "Obihai" -description: "Instructions on how to integrate your Obihai device into Home Assistant." -logo: obitalk.png -ha_iot_class: Local Polling -ha_category: - - Sensor -ha_release: 0.99 ---- - -The `obihai` integration allows you to view the call status for your [Obihai devices](https://www.obitalk.com/info/products#home_section). - -To enable `obihai` in your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: obihai - host: 192.168.1.x -``` - -{% configuration %} -host: - description: IP Address of Obihai device - required: true - type: string -username: - description: Username for the Obihai device. - required: false - type: string - default: admin -password: - description: Password for the Obihai device. - required: false - type: string - default: admin -{% endconfiguration %} - -The following is a list of expected sensors and their expected states when using the `user` account: - -- Sensor if the device requires a reboot (`True` or `False`) -- Sensor for each configured service (`0` for no calls, `1` for a call and `2` for call waiting/3way calling) -- Sensor for the last reboot date - -In addition to the above list the `admin` account can expect to see the following sensors: - -- Obihai service status (`Normal`, `Down` or other states from Obihais network) -- Sensors for each phone port in use (`On Hook`, `Off Hook` and `Ringing`) -- Sensors for last caller name and number (this is also the current incoming call, will also show `--` if no data provided) +--- +title: "Obihai" +description: "Instructions on how to integrate your Obihai device into Home Assistant." +logo: obitalk.png +ha_iot_class: Local Polling +ha_category: + - Sensor +ha_release: 0.99 +--- + +The `obihai` integration allows you to view the call status for your [Obihai devices](https://www.obitalk.com/info/products#home_section). + +To enable `obihai` in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: obihai + host: 192.168.1.x +``` + +{% configuration %} +host: + description: IP Address of Obihai device + required: true + type: string +username: + description: Username for the Obihai device. + required: false + type: string + default: admin +password: + description: Password for the Obihai device. + required: false + type: string + default: admin +{% endconfiguration %} + +The following is a list of expected sensors and their expected states when using the `user` account: + +- Sensor if the device requires a reboot (`True` or `False`) +- Sensor for each configured service (`0` for no calls, `1` for a call and `2` for call waiting/3way calling) +- Sensor for the last reboot date + +In addition to the above list the `admin` account can expect to see the following sensors: + +- Obihai service status (`Normal`, `Down` or other states from Obihais network) +- Sensors for each phone port in use (`On Hook`, `Off Hook` and `Ringing`) +- Sensors for last caller name and number (this is also the current incoming call, will also show `--` if no data provided) diff --git a/source/_components/openweathermap.markdown b/source/_components/openweathermap.markdown index 495431909e2..9b19b39c2e2 100644 --- a/source/_components/openweathermap.markdown +++ b/source/_components/openweathermap.markdown @@ -58,7 +58,7 @@ longitude:
-This platform is an alternative to the [`openweathermap`](/components/sensor.openweathermap/) sensor. +This platform is an alternative to the [`openweathermap`](/components/openweathermap#sensor) sensor.
diff --git a/source/_components/openwrt.markdown b/source/_components/openwrt.markdown index 3dc76abce19..80f1f9c02e3 100644 --- a/source/_components/openwrt.markdown +++ b/source/_components/openwrt.markdown @@ -17,8 +17,8 @@ There are _multiple_ ways of integrating an OpenWRT router for presence detectio * average six-second delay between connecting and being registered as `home` * lots of unnecessary network requests * Examples: - * [ubus](/components/device_tracker.ubus/) - * [luci](/components/device_tracker.luci/) + * [ubus](/components/ubus) + * [luci](/components/luci) * __passive/event-based__ External services which notify Home Assistant of devices via the [REST API endpoint](https://developers.home-assistant.io/docs/en/external_api_rest.html). * Advantages: diff --git a/source/_components/owntracks.markdown b/source/_components/owntracks.markdown index ead5eba26c9..5486ce114b4 100644 --- a/source/_components/owntracks.markdown +++ b/source/_components/owntracks.markdown @@ -66,7 +66,7 @@ waypoints: default: true type: boolean waypoint_whitelist: - description: "A list of user names (as defined for [Owntracks](/components/device_tracker.owntracks/)) who can export their waypoints from Owntracks to Home Assistant. This would be the `username` portion of the Base Topic Name, (e.g., owntracks/**username**/iPhone)" + description: "A list of user names (as defined for [Owntracks](/components/owntracks)) who can export their waypoints from Owntracks to Home Assistant. This would be the `username` portion of the Base Topic Name, (e.g., owntracks/**username**/iPhone)" required: false default: All users who are connected to Home Assistant via Owntracks. type: list diff --git a/source/_components/pioneer.markdown b/source/_components/pioneer.markdown index 659eda7c5e6..b9318626191 100644 --- a/source/_components/pioneer.markdown +++ b/source/_components/pioneer.markdown @@ -8,7 +8,7 @@ ha_release: 0.19 ha_iot_class: Local Polling --- -The `pioneer` platform allows you to control Pioneer Network Receivers. Please note, however, that the more recent Pioneer models work with [Onkyo](/components/media_player.onkyo/) platform instead. +The `pioneer` platform allows you to control Pioneer Network Receivers. Please note, however, that the more recent Pioneer models work with [Onkyo](/components/onkyo) platform instead. To add a Pioneer receiver to your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/plant.markdown b/source/_components/plant.markdown index c84198204ed..1031256098a 100644 --- a/source/_components/plant.markdown +++ b/source/_components/plant.markdown @@ -109,13 +109,13 @@ entity_id: ## Examples ### Using plain MQTT sensor to get the data This is a practical example that uses a multiple of `MQTT sensors` to supply the readings used by the `plant` sensor. -Another good source of this data would be the [Mi Flora](/components/sensor.miflora/) component. +Another good source of this data would be the [Mi Flora](/components/miflora) component. If the sensor data is within the min/max values the status will be `ok`, if not the status will be `problem`. You can use this to trigger a notification, if there is a problem with your plant. Of course you can only monitor attributes of your plant, where the sensor is configured and is providing the data. ## Data Source -The main sources of the data will usually be a [MiFlora sensor](/components/sensor.miflora/) or a [MQTT sensor](/components/sensor.mqtt/) receiving the data from a [PlantGateway](https://github.com/ChristianKuehnel/plantgateway). +The main sources of the data will usually be a [MiFlora sensor](/components/miflora) or a [MQTT sensor](/components/sensor.mqtt/) receiving the data from a [PlantGateway](https://github.com/ChristianKuehnel/plantgateway). If you want to get the date via a PlantGateway, this is a typical configuration for the MQTT sensors: diff --git a/source/_components/polling.markdown b/source/_components/polling.markdown index 9123bbdd7e5..d9e82ce5109 100644 --- a/source/_components/polling.markdown +++ b/source/_components/polling.markdown @@ -49,4 +49,4 @@ proxy_params: type: string {% endconfiguration %} -To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram/). +To get your `chat_id` and `api_key` follow the instructions [here](/components/telegram). diff --git a/source/_components/rest.markdown b/source/_components/rest.markdown index 8d7680c91f9..71bf380d1f4 100644 --- a/source/_components/rest.markdown +++ b/source/_components/rest.markdown @@ -128,7 +128,7 @@ sensor: ### Single value from a local Glances instance -The [glances](/components/sensor.glances/) sensor is doing the exact same thing for all exposed values. +The [glances](/components/glances) sensor is doing the exact same thing for all exposed values. ```yaml sensor: @@ -240,7 +240,7 @@ sensor: ``` {% endraw %} -This sample fetches a weather report from [OpenWeatherMap](http://openweathermap.org/), maps the resulting data into attributes of the RESTful sensor and then creates a set of [template](/components/sensor.template/) sensors that monitor the attributes and present the values in a usable form. +This sample fetches a weather report from [OpenWeatherMap](http://openweathermap.org/), maps the resulting data into attributes of the RESTful sensor and then creates a set of [template](/components/template) sensors that monitor the attributes and present the values in a usable form. {% raw %} ```yaml diff --git a/source/_components/sensor.command_line.markdown b/source/_components/sensor.command_line.markdown index f1c16e2bf37..5dd1e2a7bef 100644 --- a/source/_components/sensor.command_line.markdown +++ b/source/_components/sensor.command_line.markdown @@ -142,7 +142,7 @@ sensor: ### Use an external script -The example is doing the same as the [aREST sensor](/components/sensor.arest/) but with an external Python script. It should give you an idea about interfacing with devices which are exposing a RESTful API. +The example is doing the same as the [aREST sensor](/components/arest#sensor) but with an external Python script. It should give you an idea about interfacing with devices which are exposing a RESTful API. The one-line script to retrieve a value is shown below. Of course would it be possible to use this directly in the `configuration.yaml` file but need extra care about the quotation marks. diff --git a/source/_components/sensor.metoffice.markdown b/source/_components/sensor.metoffice.markdown index 391694e91db..f04c71f2d06 100644 --- a/source/_components/sensor.metoffice.markdown +++ b/source/_components/sensor.metoffice.markdown @@ -85,7 +85,7 @@ monitored_conditions:
-This sensor is an alternative to the [`metoffice`](/components/weather.metoffice/) weather platform. +This sensor is an alternative to the [`metoffice`](/components/metoffice/) weather platform. The weather platform is easier to configure but less customizable.
diff --git a/source/_components/sensor.mqtt.markdown b/source/_components/sensor.mqtt.markdown index 11ada47e64a..042bcbb7a51 100644 --- a/source/_components/sensor.mqtt.markdown +++ b/source/_components/sensor.mqtt.markdown @@ -175,7 +175,7 @@ The state and the attributes of the sensor by design do not update in a synchron ### Get battery level -If you are using the [OwnTracks](/components/device_tracker.owntracks/) and enable the reporting of the battery level then you can use a MQTT sensor to keep track of your battery. A regular MQTT message from OwnTracks looks like this: +If you are using the [OwnTracks](/components/owntracks) and enable the reporting of the battery level then you can use a MQTT sensor to keep track of your battery. A regular MQTT message from OwnTracks looks like this: ```bash owntracks/tablet/tablet {"_type":"location","lon":7.21,"t":"u","batt":92,"tst":144995643,"tid":"ta","acc":27,"lat":46.12} diff --git a/source/_components/seven_segments.markdown b/source/_components/seven_segments.markdown index 98752425584..d6bc27458ba 100644 --- a/source/_components/seven_segments.markdown +++ b/source/_components/seven_segments.markdown @@ -131,7 +131,7 @@ image_processing:

-With the help of a [template sensor](/components/sensor.template/), the value can be shown as badge. +With the help of a [template sensor](/components/template), the value can be shown as badge. {% raw %} diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown index 30aed81afa3..6c5f93e6c0d 100644 --- a/source/_components/snips.markdown +++ b/source/_components/snips.markdown @@ -266,7 +266,7 @@ intent_script: ##### Weather -So now you can open and close your garage door, let's check the weather. Add the Weather by Snips Skill to your assistant. Create a weather sensor, in this example [Dark Sk](/components/sensor.darksky/) and the `api_key` in the `secrets.yaml` file. +So now you can open and close your garage door, let's check the weather. Add the Weather by Snips Skill to your assistant. Create a weather sensor, in this example [Dark Sk](/components/darksky) and the `api_key` in the `secrets.yaml` file. ```yaml - platform: darksky diff --git a/source/_components/snmp.markdown b/source/_components/snmp.markdown index f43c9d2a5eb..ec55c1ed1dc 100644 --- a/source/_components/snmp.markdown +++ b/source/_components/snmp.markdown @@ -25,7 +25,7 @@ This device tracker needs SNMP to be enabled on the router. It could be that you ## Presence Detection -The following OID examples pull the current MAC Address table from a router. This reflects all recent devices seen on the network. However, since devices are not removed until they time out, this is less effective for [device tracker integration page](/components/device_tracker/) than desirable. It is recommended to use [Ping](/components/device_tracker.ping/) or [Nmap](/components/device_tracker.nmap_tracker/) instead. +The following OID examples pull the current MAC Address table from a router. This reflects all recent devices seen on the network. However, since devices are not removed until they time out, this is less effective for [device tracker integration page](/components/device_tracker/) than desirable. It is recommended to use [Ping](/components/ping) or [Nmap](/components/nmap_tracker) instead. | Brand | Device/Firmware | OID | | --- | --- | --- | diff --git a/source/_components/solaredge.markdown b/source/_components/solaredge.markdown index 736507daf1e..522f720a855 100644 --- a/source/_components/solaredge.markdown +++ b/source/_components/solaredge.markdown @@ -50,7 +50,7 @@ name: ## Full configuration example -In case you would like to convert the values for example to kWh instead of the default Wh, you can use the [template platform](/components/sensor.template/). +In case you would like to convert the values for example to kWh instead of the default Wh, you can use the [template platform](/components/template). {% raw %} ```yaml diff --git a/source/_components/solaredge_local.markdown b/source/_components/solaredge_local.markdown index 2e146c5c9d1..1f89e3e3509 100644 --- a/source/_components/solaredge_local.markdown +++ b/source/_components/solaredge_local.markdown @@ -54,7 +54,7 @@ sensor: ip_address: 192.168.1.123 ``` -In case you would like to convert the values for example to kWh instead of the default Wh, you can use the [template platform](/components/sensor.template/). +In case you would like to convert the values for example to kWh instead of the default Wh, you can use the [template platform](/components/template). {% raw %} ```yaml diff --git a/source/_components/solax.markdown b/source/_components/solax.markdown index e4419d5d2bf..ee21d63b58f 100644 --- a/source/_components/solax.markdown +++ b/source/_components/solax.markdown @@ -31,7 +31,7 @@ ip_address: ### Optional template sensor -If you would like to convert the values from multiple panels or view the total power the house is using, you can use the [template platform](/components/sensor.template/). +If you would like to convert the values from multiple panels or view the total power the house is using, you can use the [template platform](/components/template). {% raw %} ```yaml diff --git a/source/_components/soundtouch.markdown b/source/_components/soundtouch.markdown index 87856ed984b..dd3d6907360 100644 --- a/source/_components/soundtouch.markdown +++ b/source/_components/soundtouch.markdown @@ -79,7 +79,7 @@ You can also play HTTP (not HTTPS) URLs: ### Text-to-Speech services -You can use TTS services like [Google Text-to-Speech](/components/tts.google/) or [Amazon Polly](/components/tts.amazon_polly) only if your Home Assistant is configured in HTTP and not HTTPS (current device limitation, a firmware upgrade is planned). +You can use TTS services like [Google Text-to-Speech](/components/google_translate) or [Amazon Polly](/components/amazon_polly) only if your Home Assistant is configured in HTTP and not HTTPS (current device limitation, a firmware upgrade is planned). A workaround if you want to publish your Home Assistant installation on Internet in SSL is to configure an HTTPS Web Server as a reverse proxy ([nginx](/docs/ecosystem/nginx/) for example) and let your Home Assistant configuration in HTTP on your local network. The Soundtouch devices will be available to access the TTS files in HTTP in local and your configuration will be in HTTPS on the Internet. diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown index f2589c65b38..65b901216a7 100644 --- a/source/_components/switch.command_line.markdown +++ b/source/_components/switch.command_line.markdown @@ -79,7 +79,7 @@ In this section you find some real-life examples of how to use this switch. ### aREST device The example below is doing the same as the -[aREST switch](/components/switch.arest/). +[aREST switch](/components/arest#switch). The command line tool [`curl`](http://curl.haxx.se/) is used to toggle a pin which is controllable through REST. diff --git a/source/_components/telegram_bot.markdown b/source/_components/telegram_bot.markdown index fe01c913c8e..c10a42a6c73 100644 --- a/source/_components/telegram_bot.markdown +++ b/source/_components/telegram_bot.markdown @@ -10,9 +10,9 @@ ha_iot_class: Cloud Push Use Telegram on your mobile or desktop device to send and receive messages or commands to/from your Home Assistant. -This integration creates notification services to send, or edit previously sent, messages from a [Telegram Bot account](https://core.telegram.org/bots) configured either with the [polling](/components/telegram_bot.polling/) method or with the [webhooks](/components/telegram_bot.webhooks/) one, and trigger events when receiving messages. +This integration creates notification services to send, or edit previously sent, messages from a [Telegram Bot account](https://core.telegram.org/bots) configured either with the [polling](/components/polling) method or with the [webhooks](/components/webhooks) one, and trigger events when receiving messages. -If you don't need to receive messages, you can use the [broadcast](/components/telegram_bot.broadcast/) platform instead. +If you don't need to receive messages, you can use the [broadcast](/components/broadcast) platform instead. ## Notification services @@ -166,7 +166,7 @@ Remove the bot from the chat group where it was added. ## `telegram` notification platform -The [`telegram` notification platform](/components/notify.telegram/) requires the `telegram_bot` integration to work with, and it's designed to generate a customized shortcut (`notify.USERNAME`) to send notifications (messages, photos, documents and locations) to a particular `chat_id` with the old syntax, allowing backward compatibility. +The [`telegram` notification platform](/components/telegram) requires the `telegram_bot` integration to work with, and it's designed to generate a customized shortcut (`notify.USERNAME`) to send notifications (messages, photos, documents and locations) to a particular `chat_id` with the old syntax, allowing backward compatibility. The required YAML configuration now reduces to: diff --git a/source/_components/template.markdown b/source/_components/template.markdown index 10b727991cd..504f50bcf99 100644 --- a/source/_components/template.markdown +++ b/source/_components/template.markdown @@ -289,7 +289,7 @@ sensor: The `template` sensors are not limited to use attributes from other entities but can also work with [Home Assistant's template extensions](/docs/configuration/templating/#home-assistant-template-extensions). -This template contains no entities that will trigger an update, so we add an `entity_id:` line with an entity that will force an update - here we're using a [date sensor](/components/sensor.time_date/) to get a daily update: +This template contains no entities that will trigger an update, so we add an `entity_id:` line with an entity that will force an update - here we're using a [date sensor](/components/time_date) to get a daily update: {% raw %} ```yaml diff --git a/source/_components/tomato.markdown b/source/_components/tomato.markdown index 1a8978c1e22..9b3d65b12fa 100644 --- a/source/_components/tomato.markdown +++ b/source/_components/tomato.markdown @@ -13,7 +13,7 @@ value can be obtained by logging in to the Tomato admin interface and search for Because of a limitation in Tomato's API, this platform will only track wireless devices. If tracking wired devices like a Philips Hue Hub is necessary, -it is possible to use another platform like [Nmap](/components/device_tracker.nmap_tracker/). +it is possible to use another platform like [Nmap](/components/nmap_tracker). To use this device tracker in your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/twilio.markdown b/source/_components/twilio.markdown index acc1f236a1d..c92c3a26d53 100644 --- a/source/_components/twilio.markdown +++ b/source/_components/twilio.markdown @@ -36,7 +36,7 @@ auth_token: ### Usage -After configuring the base Twilio component, add and configure either or both of the [twilio SMS](/components/notify.twilio_sms/) and [twilio Phone](/components/notify.twilio_call) integrations to utilize the notification functionality. +After configuring the base Twilio component, add and configure either or both of the [twilio SMS](/components/twilio_sms) and [twilio Phone](/components/twilio_call) integrations to utilize the notification functionality. To be able to receive events from Twilio, your Home Assistant instance needs to be accessible from the web ([Hass.io instructions](/addons/duckdns/)) and you need to have the `base_url` configured for the HTTP integration ([docs](/components/http/#base_url)). diff --git a/source/_components/ubus.markdown b/source/_components/ubus.markdown index eac2b57b078..9fdd04c91a2 100644 --- a/source/_components/ubus.markdown +++ b/source/_components/ubus.markdown @@ -7,7 +7,7 @@ ha_category: ha_release: 0.7.6 --- -_This is one of multiple ways we support OpenWRT. For an overview, see [openwrt](/components/device_tracker.openwrt/)._ +_This is one of multiple ways we support OpenWRT. For an overview, see [openwrt](/components/openwrt)._ This is a presence detection scanner for [OpenWRT](https://openwrt.org/) using [ubus](http://wiki.openwrt.org/doc/techref/ubus). It scans for changes in `hostapd.*`, which will detect and report changes in devices connected to the access point on the router. diff --git a/source/_components/uk_transport.markdown b/source/_components/uk_transport.markdown index 7bfdda84117..c34d7ddb930 100644 --- a/source/_components/uk_transport.markdown +++ b/source/_components/uk_transport.markdown @@ -76,7 +76,7 @@ These attributes are available for each departing train: Refer to the [API reference webpage](https://developer.transportapi.com/docs?raml=https://transportapi.com/v3/raml/transportapi.raml##request_uk_train_station_station_code_live_json) for definitions. -Attributes can be accessed using the [template sensor](/components/sensor.template/) as per this example: +Attributes can be accessed using the [template sensor](/components/template) as per this example: ```yaml # Example configuration.yaml entry for a template sensor to access the attributes of the next departing train. diff --git a/source/_components/unifi_direct.markdown b/source/_components/unifi_direct.markdown index 1f0f02b5cc9..86810b7c168 100644 --- a/source/_components/unifi_direct.markdown +++ b/source/_components/unifi_direct.markdown @@ -9,7 +9,7 @@ ha_release: 0.59 --- -This platform allows you to detect presence by looking at devices connected to a [UniFi AP](https://www.ubnt.com/products/#unifi). This device tracker differs form [Ubiquiti Unifi WAP](/components/device_tracker.unifi/) because it doesn't require the Unifi controller software. +This platform allows you to detect presence by looking at devices connected to a [UniFi AP](https://www.ubnt.com/products/#unifi). This device tracker differs form [Ubiquiti Unifi WAP](/components/unifi) because it doesn't require the Unifi controller software. To use this device tracker in your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/universal.markdown b/source/_components/universal.markdown index 7eca4d0160d..5a3399bf41c 100644 --- a/source/_components/universal.markdown +++ b/source/_components/universal.markdown @@ -133,7 +133,7 @@ media_player: #### Kodi CEC-TV control -In this example, a [Kodi Media Player](/components/media_player.kodi/) runs in a CEC capable device (OSMC/OpenElec running in a Raspberry Pi 24/7, for example), and, with the JSON-CEC Kodi addon installed, it can turn on and off the attached TV. +In this example, a [Kodi Media Player](/components/kodi) runs in a CEC capable device (OSMC/OpenElec running in a Raspberry Pi 24/7, for example), and, with the JSON-CEC Kodi addon installed, it can turn on and off the attached TV. We store the state of the attached TV in a hidden [input boolean](/components/input_boolean/), so we can differentiate the TV being on or off, while Kodi is always 'idle', and use the universal media player to render its state with a template. We can hide the Kodi Media Player too, and only show the universal one, which now can differentiate between the 'idle' and the 'off' state (being the second when it is idle and the TV is off). diff --git a/source/_components/utility_meter.markdown b/source/_components/utility_meter.markdown index 59af11842ce..7cbd100abef 100644 --- a/source/_components/utility_meter.markdown +++ b/source/_components/utility_meter.markdown @@ -147,7 +147,7 @@ automation: ## Advanced Configuration for DSMR users -When using the [DSMR component](/components/sensor.dsmr/) to get data from the utility meter, each tariff (peak and off-peak) has a separate sensor. Additionally, there is a separate sensor for gas consumption. The meter switches automatically between tariffs, so an automation is not necessary in this case. But, you do have to setup a few more instances of the `utility_meter` component. +When using the [DSMR component](/components/dsmr) to get data from the utility meter, each tariff (peak and off-peak) has a separate sensor. Additionally, there is a separate sensor for gas consumption. The meter switches automatically between tariffs, so an automation is not necessary in this case. But, you do have to setup a few more instances of the `utility_meter` component. If you want to create a daily and monthly sensor for each tariff, you have to track separate sensors: diff --git a/source/_components/vacuum.template.markdown b/source/_components/vacuum.template.markdown index 0b705d7f27c..55c3b1908a2 100644 --- a/source/_components/vacuum.template.markdown +++ b/source/_components/vacuum.template.markdown @@ -85,7 +85,7 @@ vacuum: ### Control vacuum with Harmony Hub -This example shows how you can use a Template Vacuum to control an IR vacuum cleaner using the [Harmony Hub Remote component](/components/remote.harmony/). +This example shows how you can use a Template Vacuum to control an IR vacuum cleaner using the [Harmony Hub Remote component](/components/harmony). ```yaml vacuum: diff --git a/source/_components/version.markdown b/source/_components/version.markdown index 3dbff51b726..7d3b14e7e0d 100644 --- a/source/_components/version.markdown +++ b/source/_components/version.markdown @@ -80,7 +80,7 @@ sensor: command: "cat /home/homeassistant/.homeassistant/.HA_VERSION" ``` -You might think that a [`rest` sensor](/components/sensor.rest/) could work, +You might think that a [`rest` sensor](/components/rest) could work, too, but it will not as Home Assistant is not ready when the sensor gets initialized. diff --git a/source/_components/weather.darksky.markdown b/source/_components/weather.darksky.markdown index 0b2e94c4a72..6849c1015c5 100644 --- a/source/_components/weather.darksky.markdown +++ b/source/_components/weather.darksky.markdown @@ -64,7 +64,7 @@ mode:
-This platform is an alternative to the [`darksky`](/components/sensor.darksky/) sensor. +This platform is an alternative to the [`darksky`](/components/darksky) sensor.
diff --git a/source/_components/webhooks.markdown b/source/_components/webhooks.markdown index 7f4830fd974..681f4d5a0b4 100644 --- a/source/_components/webhooks.markdown +++ b/source/_components/webhooks.markdown @@ -64,7 +64,7 @@ trusted_networks: default: 149.154.160.0/20, 91.108.4.0/22 {% endconfiguration %} -To get your `chat_id` and `api_key` follow the instructions [here](/components/notify.telegram). As well as authorizing the chat, if you have added your bot to a group you will also need to authorize any user that will be interacting with the webhook. When an unauthorized user tries to interact with the webhook Home Assistant will raise an error ("Incoming message is not allowed"), you can easily obtain the users id by looking in the "from" section of this error message. +To get your `chat_id` and `api_key` follow the instructions [here](/components/telegram). As well as authorizing the chat, if you have added your bot to a group you will also need to authorize any user that will be interacting with the webhook. When an unauthorized user tries to interact with the webhook Home Assistant will raise an error ("Incoming message is not allowed"), you can easily obtain the users id by looking in the "from" section of this error message. ## Full configuration example diff --git a/source/_components/wink.markdown b/source/_components/wink.markdown index b7132f2b0a5..695901e2c3a 100644 --- a/source/_components/wink.markdown +++ b/source/_components/wink.markdown @@ -433,7 +433,7 @@ The above devices are confirmed to work, but others may work as well. Wink Cover garage door functionality varies on the product. Home Assistant can open, close, and view state of GoControl/Linear openers. For Chamberlain MyQ-enabled openers, Home Assistant is limited to show current state (open or closed) only using this Wink cover. This restriction was imposed by Chamberlain for third party control. Wink suggests that MyQ customers should contact Chamberlain directly to inquire about expanding permissions. -The [MyQ Cover](/components/cover.myq/) does provide full functionality for opening and closing Chamberlain MyQ-enabled garage doors. If installed along with the Wink Component, a duplicate garage door entity may exist. In that case, the semi-functional Wink garage door entity can be hidden via customize.yaml. +The [MyQ Cover](/components/myq) does provide full functionality for opening and closing Chamberlain MyQ-enabled garage doors. If installed along with the Wink Component, a duplicate garage door entity may exist. In that case, the semi-functional Wink garage door entity can be hidden via customize.yaml. The requirement is that you have setup [Wink](/components/wink/) from above. diff --git a/source/_components/yweather.markdown b/source/_components/yweather.markdown index 76cc444efa7..1d99f4dd219 100644 --- a/source/_components/yweather.markdown +++ b/source/_components/yweather.markdown @@ -11,7 +11,7 @@ ha_iot_class: Cloud Polling
-The Yahoo Weather API is being [retired](https://developer.yahoo.com/weather/?guccounter=1). A replacement is the [`darksky` sensor](/components/sensor.darksky/). +The Yahoo Weather API is being [retired](https://developer.yahoo.com/weather/?guccounter=1). A replacement is the [`darksky` sensor](/components/darksky).
diff --git a/source/_cookbook/automation_for_rainy_days.markdown b/source/_cookbook/automation_for_rainy_days.markdown index e1783290dea..75c41819df2 100644 --- a/source/_cookbook/automation_for_rainy_days.markdown +++ b/source/_cookbook/automation_for_rainy_days.markdown @@ -4,7 +4,7 @@ description: "Basic example how to use weather conditions to set states" ha_category: Automation Examples --- -This requires a [Dark Sky](/components/sensor.darksky/) sensor with the condition `precip_intensity` that tells if it's raining or not. You could also experiment with other attributes such as `cloud_cover`. +This requires a [Dark Sky](/components/darksky) sensor with the condition `precip_intensity` that tells if it's raining or not. You could also experiment with other attributes such as `cloud_cover`. Turn on a light in the living room when it starts raining, someone is home, and it's afternoon or later. diff --git a/source/_cookbook/automation_sun.markdown b/source/_cookbook/automation_sun.markdown index 18dd040a36d..0685f9b0241 100644 --- a/source/_cookbook/automation_sun.markdown +++ b/source/_cookbook/automation_sun.markdown @@ -40,7 +40,7 @@ automation: #### Send sun rise/sun set notifications -Send notifications through [PushBullet](/components/notify.pushbullet/) when the sun state is changed. +Send notifications through [PushBullet](/components/pushbullet) when the sun state is changed. ```yaml automation: diff --git a/source/_cookbook/automation_telegram_presence_alert.markdown b/source/_cookbook/automation_telegram_presence_alert.markdown index da12a5388c1..322fb0b5aee 100644 --- a/source/_cookbook/automation_telegram_presence_alert.markdown +++ b/source/_cookbook/automation_telegram_presence_alert.markdown @@ -4,9 +4,9 @@ description: "Examples sending notification depending of the presence" ha_category: Automation Examples --- -This will send a message when someone in your known devices list connects to your local network. In other words, when someone arrives home. It will only work if you are using the [Nmap](/components/device_tracker.nmap_tracker/) device tracker or a similar integration. +This will send a message when someone in your known devices list connects to your local network. In other words, when someone arrives home. It will only work if you are using the [Nmap](/components/nmap_tracker) device tracker or a similar integration. -This example uses [Telegram](/components/notify.telegram/) to send the notification. +This example uses [Telegram](/components/telegram) to send the notification. ```yaml notify: diff --git a/source/_cookbook/foscam_away_mode_PTZ.markdown b/source/_cookbook/foscam_away_mode_PTZ.markdown index f99a72275aa..635dc322170 100644 --- a/source/_cookbook/foscam_away_mode_PTZ.markdown +++ b/source/_cookbook/foscam_away_mode_PTZ.markdown @@ -4,7 +4,7 @@ description: "Example of how to set Foscam to only have Motion Detection Recordi ha_category: Automation Examples --- -This requires a [Foscam IP Camera](/components/camera.foscam/) camera with PTZ (Pan, Tilt, Zoom) and CGI functionality ([Source](http://www.foscam.es/descarga/Foscam-IPCamera-CGI-User-Guide-AllPlatforms-2015.11.06.pdf)) +This requires a [Foscam IP Camera](/components/foscam) camera with PTZ (Pan, Tilt, Zoom) and CGI functionality ([Source](http://www.foscam.es/descarga/Foscam-IPCamera-CGI-User-Guide-AllPlatforms-2015.11.06.pdf)) Foscam Cameras can be controlled by Home Assistant through a number of CGI commands. The following outlines examples of the switch, services, and scripts required to move between 2 preset destinations while controlling motion detection, but many other options of movement are provided in the Foscam CGI User Guide linked above. diff --git a/source/_cookbook/google_maps_card.markdown b/source/_cookbook/google_maps_card.markdown index ebec207a602..65f37b53275 100644 --- a/source/_cookbook/google_maps_card.markdown +++ b/source/_cookbook/google_maps_card.markdown @@ -24,4 +24,4 @@ camera: Screenshot showing Google Maps integration in Home Assistant front end.

-[generic camera platform]: /components/camera.generic/ +[generic camera platform]: /components/generic diff --git a/source/_cookbook/notify_if__new_ha_release.markdown b/source/_cookbook/notify_if__new_ha_release.markdown index 771693bdd37..913c6225639 100644 --- a/source/_cookbook/notify_if__new_ha_release.markdown +++ b/source/_cookbook/notify_if__new_ha_release.markdown @@ -27,7 +27,7 @@ automation: message: 'There is a new Home Assistant release available.' ``` -You can use [templates](/topics/templating/) to include the release number of Home Assistant if you prefer. The following example sends a notification via [Pushbullet](/components/notify.pushbullet/) with the Home Assistant version in the message. +You can use [templates](/topics/templating/) to include the release number of Home Assistant if you prefer. The following example sends a notification via [Pushbullet](/components/pushbullet) with the Home Assistant version in the message. ```yaml notify: diff --git a/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown b/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown index 6fb3d65328d..8c02651eace 100644 --- a/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown +++ b/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown @@ -6,7 +6,7 @@ ha_category: Automation Examples ### Restart Home Assistant -This configuration example is restarting Home Assistant if a [WeMo](/components/switch.wemo/) switch is not detected. An additional MQTT switch is present for stopping Home Assistant and can be triggered by [IFTTT](/components/ifttt/). The running batch script will automatically restart Home Assistant if the process isn't found anymore. +This configuration example is restarting Home Assistant if a [WeMo](/components/wemo) switch is not detected. An additional MQTT switch is present for stopping Home Assistant and can be triggered by [IFTTT](/components/ifttt/). The running batch script will automatically restart Home Assistant if the process isn't found anymore. ```yaml mqtt: diff --git a/source/_cookbook/track_battery_level.markdown b/source/_cookbook/track_battery_level.markdown index 95a5a831de2..e825a7668ad 100644 --- a/source/_cookbook/track_battery_level.markdown +++ b/source/_cookbook/track_battery_level.markdown @@ -6,7 +6,7 @@ ha_category: Automation Examples ### iOS Devices -If you have a device running iOS (iPhone, iPad, etc), The [iCloud](/components/device_tracker.icloud/) integration is gathering various details about your device including the battery level. To display it in the Frontend use a [template sensor](/components/sensor.template/). You can also use the `battery` [sensor device class](/components/sensor/#device-class) to dynamically change the icon with the battery level. +If you have a device running iOS (iPhone, iPad, etc), The [iCloud](/components/icloud) integration is gathering various details about your device including the battery level. To display it in the Frontend use a [template sensor](/components/template). You can also use the `battery` [sensor device class](/components/sensor/#device-class) to dynamically change the icon with the battery level. {% raw %} ```yaml @@ -27,7 +27,7 @@ sensor: {% endraw %} ### Android and iOS Devices -While running the [Owntracks](/components/device_tracker.owntracks/) device tracker you can retrieve the battery level. +While running the [Owntracks](/components/owntracks) device tracker you can retrieve the battery level. How you achieve this depends on how you have configured your Owntracks instance. #### MQTT diff --git a/source/_docs/authentication.markdown b/source/_docs/authentication.markdown index 0d460b71ec4..1d863cfec9b 100644 --- a/source/_docs/authentication.markdown +++ b/source/_docs/authentication.markdown @@ -54,7 +54,7 @@ Home Assistant provides several ways to authenticate. See the [Auth Providers](/ ### Authentication failures from `127.0.0.1` -If you're seeing authentication failures from `127.0.0.1` and you're using the `nmap` device tracker, you should [exclude the Home Assistant IP](/components/device_tracker.nmap_tracker/#exclude) from being scanned. +If you're seeing authentication failures from `127.0.0.1` and you're using the `nmap` device tracker, you should [exclude the Home Assistant IP](/components/nmap_tracker#exclude) from being scanned. ### Bearer token warnings diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 769bca27c5f..f0ee30fbc15 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -38,6 +38,6 @@ entity: weather.dark_sky This card works only with platforms that define a `weather` entity. - E.g., it works with [Dark Sky](/components/weather.darksky/) but not [Dark Sky Sensor](/components/sensor.darksky/) + E.g., it works with [Dark Sky](/components/weather.darksky/) but not [Dark Sky Sensor](/components/darksky) diff --git a/source/_posts/2015-06-10-release-notes.markdown b/source/_posts/2015-06-10-release-notes.markdown index b3f4fcf5a5c..1d349a93ada 100644 --- a/source/_posts/2015-06-10-release-notes.markdown +++ b/source/_posts/2015-06-10-release-notes.markdown @@ -141,7 +141,7 @@ notify: __Swiss Public transport sensor__ -The swiss public transport sensor will give you the next two departure times from a given location to another one in Switzerland. See the [component page](/components/sensor.swiss_public_transport/) for more information how to set it up. +The swiss public transport sensor will give you the next two departure times from a given location to another one in Switzerland. See the [component page](/components/swiss_public_transport) for more information how to set it up. __Transmission turtle mode switch__ diff --git a/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown b/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown index 983f368f8ec..f771602c3a2 100644 --- a/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown +++ b/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown @@ -33,7 +33,7 @@ Next it was just a matter of integrating everything with Home Assistant. I was Status of the dryer and washer in Home Assistant

-Next I wrote [scripts](/components/script/) that are run whenever the washer or dryer completes a load. This is triggered by the [automation component](/getting-started/automation/). When the laundry is complete I have the lights in the house turn red and [notify me via PushBullet](/components/notify.pushbullet/). Once the laundry is taken care of another script runs that sets the lights back to normal. So far it has been very helpful and very reliable. +Next I wrote [scripts](/components/script/) that are run whenever the washer or dryer completes a load. This is triggered by the [automation component](/getting-started/automation/). When the laundry is complete I have the lights in the house turn red and [notify me via PushBullet](/components/pushbullet). Once the laundry is taken care of another script runs that sets the lights back to normal. So far it has been very helpful and very reliable.

diff --git a/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown b/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown index fd84a65e426..56eb80ec6b7 100644 --- a/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown +++ b/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown @@ -9,13 +9,13 @@ og_image: /images/supported_brands/glances.png --- -Inspired by a [feature requests](https://github.com/home-assistant/home-assistant/issues/310) I started looking into the available options to do monitoring of remote hosts. The feature request is about displaying system information in a similar way than the [systemmonitor](/components/sensor.systemmonitor/) sensor does it for the local system. After a while I started to think that it would be a nice addition for a small home network where no full-blown system monitoring setup is present. +Inspired by a [feature requests](https://github.com/home-assistant/home-assistant/issues/310) I started looking into the available options to do monitoring of remote hosts. The feature request is about displaying system information in a similar way than the [systemmonitor](/components/systemmonitor) sensor does it for the local system. After a while I started to think that it would be a nice addition for a small home network where no full-blown system monitoring setup is present. The basic problem is to get the data from the remote host. Starting with [psutil](https://pypi.python.org/pypi/psutil) that is used by the systemmonitor sensor, a possible solution is only a click away and named [Glances](https://github.com/nicolargo/glances). Glances has a nice curses-based interface and a [RESTful API](https://github.com/nicolargo/glances/wiki/The-Glances-RESTFULL-JSON-API). -The [Glances sensor](/components/sensor.glances/) sensor uses that API to get all needed data. +The [Glances sensor](/components/glances) sensor uses that API to get all needed data. In this post a default Fedora 22 Workstation installation is used on the host that should be monitored. In fact, it doesn't matter if the system is the local one or a remote one as long as Glances is available. With some adjustments it should work on your own systems too. The difference will be the package and the firewall management tools. @@ -53,7 +53,7 @@ $ curl -X GET http://IP_ADDRESS:61208/api/2/mem/used {"used": 203943936} ``` -Add the [glances sensor](/components/sensor.glances/) entry to your `configuration.yaml` file and restart Home Assistant then. +Add the [glances sensor](/components/glances) entry to your `configuration.yaml` file and restart Home Assistant then. ```yaml # Example configuration.yaml entry diff --git a/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown b/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown index 7c1d05be98d..e4678fb42d3 100644 --- a/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown +++ b/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown @@ -17,7 +17,7 @@ A few weeks have past and it is time again for another release: version 0.7.4. T We have added a new [getting started section][start-presence] to get up and running. -[platform-owntracks]: /components/device_tracker.owntracks/ +[platform-owntracks]: /components/owntracks [component-zone]: /components/zone/ [zone-automation]: /getting-started/automation-trigger/#zone-trigger [start-presence]: /getting-started/presence-detection/ @@ -29,15 +29,15 @@ Map in Home Assistant showing two people and three zones (home, school, work) Ofcourse more things happened in the last three weeks. I'm moving away from my usual long post to a short summary of highlights: - + - - Sensor: [rest platform](/components/sensor.rest/) added ([@fabaff](https://github.com/fabaff)) + - Sensor: [rest platform](/components/rest) added ([@fabaff](https://github.com/fabaff)) - Alarm Control Panel: [MQTT platform](/components/alarm_control_panel.mqtt/) added ([@sfam](https://github.com/sfam)) - - Media Player: [Plex platform](/components/media_player.plex/) added ([@miniconfig](https://github.com/miniconfig, [@adrienbrault](https://github.com/adrienbrault)) + - Media Player: [Plex platform](/components/plex#media-player) added ([@miniconfig](https://github.com/miniconfig, [@adrienbrault](https://github.com/adrienbrault)) - Dev Tools: services can now show description of fields ([@balloob](https://github.com/balloob)) - MQTT: Support for certificates and improved error reporting ([@balloob](https://github.com/balloob)) - - Light: [limitlessled platform](/components/light.limitlessled/) extended with white light support ([@auchter](https://github.com/auchter)) + - Light: [limitlessled platform](/components/limitlessled) extended with white light support ([@auchter](https://github.com/auchter)) - Fuzzy matching for scenes ([@pavoni](https://github.com/pavoni)) - Scene support for media player ([@maddox](https://github.com/maddox)) diff --git a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown index 3b4ff5a6e9e..0ebafa863dc 100644 --- a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown +++ b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown @@ -17,10 +17,10 @@ This release also includes some new platforms (because they keep coming!): - - Light: [blinkstick platform](/components/light.blinksticklight/) added ([@alanbowman](https://github.com/alanbowman)) - - Device Tracker: [SNMP platform](/components/device_tracker.snmp/) added ([@tomduijf](https://github.com/tomduijf)) + - Light: [blinkstick platform](/components/blinksticklight) added ([@alanbowman](https://github.com/alanbowman)) + - Device Tracker: [SNMP platform](/components/snmp) added ([@tomduijf](https://github.com/tomduijf)) - Light: [rfxtrx platform](/components/light.rfxtrx/) added ([@badele](https://github.com/badele)) - Switch: [rfxtrx platform](/components/switch.rfxtrx/) added ([@badele](https://github.com/badele)) - - Notify: [telegram platform](/components/notify.telegram/) added ([@fabaff](https://github.com/fabaff)) + - Notify: [telegram platform](/components/telegram) added ([@fabaff](https://github.com/fabaff)) -Also, the media player was extended by [@maddox](https://github.com/maddox) to support the play media command. This has been implemented for the [iTunes platform](/components/media_player.itunes/). +Also, the media player was extended by [@maddox](https://github.com/maddox) to support the play media command. This has been implemented for the [iTunes platform](/components/itunes). diff --git a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown index 5b180f5b650..955d3004878 100644 --- a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown +++ b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown @@ -14,22 +14,22 @@ After two weeks of hard work I'm proud to announce the release of Home Assistant - - Device tracker: Newer [TP-Link routers](/components/device_tracker.tplink/) now supported ([@mKeRix](https://github.com/mKeRix)) - - Alarm Control Panel: [Manual alarm](/components/alarm_control_panel.manual/) added ([@sfam](https://github.com/sfam)) + - Device tracker: Newer [TP-Link routers](/components/tplink) now supported ([@mKeRix](https://github.com/mKeRix)) + - Alarm Control Panel: [Manual alarm](/components/manual) added ([@sfam](https://github.com/sfam)) - Thermostat: [Radiotherm](/components/radiotherm/) now supported ([@toddeye](https://github.com/toddeye)) - - Media Player: [Amazon FireTV](/components/media_player.firetv/) now supported ([@happyleavesaoc](https://github.com/happyleavesaoc)) - - Device Tracker: [Geofancy](/components/device_tracker.locative/) now supported (@wind-rider) + - Media Player: [Amazon FireTV](/components/androidtv) now supported ([@happyleavesaoc](https://github.com/happyleavesaoc)) + - Device Tracker: [Geofancy](/components/locative) now supported (@wind-rider) - New component [Shell Command](/components/shell_command/) can expose shell commands as services ([@balloob](https://github.com/balloob)) - [Scripts](/components/script/) can now be customized using `customize` key in `configuration.yaml` ([@balloob](https://github.com/balloob)) - - Light: [Hyperion](/components/light.hyperion/) now supported (@MakeMeASandwich) - - Sensor: [aRest](/components/sensor.arest/) can now also read out pins ([@balloob](https://github.com/balloob)) - - Sensor: [Forecast.io](/components/sensor.forecast/) now supports specifying units in `configuration.yaml` ([@balloob](https://github.com/balloob)) + - Light: [Hyperion](/components/hyperion) now supported (@MakeMeASandwich) + - Sensor: [aRest](/components/arest#sensor) can now also read out pins ([@balloob](https://github.com/balloob)) + - Sensor: [Forecast.io](/components/darksky) now supports specifying units in `configuration.yaml` ([@balloob](https://github.com/balloob)) - Thermostat: [Heat Control](/components/thermostat.heat_control/) has been completely rewritten ([@balloob](https://github.com/balloob)) - Switch: [Rest](/components/switch.rest/) now supported ([@bachp](https://github.com/bachp)) - - Media Player: [Plex](/components/media_player.plex/) can now be auto discovered and configure itself ([@tomduijf](https://github.com/tomduijf)) + - Media Player: [Plex](/components/plex#media-player) can now be auto discovered and configure itself ([@tomduijf](https://github.com/tomduijf)) - [Downloader](/components/downloader/) will now treat relative paths based on config dir ([@tomduijf](https://github.com/tomduijf)) - Line Charts will use interpolation for sensor data and show current and target temperature for thermostats ([@balloob](https://github.com/balloob)) - - Device Tracker: [OpenWRT via ubus](/components/device_tracker.ubus/) now supported ([@krzynio](https://github.com/krzynio)) + - Device Tracker: [OpenWRT via ubus](/components/ubus) now supported ([@krzynio](https://github.com/krzynio)) diff --git a/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown b/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown index 417cd1279b4..0d43c72d35e 100644 --- a/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown +++ b/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown @@ -27,15 +27,15 @@ homeassistant: * Thermostat: [Honeywell](/components/honeywell/) now supported ([@sander76]) - * Switch: [Orvibo](/components/switch.orvibo/) now supported ([@happyleavesaoc]) - * Camera: [mjpeg camera's](/components/camera.mjpeg/) now supported ([@ryanturner]) - * Notify: [Pushetta](/components/notify.pushetta/) now supported ([@fabaff]) + * Switch: [Orvibo](/components/orvibo) now supported ([@happyleavesaoc]) + * Camera: [mjpeg camera's](/components/mjpeg) now supported ([@ryanturner]) + * Notify: [Pushetta](/components/pushetta) now supported ([@fabaff]) * Light: [MQTT](/components/light.mqtt/) now supported ([@hexxter]) * Light: [Z-Wave](/components/zwave/) now supported ([@leoc]) * Switch: [Z-Wave](/components/zwave/) now supported ([@leoc]) * New component [logger](/components/logger/) allows filtering logged data ([@badele]) * New component [updater](/components/updater/) will notify users if an update for Home Assistant is available ([@rmkraus]) - * Notify: [PushBullet](/components/notify.pushbullet/) now allows targeting contacts/channels/specific devices ([@tomduijf]) + * Notify: [PushBullet](/components/pushbullet) now allows targeting contacts/channels/specific devices ([@tomduijf]) * Light: Allow controlling color temperature ([@tomduijf]) * Frontend: about page added ([@balloob]) * Switch RGB as the color unit used in light component ([@balloob]) diff --git a/source/_posts/2015-11-22-survey-november-2015.markdown b/source/_posts/2015-11-22-survey-november-2015.markdown index 3c7451bab4f..016723a9408 100644 --- a/source/_posts/2015-11-22-survey-november-2015.markdown +++ b/source/_posts/2015-11-22-survey-november-2015.markdown @@ -19,9 +19,9 @@ Of course most users are running with the [automation](/getting-started/automati The [Alarm control panels](/components/alarm_control_panel/) and the [camera component](/components/camera/) are both used by around one third of the participants of the survey. It's safe to say that they cover a niche, but they will gain momentum when people discover how they can build alarm systems with Home Assistant. -[Philips Hue](/components/light.hue/) is the "winner" in the light category closely followed by [MQTT lights](components/light.mqtt/). [Google Cast](/components/media_player.cast/) and [ Plex](/components/media_player.plex/) are the top media player platforms. [Pushbullet](/components/notify.pushbullet/) is by far the most-used [notification platform](/components/notify/). If you followed the recent efforts to improve this platform it's comprehensible. +[Philips Hue](/components/hue) is the "winner" in the light category closely followed by [MQTT lights](components/light.mqtt/). [Google Cast](/components/cast) and [ Plex](/components/plex#media-player) are the top media player platforms. [Pushbullet](/components/pushbullet) is by far the most-used [notification platform](/components/notify/). If you followed the recent efforts to improve this platform it's comprehensible. -It's interesting to see that most of the sensor, switch, and thermostat platforms are used. A lot of people seem to be interested in the weather data provided by the [Forecast sensor](/components/sensor.forecast/). The MQTT sensors and switches are deployed in almost 50% of all Home Assistant setups. +It's interesting to see that most of the sensor, switch, and thermostat platforms are used. A lot of people seem to be interested in the weather data provided by the [Forecast sensor](/components/darksky). The MQTT sensors and switches are deployed in almost 50% of all Home Assistant setups.

diff --git a/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown b/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown index 25c8da6b02a..994ee3bd747 100644 --- a/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown +++ b/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown @@ -25,9 +25,9 @@ It's been a few weeks but we managed to polish a nice new release of Home Assist To update, run `pip3 install --upgrade homeassistant`. [lock component]: /components/lock/ -[lock.wink]: /components/lock.wink/ +[lock.wink]: /components/wink#lock [binary sensor component]: /components/binary_sensor/ -[binary_sensor.arest]: /components/binary_sensor.arest/ +[binary_sensor.arest]: /components/arest#binary-sensor [binary_sensor.mqtt]: /components/binary_sensor.mqtt/ [InfluxDB component]: /components/influxdb/ [Ecobee]: /components/ecobee/#thermostat diff --git a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown index bb448e43c36..7aabca141cf 100644 --- a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown +++ b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown @@ -30,17 +30,17 @@ Alrighty, it's time for Home Assistant 0.10. A lot amazing things have changed a - Binary sensor: [REST] platform added ([@fabaff]) - Sensor: [Torque (OBD2)] platform added ([@happyleavesaoc]) -[iCloud]: /components/device_tracker.icloud/ -[Twitch]: /components/sensor.twitch/ +[iCloud]: /components/icloud +[Twitch]: /components/twitch [Template]: /topics/templating/ [Heatmiser]: /components/heatmiser/ -[Dweet.io]: /components/sensor.dweet/ +[Dweet.io]: /components/dweet#sensor [Alexa/Amazon echo]: /components/alexa/ -[FritzBox]: /components/device_tracker.fritz/ -[Wink]: /components/sensor.wink/ -[ELIQ Online]: /components/sensor.eliqonline/ +[FritzBox]: /components/fritz +[Wink]: /components/wink#sensor +[ELIQ Online]: /components/eliqonline [REST]: /components/binary_sensor.rest/ -[Torque (OBD2)]: /components/sensor.torque/ +[Torque (OBD2)]: /components/torque [@andylockran]: https://github.com/andylockran [@balloob]: https://github.com/balloob [@caiuspb]: https://github.com/caiuspb @@ -81,9 +81,9 @@ Affected components and platforms: - binary_sensor: [MQTT][binary_sensor.mqtt] - automation: [numeric_state][automation-numeric-state] -[sensor.arest]: /components/sensor.arest/ +[sensor.arest]: /components/arest#sensor [sensor.command]: /components/sensor.command_sensor/ -[sensor.rest]: /components/sensor.rest/ +[sensor.rest]: /components/rest [sensor.mqtt]: /components/sensor.mqtt/ [switch.mqtt]: /components/switch.mqtt/ [light.mqtt]: /components/light.mqtt/ diff --git a/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown b/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown index b5b9f83d887..bc06e4f1e2e 100644 --- a/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown +++ b/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown @@ -38,25 +38,25 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p - Support calling services via [Amazon Echo] ([@balloob]) [MySensors]: /components/mysensors/ -[YR]: /components/sensor.yr/ -[Locative]: /components/device_tracker.locative/ +[YR]: /components/yr +[Locative]: /components/locative [sun condition]: /getting-started/automation-condition/#sun-condition [command_switch]: /components/switch.command_switch/ -[wemo]: /components/switch.wemo/ +[wemo]: /components/wemo [Telldus Live]: /components/tellduslive/ [Vera]: /components/vera/ [template helper method]: /topics/templating/#home-assistant-template-extensions -[OwnTracks]: /components/device_tracker.owntracks/ -[Philips Hue]: /components/light.hue/ -[Free Mobile]: /components/notify.free_mobile/ +[OwnTracks]: /components/owntracks +[Philips Hue]: /components/hue +[Free Mobile]: /components/free_mobile [MQTT Eventstream]: /components/mqtt_eventstream/ -[Cast]: /components/media_player.cast/ -[Universal media player]: /components/media_player.universal/ -[Netatmo]: /components/sensor.netatmo/ -[Alarm.com]: /components/alarm_control_panel.alarmdotcom/ +[Cast]: /components/cast +[Universal media player]: /components/universal +[Netatmo]: /components/netatmo#sensor +[Alarm.com]: /components/alarmdotcom [Proliphix]: /components/proliphix/ -[rpi-bs]: /components/binary_sensor.rpi_gpio/ -[rpi-s]: /components/switch.rpi_gpio/ +[rpi-bs]: /components/rpi_gpio#binary-sensor +[rpi-s]: /components/rpi_gpio#switch [input_boolean]: /components/input_boolean/ [MySensors sensor platform]: /components/sensor.mysensors/ [Amazon Echo]: /components/alexa/ diff --git a/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown b/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown index c5841c2650f..33d45d7b3d7 100644 --- a/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown +++ b/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown @@ -45,16 +45,16 @@ Example of the new views in the frontend. Learn mor [the demo]: /demo/ [command sensor]: /components/binary_sensor.command/ [Insteon hub]: /components/insteon/ -[LIFX]: /components/light.lifx/ +[LIFX]: /components/lifx [Nest]: /components/nest/ -[onewire]: /components/sensor.onewire/ -[OwnTracks]: /components/device_tracker.owntracks/ +[onewire]: /components/onewire +[OwnTracks]: /components/owntracks [Rfxtrx]: /components/light.rfxtrx/ [Statsd]: /components/statsd/ -[Template]: /components/sensor.template/ +[Template]: /components/template [Thermostat]: /components/climate/ [time automation]: /getting-started/automation-trigger/#time-trigger -[Twitter]: /components/notify.twitter/ +[Twitter]: /components/twitter [Wink]: /components/wink/ [Zigbee]: /components/zigbee/ [group]: /components/group/ diff --git a/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown b/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown index aa48f049f2b..b78e81471cb 100644 --- a/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown +++ b/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown @@ -93,18 +93,18 @@ Not only did we gain a lot of test coverage, we also attracted a lot of new deve [graphite]: /components/graphite/ [SCSGate]: /components/scsgate/ [weblink]: /components/weblink/ -[mfi.switch]: /components/switch.mfi/ -[mfi.sensor]: /components/sensor.mfi/ -[nx584]: /components/alarm_control_panel.nx584/ -[MJPEG]: /components/camera.mjpeg/ -[unifi]: /components/camera.uvc/ -[Aruba]: /components/device_tracker.aruba/ +[mfi.switch]: /components/mfi#switch +[mfi.sensor]: /components/mfi#sensor +[nx584]: /components/nx584 +[MJPEG]: /components/mjpeg +[unifi]: /components/uvc +[Aruba]: /components/aruba [History]: /components/history/ [MySensors]: /components/light.mysensors/ -[Verisure]: /components/lock.verisure/ -[Speedtest.net]: /components/sensor.speedtest/ -[Samsung TV]: /components/media_player.samsungtv/ -[Snapcast]: /components/media_player.snapcast/ +[Verisure]: /components/verisure +[Speedtest.net]: /components/speedtestdotnet +[Samsung TV]: /components/samsungtv +[Snapcast]: /components/snapcast [mqtt-publish]: /components/mqtt/#publish-service [REST]: /components/notify.rest/ [template]: /components/switch.template/ diff --git a/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown b/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown index 163e8f13e58..4f894db98f0 100644 --- a/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown +++ b/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown @@ -135,5 +135,5 @@ weblink: ``` [weblink]: /components/weblink/ -[snapcast]: /components/media_player.snapcast/ -[mpd]: /components/media_player.mpd/ +[snapcast]: /components/snapcast +[mpd]: /components/mpd diff --git a/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown b/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown index 77f9e008419..e370c994fe5 100644 --- a/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown +++ b/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown @@ -50,29 +50,29 @@ It's been another two weeks which means it's time for release: 0.14! [sensor.rfxtrx]: /components/sensor.rfxtrx/ [notify.command_line]: /components/notify.command_line/ -[Verisure]: /components/sensor.verisure/ -[binary_sensor.tcp]: /components/binary_sensor.tcp/ -[sensor.tcp]: /components/sensor.tcp/ -[Neurio energy sensor]: /components/sensor.neurio_energy/ -[nx584]: /components/binary_sensor.nx584/ +[Verisure]: /components/verisure +[binary_sensor.tcp]: /components/tcp#binary-sensor +[sensor.tcp]: /components/tcp#sensor +[Neurio energy sensor]: /components/neurio_energy +[nx584]: /components/nx584#binary-sensor [triggers]: /getting-started/automation-trigger/#state-trigger [conditions]: /getting-started/automation-condition/#state-condition -[Nest]: /components/sensor.nest/ -[Ubiquiti Unifi]: /components/device_tracker.unifi/ +[Nest]: /components/nest#sensor +[Ubiquiti Unifi]: /components/unifi [MySensors]: /components/binary_sensor.mysensors/ -[Bloomsky]: /components/binary_sensor.bloomsky/ -[Z-Wave]: /components/binary_sensor.zwave/ -[D-Link smart plugs]: /components/switch.dlink/ -[Wemo]: /components/light.wemo/ +[Bloomsky]: /components/bloomsky#binary-sensor +[Z-Wave]: /components/zwave +[D-Link smart plugs]: /components/dlink +[Wemo]: /components/wemo [rollershutter.command_line]: /components/rollershutter.command_line/ -[Steam]: /components/sensor.steam_online/ -[Wink]: /components/binary_sensor.wink/ +[Steam]: /components/steam_online +[Wink]: /components/wink#binary-sensor [the cookbook]: /cookbook/python_component_simple_alarm/ [script]: /components/script/ [Wemo component]: /components/wemo/ [switch.cmd]: /components/switch.command_line/ [sensor.cmd]: /components/sensor.command_line/ -[binary_sensor.cmd]: /components/binary_sensor.command_line/ +[binary_sensor.cmd]: /components/command_line [@stefan-jonasson]: https://github.com/stefan-jonasson [@turbokongen]: https://github.com/turbokongen diff --git a/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown b/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown index e1b02be760d..29801914570 100644 --- a/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown +++ b/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown @@ -50,10 +50,10 @@ automation: player state attributes. This change affects automations, scripts and scenes. [services]: /docs/scripts/service-calls/#use-templates-to-decide-which-service-to-call -[Hunter Douglas Powerview]: /components/scene.hunterdouglas_powerview/ +[Hunter Douglas Powerview]: /components/hunterdouglas_powerview [MQTT]: /components/lock.mqtt/ -[OwnTracks]: /components/device_tracker.owntracks/ -[Wemo Motion]: /components/binary_sensor.wemo/ +[OwnTracks]: /components/owntracks +[Wemo Motion]: /components/wemo [@fabaff]: https://github.com/fabaff [@partofthething]: https://github.com/partofthething [@persandstrom]: https://github.com/persandstrom diff --git a/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown b/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown index 38ec1142784..4ff00a559e3 100644 --- a/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown +++ b/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown @@ -50,19 +50,19 @@ Rock on. [@srcLurker]: https://github.com/srcLurker [@stefan-jonasson]: https://github.com/stefan-jonasson [embedded server]: /components/mqtt/#use-the-embedded-broker -[Arduino]: /components/switch.arduino/ +[Arduino]: /components/arduino#switch [Discovery]: /components/discovery/ -[Growl (GNTP)]: /components/notify.gntp/ -[Hue]: /components/light.hue/ -[input_slider]: /components/input_slider/ -[MessageBird]: /components/notify.message_bird/ -[OwnTracks]: /components/device_tracker.owntracks/ -[PulseAudio loopback]: /components/switch.pulseaudio_loopback/ +[Growl (GNTP)]: /components/gntp +[Hue]: /components/hue +[input_slider]: /components/input_number +[MessageBird]: /components/message_bird +[OwnTracks]: /components/owntracks +[PulseAudio loopback]: /components/pulseaudio_loopback [Tellstick]: /components/tellstick/ [Vera]: /components/vera/ -[Wake on LAN]: /components/switch.wake_on_lan/ +[Wake on LAN]: /components/wake_on_lan#switch [Z-Wave]: /components/zwave/#services -[Yamaha receivers]: /components/media_player.yamaha/ +[Yamaha receivers]: /components/yamaha ### Breaking changes - Automation: support for old deprecated config has been removed diff --git a/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown b/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown index 2b1f2748b1c..8c4c3f3ae5b 100644 --- a/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown +++ b/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown @@ -41,12 +41,12 @@ Another big thing is the addition of GTFS support. You probably don't know it, b [@robbiet480]: https://github.com/robbiet480/ [@srcLurker]: https://github.com/srcLurker/ [@turbokongen]: https://github.com/turbokongen/ -[GTFS]: /components/sensor.gtfs/ -[Loop Energy]: /components/sensor.loop_energy/ -[NZBGet]: /components/sensor.nzbget/ -[Onkyo receiver]: /components/media_player.onkyo/ -[Panasonic Viera TV]: /components/media_player.panasonic_viera/ -[Raspberry PI]: /components/camera.rpi_camera/ +[GTFS]: /components/gtfs +[Loop Energy]: /components/loopenergy +[NZBGet]: /components/nzbget +[Onkyo receiver]: /components/onkyo +[Panasonic Viera TV]: /components/panasonic_viera +[Raspberry PI]: /components/rpi_camera [Z-Wave]: /components/zwave/#climate ### Breaking changes diff --git a/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown b/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown index fabae55ed64..a80cc1bdc71 100644 --- a/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown +++ b/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown @@ -57,21 +57,21 @@ Since the last release we have moved all Home Assistant source code etc into its [@TheRealLink]: https://github.com/TheRealLink/ [@Turbokongen]: https://github.com/Turbokongen/ [@vmulpuru]: https://github.com/vmulpuru/ -[Bluetooth tracking platform]: /components/device_tracker.bluetooth_tracker/ +[Bluetooth tracking platform]: /components/bluetooth_tracker [EQ3 Bluetooth Smart Thermostats]: /components/eq3btsmart/ [mysensors]: /components/mysensors/ [Feedreader]: /components/feedreader/ [Homematic platform]: /components/homematic/ -[media_player.lg]: /components/media_player.webostv/ -[notify.lg]: /components/notify.webostv/ -[MPD]: /components/media_player.mpd/ +[media_player.lg]: /components/webostv#media-player +[notify.lg]: /components/webostv +[MPD]: /components/mpd [MQTT]: /components/cover.mqtt/ -[Plex]: /components/media_player.plex/ -[Sonos]: /components/media_player.sonos/ -[sensor.Thinkingcleaner]: /components/sensor.thinkingcleaner/ -[switch.Thinkingcleaner]: /components/switch.thinkingcleaner/ +[Plex]: /components/plex#media-player +[Sonos]: /components/sonos +[sensor.Thinkingcleaner]: /components/thinkingcleaner#sensor +[switch.Thinkingcleaner]: /components/thinkingcleaner#switch [upnp]: /components/upnp/ -[Wink]: /components/light.wink/ +[Wink]: /components/wink#light [Zeroconf]: /components/zeroconf/ ### Breaking changes diff --git a/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown b/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown index 29751cafa2d..ee9068ec2f7 100644 --- a/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown +++ b/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown @@ -27,7 +27,7 @@ Luckily, OwnTracks supports iBeacons so I could use them to make presence detect To do this you first need to set up [MQTT] and [OwnTracks] in Home Assistant - and make sure that HA can track your phone. [MQTT]: /components/mqtt/#picking-a-broker -[OwnTracks]: /components/device_tracker.owntracks/ +[OwnTracks]: /components/owntracks You then have to (A) tell Home Assistant where the beacon is located and (B) tell OwnTracks to recognize the beacon. @@ -118,7 +118,7 @@ Presence tracking sounds easy - and it's an important part of Home Automation. T You can find out more about configuring the OwnTracks application and beacons [here](http://owntracks.org/booklet/features/beacons/) -There is information about configuring Homeassistant to use beacons [here](/components/device_tracker.owntracks/) +There is information about configuring Homeassistant to use beacons [here](/components/owntracks) #### Connections and disconnecting diff --git a/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown b/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown index acad60b2827..7b7d140ddc2 100644 --- a/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown +++ b/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown @@ -82,23 +82,23 @@ light: [con-and]: /getting-started/scripts-conditions/#and-condition [con-or]: /getting-started/scripts-conditions/#or-condition [entity namespace]: /topics/platform_options/#entity-namespace -[rpi-rf]: /components/switch.rpi_rf/ -[Forecast.io]: /components/sensor.forecast/ -[Snapcast]: /components/media_player.snapcast/ +[rpi-rf]: /components/rpi_rf +[Forecast.io]: /components/darksky +[Snapcast]: /components/snapcast [Command line sensor]: /components/sensor.command_line/ [allow client key authentication]: /components/mqtt/ -[Pioneer AVR]: /components/media_player.pioneer/ -[Acer Projectors]: /components/switch.acer_projector/ +[Pioneer AVR]: /components/pioneer +[Acer Projectors]: /components/acer_projector [HVAC component]: /components/climate/ [OctoPrint]: /components/octoprint/ [Z-Wave]: /components/zwave/ [lock]: /components/lock/ -[lock.zwave]: /components/lock.zwave/ +[lock.zwave]: /components/zwave#lock [Dweet component]: /components/dweet/ [`as_timestamp`]: /topics/templating/#home-assistant-template-extensions -[Google Maps travel time]: /components/sensor.google_travel_time/ +[Google Maps travel time]: /components/google_travel_time [CORS headers]: /components/http/ -[Fitbit]: /components/sensor.fitbit/ +[Fitbit]: /components/fitbit [@balloob]: https://github.com/balloob/ [@milaq]: https://github.com/milaq/ [@danieljkemp]: https://github.com/danieljkemp/ diff --git a/source/_posts/2016-05-21-release-020.markdown b/source/_posts/2016-05-21-release-020.markdown index 7c1e468be1b..d6887a92194 100644 --- a/source/_posts/2016-05-21-release-020.markdown +++ b/source/_posts/2016-05-21-release-020.markdown @@ -66,17 +66,17 @@ device_tracker: [`!include_dir_merge_list`]: /topics/splitting_configuration/#advanced-usage [`!include_dir_merge_named`]: /topics/splitting_configuration/#advanced-usage [`relative_time`]: /topics/templating/#home-assistant-template-extensions -[Asus WRT]: /components/device_tracker.asuswrt/ -[Ecobee thermostats]: /components/notify.ecobee/ -[Google Play Music Desktop Player]: /components/media_player.gpmdp/ -[LG Netcast TVs]: /components/media_player.lg_netcast/ +[Asus WRT]: /components/asuswrt +[Ecobee thermostats]: /components/ecobee +[Google Play Music Desktop Player]: /components/gpmdp +[LG Netcast TVs]: /components/lg_netcast [Logentries]: /components/logentries/ [mold indicator]: /components/mold_indicator/ -[Nest Protect]: /components/sensor.nest/ +[Nest Protect]: /components/nest#sensor [purge days option]: /components/recorder/ -[Roku]: /components/media_player.roku/ +[Roku]: /components/roku#media-player [SNS]: /components/notify.aws_sns/ [SQS]: /components/notify.aws_sqs/ -[supervisord]: /components/sensor.supervisord/ -[Twilio SMS]: /components/notify.twilio_sms/ -[Last.fm]: /components/sensor.lastfm/ +[supervisord]: /components/supervisord +[Twilio SMS]: /components/twilio_sms +[Last.fm]: /components/lastfm diff --git a/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown b/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown index fc4ab5ccd68..1e90310b028 100644 --- a/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown +++ b/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown @@ -81,16 +81,16 @@ We released two hotfixes to address some issues that couldn't wait till the next [@rubund]: https://github.com/rubund [@shaftoe]: https://github.com/shaftoe [@wkonkel]: https://github.com/wkonkel -[DTE Energy Bridge]: /components/sensor.dte_energy_bridge/ -[en-lights]: /components/light.enocean/ -[en-sensors]: /components/sensor.enocean/ -[en-switches]: /components/switch.enocean/ +[DTE Energy Bridge]: /components/dte_energy_bridge +[en-lights]: /components/enocean#light +[en-sensors]: /components/enocean#sensor +[en-switches]: /components/enocean#switch [Feedreader]: /components/feedreader/ -[Flux like switch platform]: /components/switch.flux/ +[Flux like switch platform]: /components/flux [Insteon Hub]: /components/insteon/ -[Kodi]: /components/media_player.kodi/ +[Kodi]: /components/kodi [LIRC component]: /components/lirc/ -[Osram Lightify]: /components/light.osramlightify/ +[Osram Lightify]: /components/osramlightify [RFXTRX]: /components/rfxtrx/ [Template switches]: /components/switch.template/ [time condition]: /getting-started/scripts-conditions/#time-condition diff --git a/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown b/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown index 6993da37354..f5007346260 100644 --- a/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown +++ b/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown @@ -73,20 +73,20 @@ netatmo: [@philk]: https://github.com/philk/ [@wind-rider]: https://github.com/wind/ [@fabaff]: https://github.com/fabaff/ -[AsusWRT]: /components/device_tracker.asuswrt/ -[BT Home Hub 5]: /components/device_tracker.bt_home_hub_5/ -[Cast]: /components/media_player.cast/ +[AsusWRT]: /components/asuswrt +[BT Home Hub 5]: /components/bt_home_hub_5 +[Cast]: /components/cast [IR switch device]: /components/mysensors/ -[local file]: /components/camera.local_file/ +[local file]: /components/local_file [Netatmo]: /components/netatmo/ -[Pandora]: /components/media_player.pandora/ +[Pandora]: /components/pandora [shell command]: /components/shell_command/ -[Sonos]: /components/media_player.sonos/ +[Sonos]: /components/sonos [Wink]: /components/wink/#cover [alexa]: /components/alexa/#working-with-scenes -[Plex sensor]: /components/sensor.plex/ +[Plex sensor]: /components/plex#sensor [Swagger.yaml format]: https://github.com/home-assistant/home-assistant/blob/dev/docs/swagger.yaml [All-in-One installer]: /getting-started/installation-raspberry-pi-all-in-one/ [standalone Raspberry Pi installation guide]: /getting-started/installation-raspberry-pi/ [Voltage sensor]: /components/bloomsky/#sensor -[SNMP]: /components/sensor.snmp/ +[SNMP]: /components/snmp#sensor diff --git a/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown b/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown index b744f7a95cf..8031e5e7289 100644 --- a/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown +++ b/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown @@ -10,7 +10,7 @@ og_image: /images/blog/2016-06-cranberry/social.png --- -In the past month I was thinking about ways to integrate USB webcams into Home Assistant again. The main reason was that this would give those devices a second life and enable one to benefit from low-cost video surveillance. There are a couple of options available like [pygame](http://www.pygame.org/hifi.html) or [SimpleCV](http://www.simplecv.org/) but I never finished something. With the [Local File camera platform](/components/camera.local_file/) by [Landrash](https://github.com/Landrash) and [motion](http://lavrsen.dk/foswiki/bin/view/Motion/WebHome) you could integrate a local USB webcam with a few very easy steps. +In the past month I was thinking about ways to integrate USB webcams into Home Assistant again. The main reason was that this would give those devices a second life and enable one to benefit from low-cost video surveillance. There are a couple of options available like [pygame](http://www.pygame.org/hifi.html) or [SimpleCV](http://www.simplecv.org/) but I never finished something. With the [Local File camera platform](/components/local_file) by [Landrash](https://github.com/Landrash) and [motion](http://lavrsen.dk/foswiki/bin/view/Motion/WebHome) you could integrate a local USB webcam with a few very easy steps. In this blog post I am using a Fedora 24 (will most likely work on other distributions too) installation with Home Assistant 0.22.1 on a Foxconn nT-330i with an old [Logitech QuickCam Orbit AF](http://support.logitech.com/en_us/product/quickcam-sphere-af) and a [Logitech HD Webcam C270](http://support.logitech.com/en_us/product/hd-webcam-c270). As a start only the Quickcam is used. No multi-camera setup for now. @@ -91,7 +91,7 @@ $ sudo motion [0] [NTC] [ALL] motion_startup: Logging to file (/var/log/motion.log) ``` -Your `target_dir` will start filling up with images from your camera. `motion` will create a symlink called `lastsnap.jpg` which always point to the latest snapshot. We will setup the [Local File camera platform](/components/camera.local_file/) to use this file. +Your `target_dir` will start filling up with images from your camera. `motion` will create a symlink called `lastsnap.jpg` which always point to the latest snapshot. We will setup the [Local File camera platform](/components/local_file) to use this file. ```yaml camera: @@ -107,7 +107,7 @@ camera: The machine with the attached USB camera will become a webcam server as well because `motion`'s built-in HTTP server is enabled by default. This means that you could connect your USB webcams to a different machine in your network, run `motion` there, adjust your firewall rules, and use Home Assistant to display the videos. Just check http://[IP of your webcam host]:8081/ to see the stream. This required more powerful hardware than using snapshots, of course. -In a scenario like this needs a [Generic MJPEG IP Camera ](/components/camera.mjpeg/) in your `configuration.yaml` file. +In a scenario like this needs a [Generic MJPEG IP Camera ](/components/mjpeg) in your `configuration.yaml` file. ```yaml camera: diff --git a/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown b/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown index 2ed074641d0..c1e7d5af91a 100644 --- a/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown +++ b/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown @@ -76,30 +76,30 @@ On the config side, you can now [store your passwords][secrets] in your OS keyri [@rhooper]: https://github.com/rhooper/ [@turbokongen]: https://github.com/turbokongen/ [@w1ll1am23]: https://github.com/w1ll1am23/ -[envi-alarm]: /components/alarm_control_panel.envisalink/ -[envi-binary-sensor]: /components/binary_sensor.envisalink/ -[envi-sensor]: /components/sensor.envisalink/ +[envi-alarm]: /components/envisalink +[envi-binary-sensor]: /components/envisalink +[envi-sensor]: /components/envisalink [Envisalink]: /components/envisalink/ [HDMI-CEC]: /components/hdmi_cec/ -[hm-binary-sensor]: /components/binary_sensor.homematic/ -[hm-light]: /components/light.homematic/ +[hm-binary-sensor]: /components/homematic +[hm-light]: /components/homematic [hm-rollershutter]: /components/homematic/ -[hm-sensor]: /components/sensor.homematic/ -[hm-switch]: /components/switch.homematic/ +[hm-sensor]: /components/homematic +[hm-switch]: /components/homematic [Homematic]: /components/homematic/ -[Netatmo]: /components/sensor.netatmo/ -[OneWire]: /components/sensor.onewire/ -[OpenExchangeRates]: /components/sensor.openexchangerates/ -[Pushover]: /components/notify.pushover/ +[Netatmo]: /components/netatmo#sensor +[OneWire]: /components/onewire +[OpenExchangeRates]: /components/openexchangerates +[Pushover]: /components/pushover [secrets]: /topics/secrets/ -[Vera]: /components/lock.vera/ +[Vera]: /components/vera [Wink]: /components/wink/ [zwave-garage-door]: /components/zwave/#cover -[zwave-light]: /components/light.zwave/ +[zwave-light]: /components/zwave [zwave-rollershutter]: /components/zwave/#cover -[Fixer.io]: /components/sensor.fixer/ +[Fixer.io]: /components/fixer [persistent notifications]: /components/persistent_notification/ [reload core config service]: /getting-started/customizing-devices/#reloading-customize -[Sony Bravia TV]: /components/media_player.braviatv/ +[Sony Bravia TV]: /components/braviatv [Raspberry Pi GPIO pins]: /components/rpi_gpio/#remote-raspberry-pi-cover [elevation]: /getting-started/basic/ diff --git a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown index 2c3b2a3c11c..d4d7c139d2a 100644 --- a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown +++ b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown @@ -73,25 +73,25 @@ Quick hot fix after we found a bug in the migrator where it wouldn't work with a [@Danielhiversen]: https://github.com/danielhiversen -[apcupsd-sensor]: /components/sensor.apcupsd/ +[apcupsd-sensor]: /components/apcupsd#sensor [Brightness]: /components/light/ [CARTO]: https://carto.com/ -[Google Travel]: /components/sensor.google_travel_time/ +[Google Travel]: /components/google_travel_time [imap-sensor]: /component/sensor.imap/ [join-joaoapps]: /components/joaoapps_join/ -[join-notify]: /components/notify.joaoapps_join/ +[join-notify]: /components/joaoapps_join [KNX]: /components/knx/ [MapQuest]: https://www.mapquest.com/ -[Plex]: /components/media_player.plex/ +[Plex]: /components/plex#media-player [Radiotherm]: /components/radiotherm/ [recorder]: /components/recorder/ [secrets]: /topics/secrets/ -[simplisafe]: /components/alarm_control_panel.simplisafe/ +[simplisafe]: /components/simplisafe [SQLAlchemy]: http://www.sqlalchemy.org/ [StatsD]: /components/statsd/ -[Telegram]: /components/notify.telegram/ -[TPLink]: /components/switch.tplink/ -[Verisure]: /components/lock.verisure/ -[yahoo-weather]: /components/sensor.yweather/ +[Telegram]: /components/telegram +[TPLink]: /components/tplink +[Verisure]: /components/verisure +[yahoo-weather]: /components/yweather [Z-Wave]: /components/zwave/ [RFXtrx]: /components/rfxtrx/ diff --git a/source/_posts/2016-07-19-visualizing-your-iot-data.markdown b/source/_posts/2016-07-19-visualizing-your-iot-data.markdown index 5ca77ea097b..0bccb947721 100644 --- a/source/_posts/2016-07-19-visualizing-your-iot-data.markdown +++ b/source/_posts/2016-07-19-visualizing-your-iot-data.markdown @@ -17,7 +17,7 @@ This blog post will show you ways to export data for reporting, visualization, o -In this blog post I use the temperature of the [Aare](https://en.wikipedia.org/wiki/Aare) river close to where I live as a show case. The temperatures were recorded with the [Swiss Hydrological Data sensor](/components/sensor.swiss_hydrological_data/) and the name of the sensor is `sensor.aare`. +In this blog post I use the temperature of the [Aare](https://en.wikipedia.org/wiki/Aare) river close to where I live as a show case. The temperatures were recorded with the [Swiss Hydrological Data sensor](/components/swiss_hydrological_data) and the name of the sensor is `sensor.aare`. The database is stored at `/.homeassistant/home-assistant_v2.db` as [SQLite database](https://www.sqlite.org/). In all examples we are going to use the path: `/home/ha/.homeassistant/home-assistant_v2.db` diff --git a/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown b/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown index 54e15b48db5..9102dfdbda3 100644 --- a/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown +++ b/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown @@ -103,25 +103,25 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da [custom-panels]: /developers/frontend_creating_custom_panels/ [iframe_panel]: /components/panel_iframe/ [custom]: /cookbook/custom_panel_using_react/ -[flux]: /components/light.flux_led/ +[flux]: /components/flux_led [script]: /getting-started/scripts/#delay -[Russound]: /components/media_player.russound_rnet/ +[Russound]: /components/russound_rnet [tags]: /components/influxdb/ [filter]: /topics/templating/ [jupyter-notebooks]: /cookbook/#jupyter-notebooks [jupyter-repo]: https://github.com/home-assistant/home-assistant-notebooks [Jupyter]: http://jupyter.org/ [blog]: /blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/ -[DirecTV]: /components/media_player.directv/ +[DirecTV]: /components/directv [Configuration]: /developers/python_api/#get-configuration -[X10]: /components/light.x10/ -[IMAP]: /components/sensor.imap/ +[X10]: /components/x10 +[IMAP]: /components/imap [typing]: https://docs.python.org/3/library/typing.html [PEP484]: https://www.python.org/dev/peps/pep-0484/ -[MPC-HC]: /components/media_player.mpchc/ -[Telegram]: /components/notify.telegram/ +[MPC-HC]: /components/mpchc +[Telegram]: /components/telegram [react-panel]: /cookbook/custom_panel_using_react/ [KNX]: /components/climate.knx/ [Nest]: /components/nest/#climate [filters]: /topics/templating/#home-assistant-template-extensions -[Hyperion]: /components/light.hyperion/ +[Hyperion]: /components/hyperion diff --git a/source/_posts/2016-08-03-laundry-automation-update.markdown b/source/_posts/2016-08-03-laundry-automation-update.markdown index 4807358e762..5adc4764361 100644 --- a/source/_posts/2016-08-03-laundry-automation-update.markdown +++ b/source/_posts/2016-08-03-laundry-automation-update.markdown @@ -35,7 +35,7 @@ Next it was just a matter of integrating everything with Home Assistant. I was Status of the dryer and washer in Home Assistant

-Next I wrote [scripts](/components/script/) that are run whenever the washer or dryer completes a load. This is triggered by the [automation component](/getting-started/automation/). When the laundry is complete I have the lights in the house turn red and [notify me via Join](/components/notify.joaoapps_join/). Once the door is opened and laundry emptied another script runs that sets the lights back to normal. So far it has been very helpful and very reliable. +Next I wrote [scripts](/components/script/) that are run whenever the washer or dryer completes a load. This is triggered by the [automation component](/getting-started/automation/). When the laundry is complete I have the lights in the house turn red and [notify me via Join](/components/joaoapps_join). Once the door is opened and laundry emptied another script runs that sets the lights back to normal. So far it has been very helpful and very reliable.

diff --git a/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown b/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown index 13a01b8fa4c..4dc992996be 100644 --- a/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown +++ b/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown @@ -93,24 +93,24 @@ homeassistant: [@fabaff]: https://github.com/fabaff [Foursquare]: /components/foursquare/ -[OhmConnect]: /components/sensor.ohmconnect/ +[OhmConnect]: /components/ohmconnect [FFMPEG]: /components/camera.ffmpeg/ -[SMTP]: /components/notify.smtp/ +[SMTP]: /components/smtp [panel_custom]: /components/panel_custom/ -[Verisure]: /components/alarm_control_panel.verisure/ -[Flux LED]: /components/light.flux_led/ +[Verisure]: /components/verisure#alarm-control-panel +[Flux LED]: /components/flux_led [InfluxDB]: /components/influxdb/ -[particulate]: /components/sensor.serial_pm/ -[LG Netcast TV]: /components/media_player.lg_netcast/ -[mqtt_json]: /components/light.mqtt_json/ -[Fast.com]: /components/sensor.fastdotcom/ +[particulate]: /components/serial_pm/ +[LG Netcast TV]: /components/lg_netcast +[mqtt_json]: /components/light.mqtt +[Fast.com]: /components/fastdotcom [pilight]: /components/pilight/ -[GPSD]: /components/sensor.gpsd/ +[GPSD]: /components/gpsd [heat control]: /components/thermostat.heat_control/ [Proximity]: /components/proximity/ -[Flux]: /components/switch.flux/ +[Flux]: /components/flux [Proliphix]: /components/proliphix/ -[Fitbit]: /components/sensor.fitbit/ -[Plex]: /components/media_player.plex/ +[Fitbit]: /components/fitbit +[Plex]: /components/plex#media-player [Honeywell]: /components/honeywell/ [Secrets]: /topics/secrets/ diff --git a/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown b/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown index 8dee45b487c..a5e64671941 100644 --- a/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown +++ b/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown @@ -230,40 +230,40 @@ Talk to you soon on Discord and in your pull request comments! [@turbokongen]: https://github.com/turbokongen [@w1ll1am23]: https://github.com/w1ll1am23 -[checking]: /components/sensor.dht/ -[FFMpeg]: /components/binary_sensor.ffmpeg/ +[checking]: /components/dht +[FFMpeg]: /components/ffmpeg_motion [Climate]: /components/climate/ -[NZBGet]: /components/sensor.nzbget/ -[SABnzbd]: /components/sensor.sabnzbd/ -[HP]: /components/sensor.hp_ilo/ -[Fritzbox]: /components/sensor.fritzbox_callmonitor/ -[webos]: /components/media_player.webostv/ -[HTML5]: /components/notify.html5/ +[NZBGet]: /components/nzbget +[SABnzbd]: /components/sabnzbd +[HP]: /components/hp_ilo +[Fritzbox]: /components/fritzbox#sensor_callmonitor/ +[webos]: /components/webostv#media-player +[HTML5]: /components/html5 [Gravatar]: /components/device_tracker/ -[Loop]: /components/sensor.loop_energy/ +[Loop]: /components/loopenergy [cover]: /components/cover/ [climate]: /components/climate/ [expose]: /components/light/ -[Automate]: /components/notify.llamalab_automate/ +[Automate]: /components/llamalab_automate [Secrets]: /topics/secrets/ -[trigger]: /components/alarm_control_panel.manual/ -[CO2]: /components/sensor.mhz19/ -[presence]: /components/sensor.mqtt_room +[trigger]: /components/manual +[CO2]: /components/mhz19 +[presence]: /components/mqtt_room [grouping]: /components/notify.group/ -[Wunderground]: /components/sensor.wunderground/ -[monitoring]: /components/binary_sensor.ffmpeg/ -[MJPEG]: /components/camera.mjpeg/ -[Generic]: /components/camera.generic/ -[positions]: /components/cover.zwave/ -[forecast]: /components/sensor.forecast/ -[Bluetooth]: /components/device_tracker.bluetooth_le_tracker/ -[Slack]: /components/notify.slack/ -[template]: /components/camera.generic/ +[Wunderground]: /components/wunderground +[monitoring]: /components/ffmpeg_motion +[MJPEG]: /components/mjpeg +[Generic]: /components/generic +[positions]: /components/zwave#cover +[forecast]: /components/darksky +[Bluetooth]: /components/bluetooth_le_tracker +[Slack]: /components/slack +[template]: /components/generic [Bug]: /components/wink/ [support]: /components/homematic/ [node]: /components/zwave/ -[found]: /components/device_tracker.tplink/ -[attachments]: /components/notify.slack/ +[found]: /components/tplink +[attachments]: /components/slack [Hue]: /components/emulated_hue/ [fan]: /components/fan/ -[IMAP]: /components/sensor.imap/ +[IMAP]: /components/imap diff --git a/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown b/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown index 6bcdf016fc9..0bc95dca363 100644 --- a/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown +++ b/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown @@ -17,7 +17,7 @@ Beside [HTTP POST](https://en.wikipedia.org/wiki/POST_(HTTP)) requests, MQTT is You have to make a decision: Do you want to pull or to [poll](https://en.wikipedia.org/wiki/Polling_(computer_science)) the information for the sensor? For slowly changing values like temperature it's perfectly fine to wait a couple of seconds to retrieve the value. If it's a motion detector the state change should be available instantly in Home Assistant or it could be missed. This means the sensor must take initiative and send the data to Home Assistant. -An example for pulling is [aREST](/components/sensor.arest/). This is a great way to work with the ESP8266 based units and the Ardunio IDE. +An example for pulling is [aREST](/components/arest#sensor). This is a great way to work with the ESP8266 based units and the Ardunio IDE. ### MQTT diff --git a/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown b/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown index e93d0fded95..a04a3fb452f 100644 --- a/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown +++ b/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown @@ -136,23 +136,23 @@ The validation of the configuration is still on-going. Approximately 80 % is don [modbus]: /components/modbus/ [rpi]: /getting-started/installation-raspberry-pi/ -[MPD]: /components/media_player.mpd/ -[Coinmarketcap]: /components/sensor.coinmarketcap +[MPD]: /components/mpd +[Coinmarketcap]: /components/coinmarketcap [template]: /topics/templating/ -[battery]: /components/sensor.linux_battery +[battery]: /components/linux_battery [group]: /components/group/ [automation]: /components/automation/ -[Temper]: /components/sensor.temper/ +[Temper]: /components/temper [mqtt-fan]: /components/fan.mqtt/ -[Xbox]: /components/sensor.xbox_live/ -[Nmap]: /components/device_tracker.nmap_tracker/ -[automatic]: /components/device_tracker.automatic/ -[Owntracks]: /components/device_tracker.owntracks/ -[OpenweatherMap]: /components/sensor.openweathermap/ +[Xbox]: /components/xbox_live +[Nmap]: /components/nmap_tracker +[automatic]: /components/automatic +[Owntracks]: /components/owntracks +[OpenweatherMap]: /components/openweathermap#sensor [OctoPrint]: /components/octoprint/ -[mfi-switch]: /components/switch.mfi/ -[mfi-sensor]: /components/sensor.mfi/ -[FireTV]: /components/media_player.firetv/ -[Kodi]: /components/media_player.kodi/ +[mfi-switch]: /components/mfi#switch +[mfi-sensor]: /components/mfi#sensor +[FireTV]: /components/androidtv +[Kodi]: /components/kodi [command-line-switch]: /components/switch.command_line/ [command-line-cover]: /components/cover.command_line/ diff --git a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown index 16b81b9b3a3..9a7df5cfb78 100644 --- a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown +++ b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown @@ -160,27 +160,27 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r [@w1ll1am23]: https://github.com/w1ll1am23 [@wokar]: https://github.com/wokar -[BOM]: /components/sensor.bom/ -[climate]: /components/climate.vera/ -[email]: /components/sensor.imap_email_content/ -[Emoncms]: /components/sensor.emoncms/ +[BOM]: /components/bom#sensor +[climate]: /components/vera +[email]: /components/imap_email_content/ +[Emoncms]: /components/emoncms [filtering]: /components/logbook/ [InfluxDB]: /components/influxdb/ [ISY]: /components/isy994/ [KNX]: /components/sensor.knx/ -[Kodi]: /components/notify.kodi/ +[Kodi]: /components/kodi [Modbus]: /components/modbus/ [Nest]: /components/fan.nest/ [Nuimo]: /components/nuimo_controller/ -[OpenALPR]: /components/openalpr/ +[OpenALPR]: /components/openalpr_local_local [passwordless]: /components/http/ -[Simplepush]: /components/notify.simplepush/ -[Slack]: /components/notify.slack/ +[Simplepush]: /components/simplepush +[Slack]: /components/slack [SleepIQ]: /components/sleepiq/ -[timeout]: /components/sensor.mqtt_room/ -[Vera]: /components/cover.vera/ +[timeout]: /components/mqtt_room +[Vera]: /components/vera [Wink]: /components/wink/ -[plant]: /components/sensor.miflora/ +[plant]: /components/miflora [MySensors]: /components/climate.mysensors/ [keyboard_remote]: /components/keyboard_remote -[X10]: /components/light.x10/ +[X10]: /components/x10 diff --git a/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown b/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown index 07d7c5787b3..6e95f6b3bee 100644 --- a/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown +++ b/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown @@ -157,12 +157,12 @@ sensor [@Nixon506E]: https://github.com/Nixon506E [arest]: https://arest.io/ -[arest-sensor]: /components/sensor.arest/ -[arest-switch]: /components/switch.arest/ -[darksky]: /components/sensor.darksky/ -[do-bin-sensor]: /components/binary_sensor.digital_ocean/ -[do-switch]: /components/switch.digital_ocean/ -[forecast]: /components/sensor.forecast/ +[arest-sensor]: /components/arest#sensor +[arest-switch]: /components/arest#switch +[darksky]: /components/darksky +[do-bin-sensor]: /components/digital_ocean#binary-sensor +[do-switch]: /components/digital_ocean#switch +[forecast]: /components/darksky [forum]: https://community.home-assistant.io/ [Hacktoberfest]: /blog/2016/10/02/hacktoberfest/ [hassbian-forum]: https://community.home-assistant.io/c/installation/hassbian @@ -170,13 +170,13 @@ sensor [mysensors-cover]: /components/cover.mysensors/ [notebook]: http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/database-statistics.ipynb [pi-image]: /blog/2016/10/01/we-have-raspberry-image-now/ -[pushetta]: /components/notify.pushetta/ -[pwrctrl-switch]: /components/switch.anel_pwrctrl/ -[rest-sensor]: /components/sensor.rest/ -[stats-sensor]: /components/sensor.statistics/ -[ted5000]: /components/sensor.ted5000/ -[template-sensor]: /components/sensor.template/ -[trend-sensor]: /components/binary_sensor.trend/ -[vasttrafik]: /components/sensor.vasttrafik/ -[Volvo]: /components/device_tracker.volvooncall/ +[pushetta]: /components/pushetta +[pwrctrl-switch]: /components/anel_pwrctrl +[rest-sensor]: /components/rest +[stats-sensor]: /components/statistics +[ted5000]: /components/ted5000 +[template-sensor]: /components/template +[trend-sensor]: /components/trend +[vasttrafik]: /components/vasttrafik +[Volvo]: /components/volvooncall diff --git a/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown b/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown index 999be9dd496..5ceced65e5c 100644 --- a/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown +++ b/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown @@ -263,21 +263,21 @@ Thanks for reading all of the above, especially since this week was a pretty lon [@wokar]: https://github.com/wokar [Arduino]: /components/arduino/ -[APNS]: /components/notify.apns/ -[ARWN]: /components/sensor.arwn/ -[Concord232]: /components/alarm_control_panel.concord232/ +[APNS]: /components/apns +[ARWN]: /components/arwn +[Concord232]: /components/concord232#alarm-control-panel [HTTP]: /components/http/ -[HaveIBeenPwned]: /components/sensor.haveibeenpwned/ +[HaveIBeenPwned]: /components/haveibeenpwned [Matrix]: /components/matrix/#notifications -[Neato]: /components/switch.neato/ -[Pilight]: /components/sensor.pilight/ +[Neato]: /components/neato#switch +[Pilight]: /components/pilight#sensor [Proximity]: /components/proximity/ [PyPi]: https://pypi.python.org/pypi -[Synology]: /components/camera.synology/ +[Synology]: /components/synology [UUID]: https://en.wikipedia.org/wiki/Universally_unique_identifier -[Verisure]: /components/camera.verisure/ -[WUnderground]: /components/sensor.wunderground/ -[Yamaha]: /components/media_player.yamaha/ +[Verisure]: /components/verisure +[WUnderground]: /components/wunderground +[Yamaha]: /components/yamaha [Zoneminder]: /components/zoneminder/ [emoncms]: /components/emoncms_history/ [filtering]: /components/logbook/ @@ -287,13 +287,13 @@ Thanks for reading all of the above, especially since this week was a pretty lon [hacktoberfest-site-prs]: https://github.com/home-assistant/home-assistant.github.io/labels/Hacktoberfest [hacktoberfest-website]: https://hacktoberfest.digitalocean.com/ [logo]: /images/blog/2016-10-hacktoberfest/hacktoberfest.png -[min]: /components/sensor.min_max/ -[netatmo-bin]: /components/binary_sensor.netatmo/ +[min]: /components/min_max +[netatmo-bin]: /components/netatmo#binary-sensor [netatmo-discovery]: /components/netatmo/ -[nmap]: /components/device_tracker.nmap_tracker/ +[nmap]: /components/nmap_tracker [pers-notify]: /components/persistent_notification/ [runway]: http://runway.is -[scrape]: /components/sensor.scrape/ +[scrape]: /components/scrape [updater]: /components/updater/ [z-wave-issue]: https://github.com/home-assistant/home-assistant/pull/3759 [zero-one-two-release]: /blog/2016/01/30/insteon-lifx-twitter-and-zigbee/#backwards-incompatible-changes diff --git a/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown b/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown index a2af62627ee..a080d750db0 100644 --- a/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown +++ b/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown @@ -39,7 +39,7 @@ For a long time we have had a bunch of [weather sensors][weather-sensors] but it - Sensor: Monitoring support for [Dovado routers][dovado-sensor] ([@molobrakos]) - Sensor: Support for monitoring [printers][cups-sensor] ([@fabaff]) - Add mochad component ([@mtreinish]) -- Notify: Added support for [Android TV/FireTV](/components/notify.nfandroidtv/) - Sensor: New finance platform [CurrencyLayer][currencylayer] ([@arsaboo]) +- Notify: Added support for [Android TV/FireTV](/components/nfandroidtv) - Sensor: New finance platform [CurrencyLayer][currencylayer] ([@arsaboo]) - Sensor: Support for [InfluxDB sensors][influx-sensor] ([@bestlibre]) - Sensor: New support [HDDTemp sensors][hddtemp-sensor] ([@fabaff]) ([@danielperna84]) @@ -159,27 +159,27 @@ Our website has now an additional category called "Ecosystem". This will become [@jnewland]: https://github.com/jnewland [@DanielHiversen]: https://github.com/DanielHiversen -[currencylayer]: /components/sensor.currencylayer/ +[currencylayer]: /components/currencylayer [mochat]: /components/mochat/ [firetv]: /components/notify.firetv/ -[Yamaha]: /components/media_player.yamaha/ -[hddtemp-sensor]: /components/sensor.hddtemp/ -[Sonos]: /components/media_player.sonos/ +[Yamaha]: /components/yamaha +[hddtemp-sensor]: /components/hddtemp +[Sonos]: /components/sonos [weather-sensors]: /components/#weather -[rpi-camera]: /components/camera.rpi_camera/ +[rpi-camera]: /components/rpi_camera [rest-switch]: /components/switch.rest/ -[emby-media]: /components/media_player.emby/ -[random-sensor]: /components/sensor.random/ -[yeelight]: /components/light.yeelight/ -[influx-sensor]: /components/sensor.influxdb/ +[emby-media]: /components/emby +[random-sensor]: /components/random#sensor +[yeelight]: /components/yeelight +[influx-sensor]: /components/influxdb#sensor [weather-component]: /components/weather/ -[cups-sensor]: /components/sensor.cups/ +[cups-sensor]: /components/cups [litejet]: /components/litejet/ [garadget]: /components/garadget/ -[philips_player]: /components/media_player.philips_js/ -[icloud]: /components/device_tracker.icloud/ -[synologydsm]: /components/sensor.synologydsm/ -[dovado-sensor]: /components/sensor.dovado/ +[philips_player]: /components/philips_js +[icloud]: /components/icloud +[synologydsm]: /components/synologydsm +[dovado-sensor]: /components/dovado#sensor [ios]: /ecosystem/ios/ [Hacktoberfest]: https://hacktoberfest.digitalocean.com/ [req-insteon]: https://github.com/home-assistant/home-assistant/issues/3811 diff --git a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown index 967e3befa1c..0c73a7cb3a5 100644 --- a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown +++ b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown @@ -96,22 +96,22 @@ Experiencing issues introduced by this release? Please report them in our [issue [@jchapple]: https://github.com/jchapple [@Khabi]: https://github.com/Khabi -[api-stream]: /components/sensor.api_stream/ -[cisco]: /components/device_tracker.cisco_ios/ +[api-stream]: /components/sensor.websocket_api +[cisco]: /components/cisco_ios [Command Line]: /components/switch.command_line/ [Envisalink]: /components/envisalink/ [google]: /components/calendar.google/ -[Hue]: /components/light.hue/ -[locative]: /components/device_tracker.locative/ -[mqtt-template]: /components/light.mqtt_template/ +[Hue]: /components/hue +[locative]: /components/locative +[mqtt-template]: /components/light.mqtt [mqtt-will]: /components/mqtt/ -[pvoutput]: /components/sensor.pvoutput/ -[swisscom]: /components/device_tracker.swisscom/ -[TP Link]: /components/switch.tplink/ -[wink-climate]: /components/climate.wink/ +[pvoutput]: /components/pvoutput +[swisscom]: /components/swisscom +[TP Link]: /components/tplink +[wink-climate]: /components/wink#climate [neato]: /components/neato/ [Emulated Hue]: /components/emulated_hue/ -[Wake on Lan switch]: /components/switch.wake_on_lan/ +[Wake on Lan switch]: /components/wake_on_lan#switch [template function]: /topics/templating/#home-assistant-template-extensions [HTTP]: /components/http/ [MQTT]: /components/mqtt/ diff --git a/source/_posts/2016-12-03-remote-websockets-sonarr.markdown b/source/_posts/2016-12-03-remote-websockets-sonarr.markdown index 4b2dde7b0e6..ceb70ae4b03 100644 --- a/source/_posts/2016-12-03-remote-websockets-sonarr.markdown +++ b/source/_posts/2016-12-03-remote-websockets-sonarr.markdown @@ -203,27 +203,27 @@ Experiencing issues introduced by this release? Please report them in our [issue [@vemek]: https://github.com/vemek [@vkorn]: https://github.com/vkorn -[amcrest]: /components/camera.amcrest/ -[boradlink]: /components/sensor.broadlink/ -[dsmr]: /components/sensor.dsmr/ -[dunehd]: /components/media_player.dunehd/ -[efergy]: /components/sensor.efergy/ +[amcrest]: /components/amcrest +[boradlink]: /components/broadlink#sensor +[dsmr]: /components/dsmr +[dunehd]: /components/dunehd +[efergy]: /components/efergy [filtering]: /components/http/ -[gpslogger]: /components/device_tracker.gpslogger/ -[harmony]: /components/remote.harmony/ +[gpslogger]: /components/gpslogger +[harmony]: /components/harmony [homematic]: /components/homematic/ -[hook]: /components/switch.hook/ -[nest-cam]: /components/camera.nest/ +[hook]: /components/hook +[nest-cam]: /components/nest#camera [nest]: /components/nest/ [nginx]: /ecosystem/nginx/ -[nut]: /components/sensor.nut/ -[philips]: /components/media_player.philips_js/ +[nut]: /components/nut +[philips]: /components/philips_js [remote]: /components/remote/ [rfxtrx]: /components/rfxtrx/ -[sonarr]: /components/sensor.sonarr/ +[sonarr]: /components/sonarr [tellstick]: /components/tellstick/ -[temper]: /components/sensor.temper/ -[threshold]: /components/binary_sensor.threshold/ +[temper]: /components/temper +[threshold]: /components/threshold [websockets]: /developers/websocket_api/ -[waqi]: /components/sensor.waqi/ +[waqi]: /components/waqi diff --git a/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown b/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown index a10e28bf81b..b4f6bf05976 100644 --- a/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown +++ b/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown @@ -28,7 +28,7 @@ Let you control [VLC media player][vlc-media] and play sound on connected speak This Broadlink [switch][bl-switch] platform allow to you control Broadlink RM2 Pro and RM mini IR+RF devices. This Broadlink [sensor][bl-sensor] platform adds support for Broadlink RM2 and A1 Devices. -The [GPSLogger](/components/device_tracker.gpslogger/) now also supports attributes as the speed, direction, altitude, provider, and activity. +The [GPSLogger](/components/gpslogger) now also supports attributes as the speed, direction, altitude, provider, and activity. ## All changes - Media player: Support for Sharp [AquaosTV][aquostv] ([@titilambert]) @@ -139,16 +139,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [@turbokongen]: https://github.com/turbokongen [@w1ll1am23]: https://github.com/w1ll1am23 -[vlc-media]: /components/media_player.vlc/ -[aquostv]: /components/media_player.aquostv/ -[digitalloggers]: /components/switch.digitalloggers/ -[netdata]: /components/sensor.netdata/ -[bl-sensor]: /components/sensor.broadlink/ -[bl-switch]: /components/switch.broadlink/ -[hikvision]: /components/binary_sensor.hikvision/ -[zamg]: /components/sensor.zamg/ -[flic]: /components/binary_sensor.flic/ -[sensehat]: /components/sensor.sensehat/ +[vlc-media]: /components/vlc +[aquostv]: /components/aquostv +[digitalloggers]: /components/digitalloggers +[netdata]: /components/netdata +[bl-sensor]: /components/broadlink#sensor +[bl-switch]: /components/broadlink#switch +[hikvision]: /components/hikvision +[zamg]: /components/zamg#sensor +[flic]: /components/flic +[sensehat]: /components/sensehat/ [tts]: /components/tts/ [discord]: https://discord.gg/c5DvZ4e [discord-devs]: https://discord.gg/8X8DTH4 diff --git a/source/_posts/2017-01-14-iss-usps-images-packages.markdown b/source/_posts/2017-01-14-iss-usps-images-packages.markdown index 7988c5e2e22..ef6136bfc29 100644 --- a/source/_posts/2017-01-14-iss-usps-images-packages.markdown +++ b/source/_posts/2017-01-14-iss-usps-images-packages.markdown @@ -160,34 +160,34 @@ Experiencing issues introduced by this release? Please report them in our [issue [@webworxshop]: https://github.com/webworxshop [@Zac-HD]: https://github.com/Zac-HD -[apns]: /components/notify.apns/ +[apns]: /components/apns [beaglebone]: /components/bbb_gpio/ -[bl-switch]: /components/switch.broadlink/ -[bom]: /components/weather.bom/ +[bl-switch]: /components/broadlink#switch +[bom]: /components/bom [dublin]: /components/dublin_bus_transport/ -[facebook]: /components/notify.facebook/ +[facebook]: /components/facebook [image]: /components/image_processing/ [influx]: /components/influxdb/ [insteon]: /components/insteon_local/ -[iss]: /components/sensor.iss/ -[kankun]: /components/switch.kankun/ -[lannouncer]: /components/notify.lannouncer/ +[iss]: /components/iss +[kankun]: /components/kankun +[lannouncer]: /components/lannouncer [mysensors]: /components/notify.mysensors/ [packages]: /topics/packages/ -[pico]: /components/tts.picotts/ -[ping]: /components/device_tracker.ping/ -[plates]: /components/openalpr/ -[quebec]: /components/sensor.hydroquebec/ +[pico]: /components/picotts +[ping]: /components/ping +[plates]: /components/openalpr_local_local +[quebec]: /components/hydroquebec [rest]: /components/rest_command/ -[sma]: /components/sensor.sma/ -[sonarr]: /components/sensor.sonarr/ -[tik]: /components/light.tikteck/ -[trackr]: /components/device_tracker.trackr/ -[upc]: /components/device_tracker.upc_connect/ -[usps]: /components/sensor.usps/ -[wink-fan]: /components/fan.wink/ +[sma]: /components/sma#sensors +[sonarr]: /components/sonarr +[tik]: /components/tikteck +[trackr]: /components/trackr +[upc]: /components/upc_connect +[usps]: /components/usps#sensor +[wink-fan]: /components/wink#fan [xiaomi]: /components/device_tracker.xiaomi/ -[yandex]: /components/tts.yandextts/ -[yeelight]: /components/light.yeelight/ -[zengge]: /components/light.zengge/ +[yandex]: /components/yandextts +[yeelight]: /components/yeelight +[zengge]: /components/zengge diff --git a/source/_posts/2017-01-28-face-coffee-wink.markdown b/source/_posts/2017-01-28-face-coffee-wink.markdown index 2f638bc440c..6964e4d06ca 100644 --- a/source/_posts/2017-01-28-face-coffee-wink.markdown +++ b/source/_posts/2017-01-28-face-coffee-wink.markdown @@ -227,24 +227,24 @@ Experiencing issues introduced by this release? Please report them in our [issue [@fakezeta]: https://github.com/fakezeta [amcrest]: /components/amcrest/#binary_sensors -[discord]: /components/notify.discord/ -[tado]: /components/device_tracker.tado/ -[sky]: /components/device_tracker.sky_hub/ +[discord]: /components/discord +[tado]: /components/tado +[sky]: /components/sky_hub [zabbix]: /components/zabbix/ -[avion]: /components/light.avion/ -[anthem]: /components/media_player.anthemav/ -[bb-bin]: /components/binary_sensor.bbb_gpio/ -[piglow]: /components/light.piglow/ -[wsdot]: /components/sensor.wsdot/ -[skybeacon]: /components/sensor.skybeacon/ +[avion]: /components/avion +[anthem]: /components/anthemav +[bb-bin]: /components/bbb_gpio#binary-sensor +[piglow]: /components/piglow +[wsdot]: /components/wsdot +[skybeacon]: /components/skybeacon [lutron]: /components/lutron/ -[polly]: /components/tts.amazon_polly/ -[linksys]: /components/device_tracker.linksys_ap/ +[polly]: /components/amazon_polly +[linksys]: /components/linksys_ap [emul-hue]: /components/emulated_hue/ [netatmo]: /components/netatmo/ [face]: /components/microsoft_face/ -[iss]: /components/binary_sensor.iss/ -[roku]: /components/media_player.roku/ +[iss]: /components/iss +[roku]: /components/roku#media-player [openalpr]: /components/#image-processing [image]: /components/image_processing/ [emul_hue]: https://github.com/home-assistant/home-assistant/pull/5549 @@ -253,8 +253,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [gov]: /blog/2017/01/21/home-assistant-governance/ [license]: /developers/license/ [wink]: /components/wink/ -[coffee]: /components/switch.wemo/ +[coffee]: /components/wemo [cec]: /components/hdmi_cec/ [mysensors]: /components/mysensors/ -[sonos]: /components/media_player.sonos/ -[twilio]: /components/notify.twilio_call/ +[sonos]: /components/sonos +[twilio]: /components/twilio_call diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index b70ef85c68c..aec6c7a0764 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -194,32 +194,32 @@ Experiencing issues introduced by this release? Please report them in our [issue [@Yannic-HAW]: https://github.com/Yannic-HAW [alert]: /components/alert/ -[apiai]: /components/apiai/ -[apple-tv]: /components/media_player.apple_tv/ -[arwn]: /components/sensor.arwn/ +[apiai]: /components/dialogflow +[apple-tv]: /components/apple_tv +[arwn]: /components/arwn [custom-ui]: /developers/frontend_creating_custom_ui/ [discovery]: /components/discovery/ -[face-detect]: /components/image_processing.microsoft_face_detect/ -[ffmpeg-bin]: /components/binary_sensor.ffmpeg/ +[face-detect]: /components/microsoft_face_detect +[ffmpeg-bin]: /components/ffmpeg_motion [ffmpeg]: /components/ffmpeg/ [filters]: /topics/templating/#home-assistant-template-extensions -[fritz]: /components/switch.fritzdect/ -[hue]: /components/light.hue/ +[fritz]: /components/fritzdect +[hue]: /components/hue [light]: /cookbook/custom_ui_by_andrey-git -[mailgun]: /components/notify.mailgun/ +[mailgun]: /components/mailgun [media-player]: /components/media_player/ -[moon]: /components/sensor.moon/ +[moon]: /components/moon [mqtt-discovery]: /components/mqtt/#discovery -[nuki]: /components/lock.nuki/ -[openevse]: /components/sensor.openevse/ -[orange]: /components/media_player.liveboxplaytv/ -[owm]: /components/sensor.openweathermap/ +[nuki]: /components/nuki +[openevse]: /components/openevse +[orange]: /components/liveboxplaytv +[owm]: /components/openweathermap#sensor [python-yeelight]: https://gitlab.com/stavros/python-yeelight -[qnap]: /components/sensor.qnap/ +[qnap]: /components/qnap [rflink]: /components/rflink/ -[systemmonitor]: /components/sensor.systemmonitor/ -[webostv]: /components/media_player.webostv/ -[yeelight]: /components/light.yeelight/ +[systemmonitor]: /components/systemmonitor +[webostv]: /components/webostv#media-player +[yeelight]: /components/yeelight [event-stream-api]: /developers/server_sent_events/ [forum]: https://community.home-assistant.io/ diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index a71496711bd..a89768bbdf3 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -284,25 +284,25 @@ Experiencing issues introduced by this release? Please report them in our [issue [@andersonshatch]: https://github.com/andersonshatch [telegram]: /components/webhooks/ -[pushsafer]: /components/notify.pushsafer/ -[openhome]: /components/media_player.openhome/ -[ups]: /components/sensor.ups/ -[fedex]: /components/sensor.fedex/ -[fido]: /components/sensor.fido/ -[gstreamer]: /components/media_player.gstreamer/ -[clementine]: /components/media_player.clementine/ -[ebox]: /components/sensor.ebox/ -[aurora]: /components/binary_sensor.aurora/ -[netmonitor]: /components/sensor.fritzbox_netmonitor/ -[itach]: /components/remote.itach/ -[sunflowers]: /components/light.yeelightsunflower/ -[kodi]: /components/media_player.kodi/ -[myq]: /components/cover.myq/ -[oemt]: /components/climate.oem/ +[pushsafer]: /components/pushsafer +[openhome]: /components/openhome +[ups]: /components/ups +[fedex]: /components/fedex +[fido]: /components/fido +[gstreamer]: /components/gstreamer +[clementine]: /components/clementine +[ebox]: /components/ebox +[aurora]: /components/aurora +[netmonitor]: /components/fritzbox#sensor_netmonitor/ +[itach]: /components/itach +[sunflowers]: /components/yeelightsunflower/ +[kodi]: /components/kodi +[myq]: /components/myq +[oemt]: /components/oem [volvo]: /components/volvooncall/ -[pocket]: /components/sensor.pocketcasts/ +[pocket]: /components/pocketcasts [config]: /components/config/ -[history_stats]: /components/sensor.history_stats/ +[history_stats]: /components/history_stats [docs]: /docs/ diff --git a/source/_posts/2017-03-25-todo-volumio-workday.markdown b/source/_posts/2017-03-25-todo-volumio-workday.markdown index acd5a97763b..18839eb849f 100644 --- a/source/_posts/2017-03-25-todo-volumio-workday.markdown +++ b/source/_posts/2017-03-25-todo-volumio-workday.markdown @@ -333,14 +333,14 @@ Experiencing issues introduced by this release? Please report them in our [issue [@yeralin]: https://github.com/yeralin [components]: /components/ -[kodi]: /components/notify.kodi/ -[mpd]: /components/media_player.mpd/ -[emby]: /components/media_player.emby/ +[kodi]: /components/kodi +[mpd]: /components/mpd +[emby]: /components/emby [mqtt]: /docs/mqtt/ -[plex]: /components/media_player.plex/ -[tado]: /components/climate.tado/ +[plex]: /components/plex#media-player +[tado]: /components/tado [volumio]: /components/volumio/ -[workday]: /components/binary_sensor.workday/ +[workday]: /components/workday [android]: /components/android_ip_webcam/ [shadow]: https://www.w3.org/TR/shadow-dom/ diff --git a/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown b/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown index a94f72df246..0af3920ba4e 100644 --- a/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown +++ b/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown @@ -132,7 +132,7 @@ As it currently stands, this is going to be the perfect companion hardware to wo [Homebridge]: https://github.com/nfarina/homebridge [hb-hass]: https://github.com/home-assistant/homebridge-homeassistant [emulated_hue]: /components/emulated_hue/ -[apiai]: /components/apiai/ +[apiai]: /components/dialogflow [Haaska]: https://github.com/auchter/haaska [great marketing material]: https://i2.wp.com/blog.smartthings.com/wp-content/uploads/2014/06/summer-vacay-683x405-blog.png?fit=683%2C405&ssl=1 [classification]: /blog/2016/02/12/classifying-the-internet-of-things/ diff --git a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown index d2721040083..6403e569c73 100644 --- a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown +++ b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown @@ -416,69 +416,69 @@ Experiencing issues introduced by this release? Please report them in our [issue [@titilambert]: https://github.com/titilambert [@turbokongen]: https://github.com/turbokongen [@viswa-swami]: https://github.com/viswa-swami -[alarm_control_panel.alarmdotcom docs]: /components/alarm_control_panel.alarmdotcom/ +[alarm_control_panel.alarmdotcom docs]: /components/alarmdotcom [arduino docs]: /components/arduino/ [automation docs]: /components/automation/ -[binary_sensor.ping docs]: /components/binary_sensor.ping/ -[binary_sensor.wemo docs]: /components/binary_sensor.wemo/ -[camera.foscam docs]: /components/camera.foscam/ +[binary_sensor.ping docs]: /components/ping#binary-sensor +[binary_sensor.wemo docs]: /components/wemo +[camera.foscam docs]: /components/foscam [camera.mqtt docs]: /components/camera.mqtt/ -[camera.neato docs]: /components/camera.neato/ -[camera.synology docs]: /components/camera.synology/ +[camera.neato docs]: /components/neato#camera +[camera.synology docs]: /components/synology [climate docs]: /components/climate/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ +[device_tracker.automatic docs]: /components/automatic [device_tracker.mysensors docs]: /components/device_tracker.mysensors/ -[device_tracker.ping docs]: /components/device_tracker.ping/ +[device_tracker.ping docs]: /components/ping [hassio docs]: /components/hassio/ -[input_slider docs]: /components/input_slider/ -[light.flux_led docs]: /components/light.flux_led/ -[light.lifx docs]: /components/light.lifx/ -[light.lutron_caseta docs]: /components/light.lutron_caseta/ -[light.mystrom docs]: /components/light.mystrom/ +[input_slider docs]: /components/input_number +[light.flux_led docs]: /components/flux_led +[light.lifx docs]: /components/lifx +[light.lutron_caseta docs]: /components/lutron_caseta/ +[light.mystrom docs]: /components/mystrom#light [light.services.yaml docs]: /components/light.services.yaml/ -[light.tradfri docs]: /components/light.tradfri/ -[light.wemo docs]: /components/light.wemo/ -[light.yeelight docs]: /components/light.yeelight/ +[light.tradfri docs]: /components/tradfri +[light.wemo docs]: /components/wemo +[light.yeelight docs]: /components/yeelight [lutron docs]: /components/lutron/ [lutron_caseta docs]: /components/lutron_caseta/ [media_player docs]: /components/media_player/ -[media_player.apple_tv docs]: /components/media_player.apple_tv/ -[media_player.braviatv docs]: /components/media_player.braviatv/ -[media_player.gstreamer docs]: /components/media_player.gstreamer/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.apple_tv docs]: /components/apple_tv +[media_player.braviatv docs]: /components/braviatv +[media_player.gstreamer docs]: /components/gstreamer +[media_player.kodi docs]: /components/kodi +[media_player.spotify docs]: /components/spotify +[media_player.webostv docs]: /components/webostv#media-player [modbus docs]: /components/modbus/ [mqtt docs]: /components/mqtt/ [mysensors docs]: /components/mysensors/ [neato docs]: /components/neato/ -[notify.kodi docs]: /components/notify.kodi/ -[notify.sendgrid docs]: /components/notify.sendgrid/ -[notify.webostv docs]: /components/notify.webostv/ -[scene.lifx_cloud docs]: /components/scene.lifx_cloud/ -[sensor.cpuspeed docs]: /components/sensor.cpuspeed/ -[sensor.crimereports docs]: /components/sensor.crimereports/ -[sensor.fedex docs]: /components/sensor.fedex/ -[sensor.fido docs]: /components/sensor.fido/ +[notify.kodi docs]: /components/kodi +[notify.sendgrid docs]: /components/sendgrid +[notify.webostv docs]: /components/webostv +[scene.lifx_cloud docs]: /components/lifx_cloud +[sensor.cpuspeed docs]: /components/cpuspeed +[sensor.crimereports docs]: /components/crimereports +[sensor.fedex docs]: /components/fedex +[sensor.fido docs]: /components/fido [sensor.modbus docs]: /components/sensor.modbus/ -[sensor.mvglive docs]: /components/sensor.mvglive/ +[sensor.mvglive docs]: /components/mvglive [sensor.neato docs]: /components/neato/ -[sensor.opensky docs]: /components/sensor.opensky/ -[sensor.qnap docs]: /components/sensor.qnap/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.ups docs]: /components/sensor.ups/ -[sensor.usps docs]: /components/sensor.usps/ -[sensor.vera docs]: /components/sensor.vera/ +[sensor.opensky docs]: /components/opensky +[sensor.qnap docs]: /components/qnap +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.ups docs]: /components/ups +[sensor.usps docs]: /components/usps#sensor +[sensor.vera docs]: /components/vera#sensor [sun docs]: /components/sun/ -[switch.tplink docs]: /components/switch.tplink/ -[switch.wake_on_lan docs]: /components/switch.wake_on_lan/ -[switch.wemo docs]: /components/switch.wemo/ +[switch.tplink docs]: /components/tplink +[switch.wake_on_lan docs]: /components/wake_on_lan#switch +[switch.wemo docs]: /components/wemo [telegram_bot docs]: /components/telegram_bot/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ -[tts.google docs]: /components/tts.google/ -[tts.marytts docs]: /components/tts.marytts/ +[telegram_bot.polling docs]: /components/polling +[telegram_bot.webhooks docs]: /components/webhooks +[tts.google docs]: /components/google_translate +[tts.marytts docs]: /components/marytts [vera docs]: /components/vera/ [wemo docs]: /components/wemo/ [zwave docs]: /components/zwave/ @@ -492,12 +492,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [#7267]: https://github.com/home-assistant/home-assistant/pull/7267 [#7287]: https://github.com/home-assistant/home-assistant/pull/7287 [@KlaasH]: https://github.com/KlaasH -[cover.zwave docs]: /components/cover.zwave/ +[cover.zwave docs]: /components/zwave#cover [recorder docs]: /components/recorder/ -[switch.hook docs]: /components/switch.hook/ -[switch.wemo docs]: /components/switch.wemo/ +[switch.hook docs]: /components/hook +[switch.wemo docs]: /components/wemo [telegram_bot docs]: /components/telegram_bot/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[telegram_bot.webhooks docs]: /components/webhooks [wemo docs]: /components/wemo/ [#7271]: https://github.com/home-assistant/home-assistant/pull/7271 [#7282]: https://github.com/home-assistant/home-assistant/pull/7282 @@ -509,9 +509,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [#7324]: https://github.com/home-assistant/home-assistant/pull/7324 [#7329]: https://github.com/home-assistant/home-assistant/pull/7329 [#7337]: https://github.com/home-assistant/home-assistant/pull/7337 -[device_tracker.automatic docs]: /components/device_tracker.automatic/ +[device_tracker.automatic docs]: /components/automatic [hassio docs]: /components/hassio/ -[notify.html5 docs]: /components/notify.html5/ -[notify.telegram docs]: /components/notify.telegram/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ +[notify.html5 docs]: /components/html5 +[notify.telegram docs]: /components/telegram +[telegram_bot.polling docs]: /components/polling [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown b/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown index 4482ebc21f5..3dc51991f5f 100644 --- a/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown +++ b/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown @@ -411,58 +411,58 @@ influxdb: [@wokar]: https://github.com/wokar [@wuub]: https://github.com/wuub [@zeltom]: https://github.com/zeltom -[binary_sensor.alarmdecoder docs]: /components/binary_sensor.alarmdecoder/ -[binary_sensor.eight_sleep docs]: /components/binary_sensor.eight_sleep/ -[binary_sensor.maxcube docs]: /components/binary_sensor.maxcube/ -[binary_sensor.octoprint docs]: /components/binary_sensor.octoprint/ -[binary_sensor.pilight docs]: /components/binary_sensor.pilight/ -[binary_sensor.ping docs]: /components/binary_sensor.ping/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[camera.netatmo docs]: /components/camera.netatmo/ +[binary_sensor.alarmdecoder docs]: /components/alarmdecoder +[binary_sensor.eight_sleep docs]: /components/eight_sleep +[binary_sensor.maxcube docs]: /components/maxcube +[binary_sensor.octoprint docs]: /components/octoprint#binary-sensor +[binary_sensor.pilight docs]: /components/pilight#binary-sensor +[binary_sensor.ping docs]: /components/ping#binary-sensor +[binary_sensor.workday docs]: /components/workday +[binary_sensor.zha docs]: /components/zha +[camera.netatmo docs]: /components/netatmo#camera [climate docs]: /components/climate/ -[climate.ecobee docs]: /components/climate.ecobee/ -[climate.maxcube docs]: /components/climate.maxcube/ -[climate.zwave docs]: /components/climate.zwave/ -[cover.garadget docs]: /components/cover.garadget/ -[cover.opengarage docs]: /components/cover.opengarage/ -[cover.zwave docs]: /components/cover.zwave/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ +[climate.ecobee docs]: /components/ecobee +[climate.maxcube docs]: /components/maxcube +[climate.zwave docs]: /components/zwave#climate +[cover.garadget docs]: /components/garadget +[cover.opengarage docs]: /components/opengarage +[cover.zwave docs]: /components/zwave#cover +[device_tracker.automatic docs]: /components/automatic [device_tracker.zha docs]: /components/device_tracker.zha/ [ecobee docs]: /components/ecobee/ [eight_sleep docs]: /components/eight_sleep/ [enocean docs]: /components/enocean/ [homematic docs]: /components/homematic/ -[image_processing.dlib_face_detect docs]: /components/image_processing.dlib_face_detect/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ -[image_processing.microsoft_face_detect docs]: /components/image_processing.microsoft_face_detect/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.dlib_face_detect docs]: /components/dlib_face_detect +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify +[image_processing.microsoft_face_detect docs]: /components/microsoft_face_detect +[image_processing.opencv docs]: /components/opencv [joaoapps_join docs]: /components/joaoapps_join/ [light docs]: /components/light/ -[light.avion docs]: /components/light.avion/ -[light.blinkt docs]: /components/light.blinkt/ -[light.decora docs]: /components/light.decora/ -[light.flux_led docs]: /components/light.flux_led/ -[light.hue docs]: /components/light.hue/ -[light.lifx docs]: /components/light.lifx/ -[light.osramlightify docs]: /components/light.osramlightify/ -[light.piglow docs]: /components/light.piglow/ -[light.sensehat docs]: /components/light.sensehat/ -[light.tradfri docs]: /components/light.tradfri/ -[light.zha docs]: /components/light.zha/ -[light.zwave docs]: /components/light.zwave/ +[light.avion docs]: /components/avion +[light.blinkt docs]: /components/blinkt +[light.decora docs]: /components/decora +[light.flux_led docs]: /components/flux_led +[light.hue docs]: /components/hue +[light.lifx docs]: /components/lifx +[light.osramlightify docs]: /components/osramlightify +[light.piglow docs]: /components/piglow +[light.sensehat docs]: /components/sensehat#light +[light.tradfri docs]: /components/tradfri +[light.zha docs]: /components/zha +[light.zwave docs]: /components/zwave [maxcube docs]: /components/maxcube/ [media_player docs]: /components/media_player/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.spotify docs]: /components/spotify +[media_player.webostv docs]: /components/webostv#media-player [mqtt docs]: /components/mqtt/ -[notify.html5 docs]: /components/notify.html5/ -[notify.joaoapps_join docs]: /components/notify.joaoapps_join/ -[notify.mailgun docs]: /components/notify.mailgun/ +[notify.html5 docs]: /components/html5 +[notify.joaoapps_join docs]: /components/joaoapps_join +[notify.mailgun docs]: /components/mailgun [notify.matrix docs]: /components/matrix/#notifications -[notify.smtp docs]: /components/notify.smtp/ -[notify.telegram docs]: /components/notify.telegram/ -[notify.webostv docs]: /components/notify.webostv/ +[notify.smtp docs]: /components/smtp +[notify.telegram docs]: /components/telegram +[notify.webostv docs]: /components/webostv [nuimo_controller docs]: /components/nuimo_controller/ [octoprint docs]: /components/octoprint/ [opencv docs]: /components/opencv/ @@ -470,26 +470,26 @@ influxdb: [recorder docs]: /components/recorder/ [rfxtrx docs]: /components/rfxtrx/ [rss_feed_template docs]: /components/rss_feed_template/ -[sensor.cert_expiry docs]: /components/sensor.cert_expiry/ -[sensor.dht docs]: /components/sensor.dht/ -[sensor.eight_sleep docs]: /components/sensor.eight_sleep/ -[sensor.envirophat docs]: /components/sensor.envirophat/ +[sensor.cert_expiry docs]: /components/cert_expiry +[sensor.dht docs]: /components/dht +[sensor.eight_sleep docs]: /components/eight_sleep +[sensor.envirophat docs]: /components/envirophat [sensor.ios docs]: /components/sensor.ios/ -[sensor.lyft docs]: /components/sensor.lyft/ -[sensor.pushbullet docs]: /components/sensor.pushbullet/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.thinkingcleaner docs]: /components/sensor.thinkingcleaner/ -[sensor.vera docs]: /components/sensor.vera/ -[sensor.zamg docs]: /components/sensor.zamg/ -[sensor.zha docs]: /components/sensor.zha/ -[switch.flux docs]: /components/switch.flux/ -[switch.hook docs]: /components/switch.hook/ -[switch.thinkingcleaner docs]: /components/switch.thinkingcleaner/ -[switch.wemo docs]: /components/switch.wemo/ -[switch.zha docs]: /components/switch.zha/ +[sensor.lyft docs]: /components/lyft +[sensor.pushbullet docs]: /components/pushbullet#sensor +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.thinkingcleaner docs]: /components/thinkingcleaner#sensor +[sensor.vera docs]: /components/vera#sensor +[sensor.zamg docs]: /components/zamg#sensor +[sensor.zha docs]: /components/zha +[switch.flux docs]: /components/flux +[switch.hook docs]: /components/hook +[switch.thinkingcleaner docs]: /components/thinkingcleaner#switch +[switch.wemo docs]: /components/wemo +[switch.zha docs]: /components/zha [telegram_bot docs]: /components/telegram_bot/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[telegram_bot.polling docs]: /components/polling +[telegram_bot.webhooks docs]: /components/webhooks [updater docs]: /components/updater/ [vera docs]: /components/vera/ [wemo docs]: /components/wemo/ @@ -504,6 +504,6 @@ influxdb: [@finish06]: https://github.com/finish06 [@frog32]: https://github.com/frog32 [@pezinek]: https://github.com/pezinek -[device_tracker.unifi docs]: /components/device_tracker.unifi/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[device_tracker.unifi docs]: /components/unifi +[sensor.wunderground docs]: /components/wunderground [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown b/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown index c7e0936af09..e05ac6b358a 100644 --- a/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown +++ b/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown @@ -340,83 +340,83 @@ Experiencing issues introduced by this release? Please report them in our [issue [config.automation docs]: /docs/automation/editor/ [automation.event docs]: /docs/configuration/events/ [automation.state docs]: /docs/configuration/state_object/ -[binary_sensor.mystrom docs]: /components/binary_sensor.mystrom/ -[binary_sensor.raspihats docs]: /components/binary_sensor.raspihats/ -[binary_sensor.rpi_pfio docs]: /components/binary_sensor.rpi_pfio/ +[binary_sensor.mystrom docs]: /components/mystrom#binary-sensor +[binary_sensor.raspihats docs]: /components/raspihats#binary-sensor +[binary_sensor.rpi_pfio docs]: /components/rpi_pfio#binary-sensor [blink docs]: /components/blink/ [camera.__init__ docs]: /components/camera.__init__/ -[camera.uvc docs]: /components/camera.uvc/ -[camera.zoneminder docs]: /components/camera.zoneminder/ -[climate.sensibo docs]: /components/climate.sensibo/ +[camera.uvc docs]: /components/uvc +[camera.zoneminder docs]: /components/zoneminder#camera +[climate.sensibo docs]: /components/sensibo [config.__init__ docs]: /components/config.__init__/ [configurator docs]: /components/configurator/ -[cover.lutron_caseta docs]: /components/cover.lutron_caseta/ +[cover.lutron_caseta docs]: /components/lutron_caseta/ [datadog docs]: /components/datadog/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ -[device_tracker.linksys_ap docs]: /components/device_tracker.linksys_ap/ -[device_tracker.unifi docs]: /components/device_tracker.unifi/ +[device_tracker.automatic docs]: /components/automatic +[device_tracker.linksys_ap docs]: /components/linksys_ap +[device_tracker.unifi docs]: /components/unifi [dweet docs]: /components/dweet/ [eight_sleep docs]: /components/eight_sleep/ [homematic docs]: /components/homematic/ [image_processing.__init__ docs]: /components/image_processing.__init__/ [image_processing.demo docs]: /components/image_processing.demo/ -[image_processing.dlib_face_detect docs]: /components/image_processing.dlib_face_detect/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ -[image_processing.microsoft_face_detect docs]: /components/image_processing.microsoft_face_detect/ -[image_processing.microsoft_face_identify docs]: /components/image_processing.microsoft_face_identify/ -[image_processing.openalpr_cloud docs]: /components/image_processing.openalpr_cloud/ -[image_processing.openalpr_local docs]: /components/image_processing.openalpr_local/ -[image_processing.opencv docs]: /components/image_processing.opencv/ -[image_processing.seven_segments docs]: /components/image_processing.seven_segments/ +[image_processing.dlib_face_detect docs]: /components/dlib_face_detect +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify +[image_processing.microsoft_face_detect docs]: /components/microsoft_face_detect +[image_processing.microsoft_face_identify docs]: /components/microsoft_face_identify +[image_processing.openalpr_cloud docs]: /components/openalpr_local_cloud +[image_processing.openalpr_local docs]: /components/openalpr_local_local +[image_processing.opencv docs]: /components/opencv +[image_processing.seven_segments docs]: /components/seven_segments [kira docs]: /components/kira/ [light.__init__ docs]: /components/light.__init__/ -[light.blinksticklight docs]: /components/light.blinksticklight/ -[light.enocean docs]: /components/light.enocean/ -[light.flux_led docs]: /components/light.flux_led/ +[light.blinksticklight docs]: /components/blinksticklight +[light.enocean docs]: /components/enocean#light +[light.flux_led docs]: /components/flux_led [light.insteon_local docs]: /components/insteon/ [light.insteon_plm docs]: /components/insteon/ -[light.isy994 docs]: /components/light.isy994/ -[light.lifx docs]: /components/light.lifx/ -[light.limitlessled docs]: /components/light.limitlessled/ -[light.mystrom docs]: /components/light.mystrom/ -[light.osramlightify docs]: /components/light.osramlightify/ -[light.tradfri docs]: /components/light.tradfri/ +[light.isy994 docs]: /components/isy994 +[light.lifx docs]: /components/lifx +[light.limitlessled docs]: /components/limitlessled +[light.mystrom docs]: /components/mystrom#light +[light.osramlightify docs]: /components/osramlightify +[light.tradfri docs]: /components/tradfri [logbook docs]: /components/logbook/ [lutron_caseta docs]: /components/lutron_caseta/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.roku docs]: /components/media_player.roku/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.spotify docs]: /components/media_player.spotify/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.kodi docs]: /components/kodi +[media_player.onkyo docs]: /components/onkyo +[media_player.roku docs]: /components/roku#media-player +[media_player.sonos docs]: /components/sonos +[media_player.spotify docs]: /components/spotify [microsoft_face docs]: /components/microsoft_face/ -[notify.html5 docs]: /components/notify.html5/ -[notify.sendgrid docs]: /components/notify.sendgrid/ -[notify.smtp docs]: /components/notify.smtp/ -[notify.telegram docs]: /components/notify.telegram/ +[notify.html5 docs]: /components/html5 +[notify.sendgrid docs]: /components/sendgrid +[notify.smtp docs]: /components/smtp +[notify.telegram docs]: /components/telegram [plant docs]: /components/plant/ [raspihats docs]: /components/raspihats/ -[remote.kira docs]: /components/remote.kira/ +[remote.kira docs]: /components/kira [rflink docs]: /components/rflink/ [rpi_pfio docs]: /components/rpi_pfio/ -[sensor.blink docs]: /components/sensor.blink/ -[sensor.dweet docs]: /components/sensor.dweet/ -[sensor.envirophat docs]: /components/sensor.envirophat/ -[sensor.file docs]: /components/sensor.file/ -[sensor.influxdb docs]: /components/sensor.influxdb/ -[sensor.kira docs]: /components/sensor.kira/ -[sensor.miflora docs]: /components/sensor.miflora/ -[sensor.modem_callerid docs]: /components/sensor.modem_callerid/ -[sensor.nzbget docs]: /components/sensor.nzbget/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.blink docs]: /components/blink +[sensor.dweet docs]: /components/dweet#sensor +[sensor.envirophat docs]: /components/envirophat +[sensor.file docs]: /components/file#sensor +[sensor.influxdb docs]: /components/influxdb#sensor +[sensor.kira docs]: /components/kira +[sensor.miflora docs]: /components/miflora +[sensor.modem_callerid docs]: /components/modem_callerid +[sensor.nzbget docs]: /components/nzbget +[sensor.scrape docs]: /components/scrape +[sensor.snmp docs]: /components/snmp#sensor +[sensor.wunderground docs]: /components/wunderground [sun docs]: /components/sun/ -[switch.rpi_pfio docs]: /components/switch.rpi_pfio/ +[switch.rpi_pfio docs]: /components/rpi_pfio#switch [telegram_bot docs]: /components/telegram_bot/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ +[telegram_bot.polling docs]: /components/polling [telegram_bot.services.yaml docs]: /components/telegram_bot/#notification-services -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[telegram_bot.webhooks docs]: /components/webhooks [tradfri docs]: /components/tradfri/ [vera docs]: /components/vera/ [websocket_api docs]: /components/websocket_api/ @@ -430,8 +430,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [#7714]: https://github.com/home-assistant/home-assistant/pull/7714 [@cgtobi]: https://github.com/cgtobi [@tobygray]: https://github.com/tobygray -[device_tracker.ubus docs]: /components/device_tracker.ubus/ +[device_tracker.ubus docs]: /components/ubus [hassio docs]: /components/hassio/ -[media_player.volumio docs]: /components/media_player.volumio/ +[media_player.volumio docs]: /components/volumio [telegram_bot.__init__ docs]: /components/telegram_bot/ [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-06-04-release-46.markdown b/source/_posts/2017-06-04-release-46.markdown index 6574aaef863..fb641abfd6e 100644 --- a/source/_posts/2017-06-04-release-46.markdown +++ b/source/_posts/2017-06-04-release-46.markdown @@ -305,76 +305,76 @@ Experiencing issues introduced by this release? Please report them in our [issue [@turbokongen]: https://github.com/turbokongen [@w1ll1am23]: https://github.com/w1ll1am23 [@craigjmidwinter]: https://github.com/craigjmidwinter -[alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/ +[alarm_control_panel.concord232 docs]: /components/concord232#alarm-control-panel [apcupsd docs]: /components/apcupsd/ [arlo docs]: /components/arlo/ [automation.state docs]: /docs/automation/trigger/#state-trigger [automation.time docs]: /docs/automation/trigger/#time-trigger [calendar.demo docs]: /components/calendar/ [calendar.google docs]: /components/calendar.google/ -[camera.amcrest docs]: /components/camera.amcrest/ -[camera.arlo docs]: /components/camera.arlo/ -[camera.synology docs]: /components/camera.synology/ -[climate.tado docs]: /components/climate.tado/ -[cover.myq docs]: /components/cover.myq/ -[cover.zwave docs]: /components/cover.zwave/ +[camera.amcrest docs]: /components/amcrest +[camera.arlo docs]: /components/arlo#camera +[camera.synology docs]: /components/synology +[climate.tado docs]: /components/tado +[cover.myq docs]: /components/myq +[cover.zwave docs]: /components/zwave#cover [device_tracker.__init__ docs]: /components/device_tracker.__init__/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.mikrotik docs]: /components/device_tracker.mikrotik/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ -[device_tracker.ubus docs]: /components/device_tracker.ubus/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.mikrotik docs]: /components/mikrotik +[device_tracker.snmp docs]: /components/snmp +[device_tracker.ubus docs]: /components/ubus [eight_sleep docs]: /components/eight_sleep/ [envisalink docs]: /components/envisalink/ -[fan.zwave docs]: /components/fan.zwave/ +[fan.zwave docs]: /components/zwave [hassio docs]: /components/hassio/ [homematic docs]: /components/homematic/ -[image_processing.seven_segments docs]: /components/image_processing.seven_segments/ +[image_processing.seven_segments docs]: /components/seven_segments [insteon_local docs]: /components/insteon_local/ [ios docs]: /components/ios/ [light.__init__ docs]: /components/light.__init__/ -[light.flux_led docs]: /components/light.flux_led/ -[light.lifx docs]: /components/light.lifx/ +[light.flux_led docs]: /components/flux_led +[light.lifx docs]: /components/lifx [light.template docs]: /components/light.template/ -[light.wink docs]: /components/light.wink/ -[lock.zwave docs]: /components/lock.zwave/ +[light.wink docs]: /components/wink#light +[lock.zwave docs]: /components/zwave#lock [lutron docs]: /components/lutron/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.openhome docs]: /components/media_player.openhome/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.openhome docs]: /components/openhome [media_player.services.yaml docs]: /components/media_player/#services -[media_player.snapcast docs]: /components/media_player.snapcast/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.volumio docs]: /components/media_player.volumio/ +[media_player.snapcast docs]: /components/snapcast +[media_player.sonos docs]: /components/sonos +[media_player.spotify docs]: /components/spotify +[media_player.volumio docs]: /components/volumio [modbus docs]: /components/modbus/ [mqtt.discovery docs]: /components/mqtt.discovery/ [notify.ios docs]: /docs/ecosystem/ios/notifications/basic/ [notify.rest docs]: /components/notify.rest/ -[notify.slack docs]: /components/notify.slack/ -[notify.smtp docs]: /components/notify.smtp/ -[notify.telegram docs]: /components/notify.telegram/ +[notify.slack docs]: /components/slack +[notify.smtp docs]: /components/smtp +[notify.telegram docs]: /components/telegram [recorder.__init__ docs]: /components/recorder.__init__/ [remote docs]: /components/remote/ -[remote.harmony docs]: /components/remote.harmony/ +[remote.harmony docs]: /components/harmony [remote.services.yaml docs]: /components/remote.services.yaml/ -[scene.hunterdouglas_powerview docs]: /components/scene.hunterdouglas_powerview/ -[sensor.amcrest docs]: /components/sensor.amcrest/ -[sensor.arlo docs]: /components/sensor.arlo/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.fedex docs]: /components/sensor.fedex/ -[sensor.history_stats docs]: /components/sensor.history_stats/ -[sensor.hp_ilo docs]: /components/sensor.hp_ilo/ -[sensor.influxdb docs]: /components/sensor.influxdb/ -[sensor.mvglive docs]: /components/sensor.mvglive/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.synologydsm docs]: /components/sensor.synologydsm/ -[sensor.time_date docs]: /components/sensor.time_date/ -[sensor.usps docs]: /components/sensor.usps/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.rachio docs]: /components/switch.rachio/ +[scene.hunterdouglas_powerview docs]: /components/hunterdouglas_powerview +[sensor.amcrest docs]: /components/amcrest +[sensor.arlo docs]: /components/arlo#sensor +[sensor.dsmr docs]: /components/dsmr +[sensor.fedex docs]: /components/fedex +[sensor.history_stats docs]: /components/history_stats +[sensor.hp_ilo docs]: /components/hp_ilo +[sensor.influxdb docs]: /components/influxdb#sensor +[sensor.mvglive docs]: /components/mvglive +[sensor.snmp docs]: /components/snmp#sensor +[sensor.synologydsm docs]: /components/synologydsm +[sensor.time_date docs]: /components/time_date +[sensor.usps docs]: /components/usps#sensor +[switch.broadlink docs]: /components/broadlink#switch +[switch.rachio docs]: /components/rachio#switch [switch.rflink docs]: /components/switch.rflink/ [telegram_bot.__init__ docs]: /components/telegram_bot/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[telegram_bot.polling docs]: /components/polling +[telegram_bot.webhooks docs]: /components/webhooks [tellduslive docs]: /components/tellduslive/ [upnp docs]: /components/upnp/ [zoneminder docs]: /components/zoneminder/ @@ -392,6 +392,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@mje-nz]: https://github.com/mje-nz [cover.mqtt docs]: /components/cover.mqtt/ [sensor.metoffice docs]: /components/sensor.metoffice/ -[sensor.wunderground docs]: /components/sensor.wunderground/ -[media_player.roku docs]: /components/media_player.roku/ +[sensor.wunderground docs]: /components/wunderground +[media_player.roku docs]: /components/roku#media-player [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-06-17-release-47.markdown b/source/_posts/2017-06-17-release-47.markdown index 88e66b3c131..63a6d014b42 100644 --- a/source/_posts/2017-06-17-release-47.markdown +++ b/source/_posts/2017-06-17-release-47.markdown @@ -446,116 +446,116 @@ automation: [@trisk]: https://github.com/trisk [@twendt]: https://github.com/twendt [@vrs01]: https://github.com/vrs01 -[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ -[binary_sensor.enocean docs]: /components/binary_sensor.enocean/ -[binary_sensor.homematic docs]: /components/binary_sensor.homematic/ -[binary_sensor.spc docs]: /components/binary_sensor.spc/ -[binary_sensor.tapsaff docs]: /components/binary_sensor.tapsaff/ +[alarm_control_panel.spc docs]: /components/spc +[binary_sensor.enocean docs]: /components/enocean#binary-sensor +[binary_sensor.homematic docs]: /components/homematic +[binary_sensor.spc docs]: /components/spc#binary-sensor +[binary_sensor.tapsaff docs]: /components/tapsaff [calendar.google docs]: /components/calendar.google/ -[climate.flexit docs]: /components/climate.flexit/ -[climate.wink docs]: /components/climate.wink/ +[climate.flexit docs]: /components/flexit +[climate.wink docs]: /components/wink#climate [conversation docs]: /components/conversation/ -[cover.homematic docs]: /components/cover.homematic/ +[cover.homematic docs]: /components/homematic [cover.mqtt docs]: /components/cover.mqtt/ -[cover.myq docs]: /components/cover.myq/ +[cover.myq docs]: /components/myq [device_tracker.__init__ docs]: /components/device_tracker.__init__/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.ping docs]: /components/device_tracker.ping/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ -[device_tracker.unifi docs]: /components/device_tracker.unifi/ +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.ping docs]: /components/ping +[device_tracker.snmp docs]: /components/snmp +[device_tracker.unifi docs]: /components/unifi [eight_sleep docs]: /components/eight_sleep/ [fan.__init__ docs]: /components/fan.__init__/ [fan.demo docs]: /components/fan.demo/ -[fan.zwave docs]: /components/fan.zwave/ +[fan.zwave docs]: /components/zwave [group docs]: /components/group/ [homematic docs]: /components/homematic/ [http docs]: /components/http/ -[image_processing.opencv docs]: /components/image_processing.opencv/ -[image_processing.seven_segments docs]: /components/image_processing.seven_segments/ +[image_processing.opencv docs]: /components/opencv +[image_processing.seven_segments docs]: /components/seven_segments [influxdb docs]: /components/influxdb/ [juicenet docs]: /components/juicenet/ -[light.lifx docs]: /components/light.lifx/ -[light.lutron docs]: /components/light.lutron/ -[light.osramlightify docs]: /components/light.osramlightify/ +[light.lifx docs]: /components/lifx +[light.lutron docs]: /components/lutron +[light.osramlightify docs]: /components/osramlightify [light.template docs]: /components/light.template/ -[light.vera docs]: /components/light.vera/ -[light.yeelight docs]: /components/light.yeelight/ -[light.zwave docs]: /components/light.zwave/ -[lock.sesame docs]: /components/lock.sesame/ +[light.vera docs]: /components/vera +[light.yeelight docs]: /components/yeelight +[light.zwave docs]: /components/zwave +[lock.sesame docs]: /components/sesame [lutron docs]: /components/lutron/ [mailgun docs]: /components/mailgun/ -[media_player.aquostv docs]: /components/media_player.aquostv/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.nad docs]: /components/media_player.nad/ +[media_player.aquostv docs]: /components/aquostv +[media_player.denonavr docs]: /components/denonavr/ +[media_player.firetv docs]: /components/androidtv +[media_player.nad docs]: /components/nad [media_player.nadtcp docs]: /components/nad/ -[media_player.openhome docs]: /components/media_player.openhome/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.roku docs]: /components/media_player.roku/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ +[media_player.openhome docs]: /components/openhome +[media_player.plex docs]: /components/plex#media-player +[media_player.roku docs]: /components/roku#media-player +[media_player.sonos docs]: /components/sonos +[media_player.spotify docs]: /components/spotify +[media_player.squeezebox docs]: /components/squeezebox [mqtt.__init__ docs]: /components/mqtt.__init__/ [nest docs]: /components/nest/ [netatmo docs]: /components/netatmo/ -[notify.html5 docs]: /components/notify.html5/ -[notify.mailgun docs]: /components/notify.mailgun/ -[notify.sendgrid docs]: /components/notify.sendgrid/ -[notify.xmpp docs]: /components/notify.xmpp/ +[notify.html5 docs]: /components/html5 +[notify.mailgun docs]: /components/mailgun +[notify.sendgrid docs]: /components/sendgrid +[notify.xmpp docs]: /components/xmpp [opencv docs]: /components/opencv/ [persistent_notification docs]: /components/persistent_notification/ [plant docs]: /components/plant/ [python_script docs]: /components/python_script/ -[sensor.bitcoin docs]: /components/sensor.bitcoin/ -[sensor.blockchain docs]: /components/sensor.blockchain/ +[sensor.bitcoin docs]: /components/bitcoin +[sensor.blockchain docs]: /components/blockchain [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.coinmarketcap docs]: /components/sensor.coinmarketcap/ -[sensor.cpuspeed docs]: /components/sensor.cpuspeed/ -[sensor.cups docs]: /components/sensor.cups/ -[sensor.currencylayer docs]: /components/sensor.currencylayer/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.dte_energy_bridge docs]: /components/sensor.dte_energy_bridge/ -[sensor.dublin_bus_transport docs]: /components/sensor.dublin_bus_transport/ -[sensor.dweet docs]: /components/sensor.dweet/ -[sensor.ebox docs]: /components/sensor.ebox/ -[sensor.ecobee docs]: /components/sensor.ecobee/ -[sensor.eliqonline docs]: /components/sensor.eliqonline/ -[sensor.etherscan docs]: /components/sensor.etherscan/ -[sensor.fixer docs]: /components/sensor.fixer/ -[sensor.gitter docs]: /components/sensor.gitter/ -[sensor.hddtemp docs]: /components/sensor.hddtemp/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.imap_email_content docs]: /components/sensor.imap_email_content/ -[sensor.juicenet docs]: /components/sensor.juicenet/ +[sensor.coinmarketcap docs]: /components/coinmarketcap +[sensor.cpuspeed docs]: /components/cpuspeed +[sensor.cups docs]: /components/cups +[sensor.currencylayer docs]: /components/currencylayer +[sensor.dsmr docs]: /components/dsmr +[sensor.dte_energy_bridge docs]: /components/dte_energy_bridge +[sensor.dublin_bus_transport docs]: /components/dublin_bus_transport +[sensor.dweet docs]: /components/dweet#sensor +[sensor.ebox docs]: /components/ebox +[sensor.ecobee docs]: /components/ecobee +[sensor.eliqonline docs]: /components/eliqonline +[sensor.etherscan docs]: /components/etherscan +[sensor.fixer docs]: /components/fixer +[sensor.gitter docs]: /components/gitter +[sensor.hddtemp docs]: /components/hddtemp +[sensor.homematic docs]: /components/homematic +[sensor.imap_email_content docs]: /components/imap_email_content/ +[sensor.juicenet docs]: /components/juicenet#sensor [sensor.metoffice docs]: /components/sensor.metoffice/ -[sensor.mold_indicator docs]: /components/sensor.mold_indicator/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.openevse docs]: /components/sensor.openevse/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.pvoutput docs]: /components/sensor.pvoutput/ -[sensor.radarr docs]: /components/sensor.radarr/ -[sensor.ripple docs]: /components/sensor.ripple/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.template docs]: /components/sensor.template/ -[sensor.ups docs]: /components/sensor.ups/ -[sensor.usps docs]: /components/sensor.usps/ -[sensor.waqi docs]: /components/sensor.waqi/ -[sensor.wunderground docs]: /components/sensor.wunderground/ -[sensor.yweather docs]: /components/sensor.yweather/ +[sensor.mold_indicator docs]: /components/mold_indicator +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.openevse docs]: /components/openevse +[sensor.pi_hole docs]: /components/pi_hole +[sensor.pvoutput docs]: /components/pvoutput +[sensor.radarr docs]: /components/radarr +[sensor.ripple docs]: /components/ripple +[sensor.snmp docs]: /components/snmp#sensor +[sensor.statistics docs]: /components/statistics +[sensor.template docs]: /components/template +[sensor.ups docs]: /components/ups +[sensor.usps docs]: /components/usps#sensor +[sensor.waqi docs]: /components/waqi +[sensor.wunderground docs]: /components/wunderground +[sensor.yweather docs]: /components/yweather [spc docs]: /components/spc/ [splunk docs]: /components/splunk/ -[switch.homematic docs]: /components/switch.homematic/ -[switch.raspihats docs]: /components/switch.raspihats/ +[switch.homematic docs]: /components/homematic +[switch.raspihats docs]: /components/raspihats#switch [switch.rest docs]: /components/switch.rest/ [switch.template docs]: /components/switch.template/ [telegram_bot.__init__ docs]: /components/telegram_bot/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[telegram_bot.polling docs]: /components/polling +[telegram_bot.webhooks docs]: /components/webhooks [updater docs]: /components/updater/ [vera docs]: /components/vera/ [volvooncall docs]: /components/volvooncall/ -[weather.buienradar docs]: /components/weather.buienradar/ +[weather.buienradar docs]: /components/buienradar [zeroconf docs]: /components/zeroconf/ [zwave docs]: /components/zwave/ [zwave blog post]: /blog/2017/06/15/zwave-entity-ids/ @@ -568,7 +568,7 @@ automation: [#8113]: https://github.com/home-assistant/home-assistant/pull/8113 [#8134]: https://github.com/home-assistant/home-assistant/pull/8134 [@tsvi]: https://github.com/tsvi -[fan.dyson docs]: /components/fan.dyson/ -[remote.itach docs]: /components/remote.itach/ -[sensor.dyson docs]: /components/sensor.dyson/ +[fan.dyson docs]: /components/dyson#fan +[remote.itach docs]: /components/itach +[sensor.dyson docs]: /components/dyson#sensor [discord]: https://discord.gg/c5DvZ4e diff --git a/source/_posts/2017-07-02-release-48.markdown b/source/_posts/2017-07-02-release-48.markdown index ea045411597..0bcdcb3e203 100644 --- a/source/_posts/2017-07-02-release-48.markdown +++ b/source/_posts/2017-07-02-release-48.markdown @@ -419,102 +419,102 @@ light: [@voltagex]: https://github.com/voltagex [@wmalgadey]: https://github.com/wmalgadey [@ypollart]: https://github.com/ypollart -[alarm_control_panel.verisure docs]: /components/alarm_control_panel.verisure/ +[alarm_control_panel.verisure docs]: /components/verisure#alarm-control-panel [alert docs]: /components/alert/ [arlo docs]: /components/arlo/ [axis docs]: /components/axis/ -[binary_sensor.arest docs]: /components/binary_sensor.arest/ -[binary_sensor.digital_ocean docs]: /components/binary_sensor.digital_ocean/ +[binary_sensor.arest docs]: /components/arest#binary-sensor +[binary_sensor.digital_ocean docs]: /components/digital_ocean#binary-sensor [binary_sensor.modbus docs]: /components/binary_sensor.modbus/ [binary_sensor.rfxtrx docs]: /components/binary_sensor.rfxtrx/ -[binary_sensor.verisure docs]: /components/binary_sensor.verisure/ +[binary_sensor.verisure docs]: /components/verisure [calendar.google docs]: /components/calendar.google/ -[camera.arlo docs]: /components/camera.arlo/ -[camera.axis docs]: /components/camera.axis/ -[camera.local_file docs]: /components/camera.local_file/ -[camera.verisure docs]: /components/camera.verisure/ +[camera.arlo docs]: /components/arlo#camera +[camera.axis docs]: /components/axis +[camera.local_file docs]: /components/local_file +[camera.verisure docs]: /components/verisure [climate docs]: /components/climate/ [climate.mysensors docs]: /components/climate.mysensors/ -[climate.radiotherm docs]: /components/climate.radiotherm/ -[climate.sensibo docs]: /components/climate.sensibo/ -[climate.tado docs]: /components/climate.tado/ +[climate.radiotherm docs]: /components/radiotherm +[climate.sensibo docs]: /components/sensibo +[climate.tado docs]: /components/tado [comfoconnect docs]: /components/comfoconnect/ [cover.knx docs]: /components/cover.knx/ [cover.template docs]: /components/cover.template/ -[device_tracker.linksys_smart docs]: /components/device_tracker.linksys_smart/ -[device_tracker.mikrotik docs]: /components/device_tracker.mikrotik/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.unifi docs]: /components/device_tracker.unifi/ +[device_tracker.linksys_smart docs]: /components/linksys_smart +[device_tracker.mikrotik docs]: /components/mikrotik +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.unifi docs]: /components/unifi [digital_ocean docs]: /components/digital_ocean/ -[fan.comfoconnect docs]: /components/fan.comfoconnect/ -[fan.dyson docs]: /components/fan.dyson/ -[fan.insteon_local docs]: /components/fan.insteon_local/ +[fan.comfoconnect docs]: /components/comfoconnect +[fan.dyson docs]: /components/dyson#fan +[fan.insteon_local docs]: /components/insteon_local/ [group docs]: /components/group/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [influxdb docs]: /components/influxdb/ [insteon_hub docs]: /components/insteon/ [insteon_local docs]: /components/insteon_local/ [knx docs]: /components/knx/ -[light.decora docs]: /components/light.decora/ -[light.isy994 docs]: /components/light.isy994/ -[light.lifx docs]: /components/light.lifx/ -[light.limitlessled docs]: /components/light.limitlessled/ -[light.vera docs]: /components/light.vera/ -[light.zwave docs]: /components/light.zwave/ -[lock.verisure docs]: /components/lock.verisure/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.emby docs]: /components/media_player.emby/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.soundtouch docs]: /components/media_player.soundtouch/ +[light.decora docs]: /components/decora +[light.isy994 docs]: /components/isy994 +[light.lifx docs]: /components/lifx +[light.limitlessled docs]: /components/limitlessled +[light.vera docs]: /components/vera +[light.zwave docs]: /components/zwave +[lock.verisure docs]: /components/verisure +[media_player.denonavr docs]: /components/denonavr/ +[media_player.emby docs]: /components/emby +[media_player.kodi docs]: /components/kodi +[media_player.mpd docs]: /components/mpd +[media_player.plex docs]: /components/plex#media-player +[media_player.soundtouch docs]: /components/soundtouch [mqtt docs]: /components/mqtt/ [mqtt.discovery docs]: /components/mqtt.discovery/ -[notify.clicksend docs]: /components/notify.clicksend/ -[notify.html5 docs]: /components/notify.html5/ -[notify.smtp docs]: /components/notify.smtp/ +[notify.clicksend docs]: /components/clicksend +[notify.html5 docs]: /components/html5 +[notify.smtp docs]: /components/smtp [plant docs]: /components/plant/ [python_script docs]: /components/python_script/ [recorder docs]: /components/recorder/ [recorder.migration docs]: /components/recorder.migration/ [recorder.models docs]: /components/recorder.models/ -[remote.harmony docs]: /components/remote.harmony/ -[remote.itach docs]: /components/remote.itach/ +[remote.harmony docs]: /components/harmony +[remote.itach docs]: /components/itach [rfxtrx docs]: /components/rfxtrx/ -[sensor.arest docs]: /components/sensor.arest/ -[sensor.bh1750 docs]: /components/sensor.bh1750/ -[sensor.bme280 docs]: /components/sensor.bme280/ +[sensor.arest docs]: /components/arest#sensor +[sensor.bh1750 docs]: /components/bh1750 +[sensor.bme280 docs]: /components/bme280 [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.comfoconnect docs]: /components/sensor.comfoconnect/ -[sensor.dyson docs]: /components/sensor.dyson/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.htu21d docs]: /components/sensor.htu21d/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ +[sensor.comfoconnect docs]: /components/comfoconnect +[sensor.dyson docs]: /components/dyson#sensor +[sensor.glances docs]: /components/glances +[sensor.htu21d docs]: /components/htu21d +[sensor.hydroquebec docs]: /components/hydroquebec [sensor.knx docs]: /components/sensor.knx/ -[sensor.netdata docs]: /components/sensor.netdata/ -[sensor.openhardwaremonitor docs]: /components/sensor.openhardwaremonitor/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.upnp docs]: /components/sensor.upnp/ -[sensor.ups docs]: /components/sensor.ups/ -[sensor.usps docs]: /components/sensor.usps/ -[sensor.verisure docs]: /components/sensor.verisure/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.netdata docs]: /components/netdata +[sensor.openhardwaremonitor docs]: /components/openhardwaremonitor +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.pi_hole docs]: /components/pi_hole +[sensor.upnp docs]: /components/upnp +[sensor.ups docs]: /components/ups +[sensor.usps docs]: /components/usps#sensor +[sensor.verisure docs]: /components/verisure +[sensor.wunderground docs]: /components/wunderground [shiftr docs]: /components/shiftr/ [snips docs]: /components/snips/ -[switch.digital_ocean docs]: /components/switch.digital_ocean/ -[switch.rachio docs]: /components/switch.rachio/ -[switch.verisure docs]: /components/switch.verisure/ -[switch.wake_on_lan docs]: /components/switch.wake_on_lan/ +[switch.digital_ocean docs]: /components/digital_ocean#switch +[switch.rachio docs]: /components/rachio#switch +[switch.verisure docs]: /components/verisure +[switch.wake_on_lan docs]: /components/wake_on_lan#switch [tado docs]: /components/tado/ [telegram_bot docs]: /components/telegram_bot/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[telegram_bot.webhooks docs]: /components/webhooks [tellduslive docs]: /components/tellduslive/ [tts docs]: /components/tts/ [upnp docs]: /components/upnp/ [vera docs]: /components/vera/ [verisure docs]: /components/verisure/ -[weather.buienradar docs]: /components/weather.buienradar/ +[weather.buienradar docs]: /components/buienradar [zwave docs]: /components/zwave/ [forum]: https://community.home-assistant.io/ [issue]: https://github.com/home-assistant/home-assistant/issues @@ -529,8 +529,8 @@ light: [@adrienball]: https://github.com/adrienball [@bergemalm]: https://github.com/bergemalm [api docs]: /components/api/ -[camera.arlo docs]: /components/camera.arlo/ +[camera.arlo docs]: /components/arlo#camera [mqtt docs]: /components/mqtt/ -[remote.harmony docs]: /components/remote.harmony/ -[sensor.arlo docs]: /components/sensor.arlo/ +[remote.harmony docs]: /components/harmony +[sensor.arlo docs]: /components/arlo#sensor [snips docs]: /components/snips/ diff --git a/source/_posts/2017-07-16-release-49.markdown b/source/_posts/2017-07-16-release-49.markdown index 5ee45f8b081..c3eccf98921 100644 --- a/source/_posts/2017-07-16-release-49.markdown +++ b/source/_posts/2017-07-16-release-49.markdown @@ -373,102 +373,102 @@ amcrest: [@w1ll1am23]: https://github.com/w1ll1am23 [@craigjmidwinter]: https://github.com/craigjmidwinter [@wmalgadey]: https://github.com/wmalgadey -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.totalconnect docs]: /components/totalconnect [amcrest docs]: /components/amcrest/ [apcupsd docs]: /components/apcupsd/ -[binary_sensor.hikvision docs]: /components/binary_sensor.hikvision/ +[binary_sensor.hikvision docs]: /components/hikvision [binary_sensor.modbus docs]: /components/binary_sensor.modbus/ -[binary_sensor.octoprint docs]: /components/binary_sensor.octoprint/ -[binary_sensor.pilight docs]: /components/binary_sensor.pilight/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[camera.amcrest docs]: /components/camera.amcrest/ -[camera.arlo docs]: /components/camera.arlo/ -[climate.flexit docs]: /components/climate.flexit/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.radiotherm docs]: /components/climate.radiotherm/ -[climate.tado docs]: /components/climate.tado/ +[binary_sensor.octoprint docs]: /components/octoprint#binary-sensor +[binary_sensor.pilight docs]: /components/pilight#binary-sensor +[binary_sensor.zha docs]: /components/zha +[camera.amcrest docs]: /components/amcrest +[camera.arlo docs]: /components/arlo#camera +[climate.flexit docs]: /components/flexit +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.radiotherm docs]: /components/radiotherm +[climate.tado docs]: /components/tado [cover.template docs]: /components/cover.template/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.linksys_smart docs]: /components/device_tracker.linksys_smart/ -[device_tracker.tplink docs]: /components/device_tracker.tplink/ -[device_tracker.upc_connect docs]: /components/device_tracker.upc_connect/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.linksys_smart docs]: /components/linksys_smart +[device_tracker.tplink docs]: /components/tplink +[device_tracker.upc_connect docs]: /components/upc_connect [dyson docs]: /components/dyson/ -[fan.dyson docs]: /components/fan.dyson/ +[fan.dyson docs]: /components/dyson#fan [group docs]: /components/group/ [hassio docs]: /hassio/ [homematic docs]: /components/homematic/ -[image_processing.dlib_face_detect docs]: /components/image_processing.dlib_face_detect/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ +[image_processing.dlib_face_detect docs]: /components/dlib_face_detect +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify [knx docs]: /components/knx/ [lametric docs]: /components/lametric/ -[light.avion docs]: /components/light.avion/ -[light.decora docs]: /components/light.decora/ -[light.hue docs]: /components/light.hue/ -[light.hyperion docs]: /components/light.hyperion/ +[light.avion docs]: /components/avion +[light.decora docs]: /components/decora +[light.hue docs]: /components/hue +[light.hyperion docs]: /components/hyperion [light.knx docs]: /components/light.knx/ -[light.lifx docs]: /components/light.lifx/ -[light.mystrom docs]: /components/light.mystrom/ +[light.lifx docs]: /components/lifx +[light.mystrom docs]: /components/mystrom#light [light.rflink docs]: /components/light.rflink/ -[light.zha docs]: /components/light.zha/ +[light.zha docs]: /components/zha [lutron docs]: /components/lutron/ [media_extractor docs]: /components/media_extractor/ -[media_player.apple_tv docs]: /components/media_player.apple_tv/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.emby docs]: /components/media_player.emby/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.soundtouch docs]: /components/media_player.soundtouch/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.vizio docs]: /components/media_player.vizio/ +[media_player.apple_tv docs]: /components/apple_tv +[media_player.denonavr docs]: /components/denonavr/ +[media_player.emby docs]: /components/emby +[media_player.plex docs]: /components/plex#media-player +[media_player.soundtouch docs]: /components/soundtouch +[media_player.spotify docs]: /components/spotify +[media_player.vizio docs]: /components/vizio [modbus docs]: /components/modbus/ [mqtt docs]: /components/mqtt/ [notify docs]: /components/notify/ -[notify.discord docs]: /components/notify.discord/ -[notify.lametric docs]: /components/notify.lametric/ -[notify.slack docs]: /components/notify.slack/ -[notify.twitter docs]: /components/notify.twitter/ +[notify.discord docs]: /components/discord +[notify.lametric docs]: /components/lametric +[notify.slack docs]: /components/slack +[notify.twitter docs]: /components/twitter [octoprint docs]: /components/octoprint/ [prometheus docs]: /components/prometheus/ [python_script docs]: /components/python_script/ [recorder docs]: /components/recorder/ [rflink docs]: /components/rflink/ [rfxtrx docs]: /components/rfxtrx/ -[scene.velux docs]: /components/scene.velux/ -[sensor.amcrest docs]: /components/sensor.amcrest/ -[sensor.apcupsd docs]: /components/sensor.apcupsd/ -[sensor.arwn docs]: /components/sensor.arwn/ -[sensor.broadlink docs]: /components/sensor.broadlink/ +[scene.velux docs]: /components/velux +[sensor.amcrest docs]: /components/amcrest +[sensor.apcupsd docs]: /components/apcupsd#sensor +[sensor.arwn docs]: /components/arwn +[sensor.broadlink docs]: /components/broadlink#sensor [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.citybikes docs]: /components/sensor.citybikes/ -[sensor.dht docs]: /components/sensor.dht/ -[sensor.dyson docs]: /components/sensor.dyson/ -[sensor.gtfs docs]: /components/sensor.gtfs/ -[sensor.london_underground docs]: /components/sensor.london_underground/ +[sensor.citybikes docs]: /components/citybikes +[sensor.dht docs]: /components/dht +[sensor.dyson docs]: /components/dyson#sensor +[sensor.gtfs docs]: /components/gtfs +[sensor.london_underground docs]: /components/london_underground [sensor.modbus docs]: /components/sensor.modbus/ -[sensor.octoprint docs]: /components/sensor.octoprint/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.otp docs]: /components/sensor.otp/ +[sensor.octoprint docs]: /components/octoprint#sensor +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.otp docs]: /components/otp [sensor.rflink docs]: /components/sensor.rflink/ -[sensor.waqi docs]: /components/sensor.waqi/ -[sensor.yweather docs]: /components/sensor.yweather/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.waqi docs]: /components/waqi +[sensor.yweather docs]: /components/yweather +[sensor.zha docs]: /components/zha [snips docs]: /components/snips/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.dlink docs]: /components/switch.dlink/ +[switch.broadlink docs]: /components/broadlink#switch +[switch.dlink docs]: /components/dlink [switch.modbus docs]: /components/switch.modbus/ -[switch.rachio docs]: /components/switch.rachio/ +[switch.rachio docs]: /components/rachio#switch [switch.rflink docs]: /components/switch.rflink/ [switch.xiaomi_vacuum docs]: /components/vacuum.xiaomi_miio/ [tado docs]: /components/tado/ [tts docs]: /components/tts/ -[tts.amazon_polly docs]: /components/tts.amazon_polly/ +[tts.amazon_polly docs]: /components/amazon_polly [upnp docs]: /components/upnp/ [velux docs]: /components/velux/ [frontend docs]: /components/frontend/ [vera docs]: /components/vera/ [verisure docs]: /components/verisure/ [wake_on_lan docs]: /components/wake_on_lan/ -[weather.buienradar docs]: /components/weather.buienradar/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.buienradar docs]: /components/buienradar +[weather.openweathermap docs]: /components/openweathermap#weather [zha docs]: /components/zha/ [zha.const docs]: /components/zha.const/ [forum]: https://community.home-assistant.io/ @@ -499,6 +499,6 @@ amcrest: [@glance-]: https://github.com/glance- [@jawilson]: https://github.com/jawilson [@schaal]: https://github.com/schaal -[device_tracker.ubus docs]: /components/device_tracker.ubus/ +[device_tracker.ubus docs]: /components/ubus [keyboard_remote docs]: /components/keyboard_remote/ -[switch.flux docs]: /components/switch.flux/ +[switch.flux docs]: /components/flux diff --git a/source/_posts/2017-07-29-release-50.markdown b/source/_posts/2017-07-29-release-50.markdown index e5d1f44dde2..61334f611f7 100644 --- a/source/_posts/2017-07-29-release-50.markdown +++ b/source/_posts/2017-07-29-release-50.markdown @@ -331,76 +331,76 @@ conversation: [@titilambert]: https://github.com/titilambert [@viswa-swami]: https://github.com/viswa-swami [@w1ll1am23]: https://github.com/w1ll1am23 -[alarm_control_panel.manual_mqtt docs]: /components/alarm_control_panel.manual_mqtt/ -[alarm_control_panel.simplisafe docs]: /components/alarm_control_panel.simplisafe/ +[alarm_control_panel.manual_mqtt docs]: /components/manual_mqtt/ +[alarm_control_panel.simplisafe docs]: /components/simplisafe [alarmdecoder docs]: /components/alarmdecoder/ [alexa docs]: /components/alexa/ [automation.state docs]: /docs/automation/trigger/#state-trigger [automation.time docs]: /docs/automation/trigger/#time-trigger -[binary_sensor.ping docs]: /components/binary_sensor.ping/ +[binary_sensor.ping docs]: /components/ping#binary-sensor [binary_sensor.rest docs]: /components/binary_sensor.rest/ -[binary_sensor.velbus docs]: /components/binary_sensor.velbus/ +[binary_sensor.velbus docs]: /components/velbus [binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi_aqara/ -[camera.onvif docs]: /components/camera.onvif/ -[climate.maxcube docs]: /components/climate.maxcube/ +[camera.onvif docs]: /components/onvif +[climate.maxcube docs]: /components/maxcube [conversation docs]: /components/conversation/ [cover docs]: /components/cover/ -[cover.lutron_caseta docs]: /components/cover.lutron_caseta/ +[cover.lutron_caseta docs]: /components/lutron_caseta/ [cover.xiaomi docs]: /components/cover.xiaomi_aqara/ -[cover.zwave docs]: /components/cover.zwave/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ +[cover.zwave docs]: /components/zwave#cover +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.snmp docs]: /components/snmp [emulated_hue docs]: /components/emulated_hue/ -[fan.wink docs]: /components/fan.wink/ +[fan.wink docs]: /components/wink#fan [hassio docs]: /hassio/ [history docs]: /components/history/ [homematic docs]: /components/homematic/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify [intent docs]: /developers/intent/ [intent_script docs]: /components/intent_script/ [knx docs]: /components/knx/ [light docs]: /components/light/ -[light.decora docs]: /components/light.decora/ -[light.hue docs]: /components/light.hue/ -[light.lifx docs]: /components/light.lifx/ -[light.tplink docs]: /components/light.tplink/ +[light.decora docs]: /components/decora +[light.hue docs]: /components/hue +[light.lifx docs]: /components/lifx +[light.tplink docs]: /components/tplink [light.velbus docs]: /components/velbus/ -[light.wink docs]: /components/light.wink/ +[light.wink docs]: /components/wink#light [light.xiaomi docs]: /components/light.xiaomi_aqara/ -[light.zha docs]: /components/light.zha/ +[light.zha docs]: /components/zha [media_extractor docs]: /components/media_extractor/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.kodi docs]: /components/media_player.kodi/ +[media_player.cast docs]: /components/cast +[media_player.kodi docs]: /components/kodi [mqtt docs]: /components/mqtt/ -[notify.html5 docs]: /components/notify.html5/ -[notify.twitter docs]: /components/notify.twitter/ +[notify.html5 docs]: /components/html5 +[notify.twitter docs]: /components/twitter [python_script docs]: /components/python_script/ [recorder docs]: /components/recorder/ -[remote.harmony docs]: /components/remote.harmony/ -[sensor.citybikes docs]: /components/sensor.citybikes/ -[sensor.dht docs]: /components/sensor.dht/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.google_wifi docs]: /components/sensor.google_wifi/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ +[remote.harmony docs]: /components/harmony +[sensor.citybikes docs]: /components/citybikes +[sensor.dht docs]: /components/dht +[sensor.fitbit docs]: /components/fitbit +[sensor.google_wifi docs]: /components/google_wifi +[sensor.hydroquebec docs]: /components/hydroquebec [sensor.knx docs]: /components/sensor.knx/ -[sensor.lyft docs]: /components/sensor.lyft/ -[sensor.octoprint docs]: /components/sensor.octoprint/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.uk_transport docs]: /components/sensor.uk_transport/ +[sensor.lyft docs]: /components/lyft +[sensor.octoprint docs]: /components/octoprint#sensor +[sensor.pi_hole docs]: /components/pi_hole +[sensor.snmp docs]: /components/snmp#sensor +[sensor.uk_transport docs]: /components/uk_transport [sensor.xiaomi docs]: /components/sensor.xiaomi_aqara/ [shopping_list docs]: /components/shopping_list/ [snips docs]: /components/snips/ [statsd docs]: /components/statsd/ -[switch.fritzdect docs]: /components/switch.fritzdect/ +[switch.fritzdect docs]: /components/fritzdect [switch.mqtt docs]: /components/switch.mqtt/ -[switch.wink docs]: /components/switch.wink/ +[switch.wink docs]: /components/wink#switch [switch.xiaomi docs]: /components/switch.xiaomi_aqara/ [switch.xiaomi_vacuum docs]: /components/vacuum.xiaomi_miio/ [velbus docs]: /components/velbus/ -[weather.yweather docs]: /components/weather.yweather/ +[weather.yweather docs]: /components/yweather [wink docs]: /components/wink/ -[xiaomi docs]: /components/xiaomi/ +[xiaomi docs]: /components/xiaomi_aqara [forum]: https://community.home-assistant.io/ [issue]: https://github.com/home-assistant/home-assistant/issues [discord]: https://discord.gg/c5DvZ4e @@ -416,7 +416,7 @@ conversation: [#8754]: https://github.com/home-assistant/home-assistant/pull/8754 [#8755]: https://github.com/home-assistant/home-assistant/pull/8755 [@n8henrie]: https://github.com/n8henrie -[light.tradfri docs]: /components/light.tradfri/ -[media_player.pioneer docs]: /components/media_player.pioneer/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[light.tradfri docs]: /components/tradfri +[media_player.pioneer docs]: /components/pioneer +[telegram_bot.webhooks docs]: /components/webhooks [zwave docs]: /components/zwave/ diff --git a/source/_posts/2017-08-12-release-51.markdown b/source/_posts/2017-08-12-release-51.markdown index 2d6f96a2796..281c8b62ff4 100644 --- a/source/_posts/2017-08-12-release-51.markdown +++ b/source/_posts/2017-08-12-release-51.markdown @@ -353,105 +353,105 @@ vacuum: [@viswa-swami]: https://github.com/viswa-swami [@w1ll1am23]: https://github.com/w1ll1am23 [@wickerwaka]: https://github.com/wickerwaka -[alarm_control_panel.simplisafe docs]: /components/alarm_control_panel.simplisafe/ +[alarm_control_panel.simplisafe docs]: /components/simplisafe [alexa docs]: /components/alexa/ [asterisk_mbox docs]: /components/asterisk_mbox/ [automation docs]: /components/automation/ [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.command_line docs]: /components/binary_sensor.command_line/ +[binary_sensor.command_line docs]: /components/command_line [binary_sensor.rest docs]: /components/binary_sensor.rest/ -[binary_sensor.zwave docs]: /components/binary_sensor.zwave/ -[camera.foscam docs]: /components/camera.foscam/ +[binary_sensor.zwave docs]: /components/zwave +[camera.foscam docs]: /components/foscam [climate docs]: /components/climate/ -[climate.honeywell docs]: /components/climate.honeywell/ -[climate.tado docs]: /components/climate.tado/ +[climate.honeywell docs]: /components/honeywell +[climate.tado docs]: /components/tado [config.zwave docs]: /components/config.zwave/ -[cover.lutron_caseta docs]: /components/cover.lutron_caseta/ -[cover.rpi_gpio docs]: /components/cover.rpi_gpio/ -[device_tracker.huawei_router docs]: /components/device_tracker.huawei_router/ +[cover.lutron_caseta docs]: /components/lutron_caseta/ +[cover.rpi_gpio docs]: /components/rpi_gpio#cover +[device_tracker.huawei_router docs]: /components/huawei_router [dyson docs]: /components/dyson/ [emulated_hue docs]: /components/emulated_hue/ -[fan.dyson docs]: /components/fan.dyson/ +[fan.dyson docs]: /components/dyson#fan [group docs]: /components/group/ [history docs]: /components/history/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [influxdb docs]: /components/influxdb/ [insteon_plm docs]: /components/insteon_plm/ -[light.decora_wifi docs]: /components/light.decora_wifi/ -[light.flux_led docs]: /components/light.flux_led/ -[light.lifx docs]: /components/light.lifx/ -[light.mochad docs]: /components/light.mochad/ -[light.osramlightify docs]: /components/light.osramlightify/ -[lock.nuki docs]: /components/lock.nuki/ +[light.decora_wifi docs]: /components/decora_wifi/ +[light.flux_led docs]: /components/flux_led +[light.lifx docs]: /components/lifx +[light.mochad docs]: /components/mochad#light +[light.osramlightify docs]: /components/osramlightify +[lock.nuki docs]: /components/nuki [lutron_caseta docs]: /components/lutron_caseta/ [mailbox.demo docs]: /components/demo/ [mailbox.demo.txt docs]: /components/demo/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.directv docs]: /components/media_player.directv/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.russound_rio docs]: /components/media_player.russound_rio/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ -[notify.pushbullet docs]: /components/notify.pushbullet/ -[notify.xmpp docs]: /components/notify.xmpp/ +[media_player.bluesound docs]: /components/bluesound +[media_player.cast docs]: /components/cast +[media_player.directv docs]: /components/directv +[media_player.kodi docs]: /components/kodi +[media_player.mpd docs]: /components/mpd +[media_player.russound_rio docs]: /components/russound_rio +[media_player.sonos docs]: /components/sonos +[media_player.squeezebox docs]: /components/squeezebox +[notify.pushbullet docs]: /components/pushbullet +[notify.xmpp docs]: /components/xmpp [recorder docs]: /components/recorder/ [recorder.migration docs]: /components/recorder.migration/ [recorder.models docs]: /components/recorder.models/ [recorder.purge docs]: /components/recorder.purge/ [recorder.util docs]: /components/recorder.util/ [remote docs]: /components/remote/ -[remote.apple_tv docs]: /components/remote.apple_tv/ +[remote.apple_tv docs]: /components/apple_tv#remote [remote.demo docs]: /components/remote.demo/ -[remote.harmony docs]: /components/remote.harmony/ -[remote.itach docs]: /components/remote.itach/ -[remote.kira docs]: /components/remote.kira/ +[remote.harmony docs]: /components/harmony +[remote.itach docs]: /components/itach +[remote.kira docs]: /components/kira [rflink docs]: /components/rflink/ -[scene.lutron_caseta docs]: /components/scene.lutron_caseta/ +[scene.lutron_caseta docs]: /components/lutron#scene_caseta/ [sensor.asterisk_mbox docs]: /components/sensor.asterisk_mbox/ [sensor.buienradar docs]: /components/sensor.buienradar/ [sensor.command_line docs]: /components/sensor.command_line/ -[sensor.dyson docs]: /components/sensor.dyson/ -[sensor.efergy docs]: /components/sensor.efergy/ -[sensor.eight_sleep docs]: /components/sensor.eight_sleep/ -[sensor.geizhals docs]: /components/sensor.geizhals/ -[sensor.google_wifi docs]: /components/sensor.google_wifi/ -[sensor.lastfm docs]: /components/sensor.lastfm/ +[sensor.dyson docs]: /components/dyson#sensor +[sensor.efergy docs]: /components/efergy +[sensor.eight_sleep docs]: /components/eight_sleep +[sensor.geizhals docs]: /components/geizhals +[sensor.google_wifi docs]: /components/google_wifi +[sensor.lastfm docs]: /components/lastfm [sensor.neato docs]: /components/neato/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.pocketcasts docs]: /components/sensor.pocketcasts/ -[sensor.radarr docs]: /components/sensor.radarr/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.sabnzbd docs]: /components/sensor.sabnzbd/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.sonarr docs]: /components/sensor.sonarr/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.supervisord docs]: /components/sensor.supervisord/ -[sensor.synologydsm docs]: /components/sensor.synologydsm/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.vasttrafik docs]: /components/sensor.vasttrafik/ -[sensor.yr docs]: /components/sensor.yr/ -[sensor.zamg docs]: /components/sensor.zamg/ +[sensor.pi_hole docs]: /components/pi_hole +[sensor.pocketcasts docs]: /components/pocketcasts +[sensor.radarr docs]: /components/radarr +[sensor.rest docs]: /components/rest +[sensor.sabnzbd docs]: /components/sabnzbd +[sensor.shodan docs]: /components/shodan +[sensor.sonarr docs]: /components/sonarr +[sensor.statistics docs]: /components/statistics +[sensor.supervisord docs]: /components/supervisord +[sensor.synologydsm docs]: /components/synologydsm +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.vasttrafik docs]: /components/vasttrafik +[sensor.yr docs]: /components/yr +[sensor.zamg docs]: /components/zamg#sensor [switch.command_line docs]: /components/switch.command_line/ [switch.mqtt docs]: /components/switch.mqtt/ -[switch.neato docs]: /components/switch.neato/ -[switch.rachio docs]: /components/switch.rachio/ -[switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.wink docs]: /components/switch.wink/ +[switch.neato docs]: /components/neato#switch +[switch.rachio docs]: /components/rachio#switch +[switch.rainmachine docs]: /components/rainmachine#switch +[switch.wink docs]: /components/wink#switch [switch.xiaomi_vacuum docs]: /components/vacuum.xiaomi_miio/ [telegram_bot docs]: /components/telegram_bot/ [updater docs]: /components/updater/ [vacuum docs]: /components/vacuum/ [vacuum.demo docs]: /components/vacuum.demo/ -[vacuum.dyson docs]: /components/vacuum.dyson/ -[vacuum.roomba docs]: /components/vacuum.roomba/ +[vacuum.dyson docs]: /components/dyson#vacuum +[vacuum.roomba docs]: /components/roomba [vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/ -[weather.buienradar docs]: /components/weather.buienradar/ -[weather.yweather docs]: /components/weather.yweather/ -[weather.zamg docs]: /components/weather.zamg/ +[weather.buienradar docs]: /components/buienradar +[weather.yweather docs]: /components/yweather +[weather.zamg docs]: /components/zamg#weather [wink docs]: /components/wink/ [zwave docs]: /components/zwave/ [forum]: https://community.home-assistant.io/ diff --git a/source/_posts/2017-08-26-release-0-52.markdown b/source/_posts/2017-08-26-release-0-52.markdown index a6eb571d0cd..6776243fd73 100644 --- a/source/_posts/2017-08-26-release-0-52.markdown +++ b/source/_posts/2017-08-26-release-0-52.markdown @@ -303,82 +303,82 @@ usps: [@w1ll1am23]: https://github.com/w1ll1am23 [abode docs]: /components/abode/ [alarm_control_panel docs]: /components/alarm_control_panel/ -[alarm_control_panel.abode docs]: /components/alarm_control_panel.abode/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ -[alarm_control_panel.simplisafe docs]: /components/alarm_control_panel.simplisafe/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ -[binary_sensor.abode docs]: /components/binary_sensor.abode/ +[alarm_control_panel.abode docs]: /components/abode +[alarm_control_panel.egardia docs]: /components/egardia +[alarm_control_panel.simplisafe docs]: /components/simplisafe +[alarm_control_panel.totalconnect docs]: /components/totalconnect +[binary_sensor.abode docs]: /components/abode#binary-sensor [binary_sensor.mysensors docs]: /components/binary_sensor.mysensors/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ -[camera.usps docs]: /components/camera.usps/ +[binary_sensor.workday docs]: /components/workday +[camera.usps docs]: /components/usps#camera [climate.mysensors docs]: /components/climate.mysensors/ [config docs]: /components/config/ [configurator docs]: /components/configurator/ [cover.mysensors docs]: /components/cover.mysensors/ [cover.template docs]: /components/cover.template/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ +[device_tracker.automatic docs]: /components/automatic [device_tracker.mysensors docs]: /components/device_tracker.mysensors/ [ecobee docs]: /components/ecobee/ [emulated_hue.upnp docs]: /components/emulated_hue.upnp/ [envisalink docs]: /components/envisalink/ -[fan.isy994 docs]: /components/fan.isy994/ -[image_processing.dlib_face_detect docs]: /components/image_processing.dlib_face_detect/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ +[fan.isy994 docs]: /components/isy994 +[image_processing.dlib_face_detect docs]: /components/dlib_face_detect +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify [insteon_plm docs]: /components/insteon_plm/ -[light.decora_wifi docs]: /components/light.decora_wifi/ -[light.flux_led docs]: /components/light.flux_led/ -[light.hue docs]: /components/light.hue/ -[light.lifx docs]: /components/light.lifx/ +[light.decora_wifi docs]: /components/decora_wifi/ +[light.flux_led docs]: /components/flux_led +[light.hue docs]: /components/hue +[light.lifx docs]: /components/lifx [light.mysensors docs]: /components/light.mysensors/ -[light.rpi_gpio_pwm docs]: /components/light.rpi_gpio_pwm/ -[light.tplink docs]: /components/light.tplink/ -[light.yeelight docs]: /components/light.yeelight/ -[lock.nello docs]: /components/lock.nello/ +[light.rpi_gpio_pwm docs]: /components/rpi_gpio_pwm +[light.tplink docs]: /components/tplink +[light.yeelight docs]: /components/yeelight +[lock.nello docs]: /components/nello [media_extractor docs]: /components/media_extractor/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.snapcast docs]: /components/media_player.snapcast/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.mpd docs]: /components/mpd +[media_player.onkyo docs]: /components/onkyo +[media_player.snapcast docs]: /components/snapcast +[media_player.spotify docs]: /components/spotify +[media_player.squeezebox docs]: /components/squeezebox +[media_player.webostv docs]: /components/webostv#media-player [mysensors docs]: /components/mysensors/ -[notify.discord docs]: /components/notify.discord/ -[notify.hipchat docs]: /components/notify.hipchat/ +[notify.discord docs]: /components/discord +[notify.hipchat docs]: /components/hipchat [notify.mysensors docs]: /components/notify.mysensors/ -[notify.prowl docs]: /components/notify.prowl/ -[notify.pushbullet docs]: /components/notify.pushbullet/ -[notify.pushover docs]: /components/notify.pushover/ -[notify.sendgrid docs]: /components/notify.sendgrid/ -[notify.slack docs]: /components/notify.slack/ +[notify.prowl docs]: /components/prowl +[notify.pushbullet docs]: /components/pushbullet +[notify.pushover docs]: /components/pushover +[notify.sendgrid docs]: /components/sendgrid +[notify.slack docs]: /components/slack [octoprint docs]: /components/octoprint/ [prometheus docs]: /components/prometheus/ [script docs]: /components/script/ [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.cert_expiry docs]: /components/sensor.cert_expiry/ -[sensor.eliqonline docs]: /components/sensor.eliqonline/ -[sensor.fedex docs]: /components/sensor.fedex/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/ -[sensor.geizhals docs]: /components/sensor.geizhals/ +[sensor.cert_expiry docs]: /components/cert_expiry +[sensor.eliqonline docs]: /components/eliqonline +[sensor.fedex docs]: /components/fedex +[sensor.fitbit docs]: /components/fitbit +[sensor.fritzbox_callmonitor docs]: /components/fritzbox#sensor_callmonitor/ +[sensor.geizhals docs]: /components/geizhals [sensor.ios docs]: /components/sensor.ios/ -[sensor.london_air docs]: /components/sensor.london_air/ +[sensor.london_air docs]: /components/london_air [sensor.mysensors docs]: /components/sensor.mysensors/ -[sensor.netdata docs]: /components/sensor.netdata/ -[sensor.octoprint docs]: /components/sensor.octoprint/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.uk_transport docs]: /components/sensor.uk_transport/ -[sensor.usps docs]: /components/sensor.usps/ -[sensor.version docs]: /components/sensor.version/ -[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/ +[sensor.netdata docs]: /components/netdata +[sensor.octoprint docs]: /components/octoprint#sensor +[sensor.snmp docs]: /components/snmp#sensor +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.uk_transport docs]: /components/uk_transport +[sensor.usps docs]: /components/usps#sensor +[sensor.version docs]: /components/version +[sensor.worldtidesinfo docs]: /components/worldtidesinfo [switch.mqtt docs]: /components/switch.mqtt/ [switch.mysensors docs]: /components/switch.mysensors/ -[switch.pilight docs]: /components/switch.pilight/ -[switch.rainmachine docs]: /components/switch.rainmachine/ +[switch.pilight docs]: /components/pilight#switch +[switch.rainmachine docs]: /components/rainmachine#switch [switch.xiaomi docs]: /components/switch.xiaomi_aqara/ [usps docs]: /components/usps/ -[weather.buienradar docs]: /components/weather.buienradar/ -[xiaomi docs]: /components/xiaomi/ +[weather.buienradar docs]: /components/buienradar +[xiaomi docs]: /components/xiaomi_aqara [forum]: https://community.home-assistant.io/ [issue]: https://github.com/home-assistant/home-assistant/issues [discord]: https://discord.gg/c5DvZ4e @@ -392,6 +392,6 @@ usps: [#9191]: https://github.com/home-assistant/home-assistant/pull/9191 [@foxel]: https://github.com/foxel [@sdague]: https://github.com/sdague -[camera.foscam docs]: /components/camera.foscam/ -[climate.ecobee docs]: /components/climate.ecobee/ -[device_tracker.icloud docs]: /components/device_tracker.icloud/ +[camera.foscam docs]: /components/foscam +[climate.ecobee docs]: /components/ecobee +[device_tracker.icloud docs]: /components/icloud diff --git a/source/_posts/2017-09-09-release-53.markdown b/source/_posts/2017-09-09-release-53.markdown index 6980c2ed790..955d5984510 100644 --- a/source/_posts/2017-09-09-release-53.markdown +++ b/source/_posts/2017-09-09-release-53.markdown @@ -348,20 +348,20 @@ frontend: [@w1ll1am23]: https://github.com/w1ll1am23 [@zabuldon]: https://github.com/zabuldon [abode docs]: /components/abode/ -[alarm_control_panel.abode docs]: /components/alarm_control_panel.abode/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ -[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ -[binary_sensor.abode docs]: /components/binary_sensor.abode/ -[binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/ -[binary_sensor.hikvision docs]: /components/binary_sensor.hikvision/ -[binary_sensor.homematic docs]: /components/binary_sensor.homematic/ -[binary_sensor.ring docs]: /components/binary_sensor.ring/ -[binary_sensor.tesla docs]: /components/binary_sensor.tesla/ +[alarm_control_panel.abode docs]: /components/abode +[alarm_control_panel.egardia docs]: /components/egardia +[alarm_control_panel.manual docs]: /components/manual +[binary_sensor.abode docs]: /components/abode#binary-sensor +[binary_sensor.bayesian docs]: /components/bayesian +[binary_sensor.hikvision docs]: /components/hikvision +[binary_sensor.homematic docs]: /components/homematic +[binary_sensor.ring docs]: /components/ring#binary-sensor +[binary_sensor.tesla docs]: /components/tesla [binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi_aqara/ [binary_sensor.knx docs]: /components/binary_sensor.knx/ -[climate.homematic docs]: /components/climate.homematic/ -[climate.honeywell docs]: /components/climate.honeywell/ -[climate.tesla docs]: /components/climate.tesla/ +[climate.homematic docs]: /components/homematic +[climate.honeywell docs]: /components/honeywell +[climate.tesla docs]: /components/tesla [climate.knx docs]: /components/climate.knx/ [cloud docs]: /components/cloud/ [cloud.cloud_api docs]: /components/cloud.cloud_api/ @@ -370,73 +370,73 @@ frontend: [config docs]: /components/config/ [config.customize docs]: /components/config.customize/ [counter docs]: /components/counter/ -[cover.abode docs]: /components/cover.abode/ -[cover.homematic docs]: /components/cover.homematic/ -[cover.lutron_caseta docs]: /components/cover.lutron_caseta/ +[cover.abode docs]: /components/abode +[cover.homematic docs]: /components/homematic +[cover.lutron_caseta docs]: /components/lutron_caseta/ [cover.rfxtrx docs]: /components/cover.rfxtrx/ [cover.xiaomi docs]: /components/cover.xiaomi_aqara/ [cover.knx docs]: /components/cover.knx/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ -[device_tracker.geofency docs]: /components/device_tracker.geofency/ -[device_tracker.tesla docs]: /components/device_tracker.tesla/ -[device_tracker.volvooncall docs]: /components/device_tracker.volvooncall/ +[device_tracker.automatic docs]: /components/automatic +[device_tracker.geofency docs]: /components/geofency +[device_tracker.tesla docs]: /components/tesla +[device_tracker.volvooncall docs]: /components/volvooncall [hdmi_cec docs]: /components/hdmi_cec/ [homematic docs]: /components/homematic/ -[image_processing.dlib_face_detect docs]: /components/image_processing.dlib_face_detect/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ +[image_processing.dlib_face_detect docs]: /components/dlib_face_detect +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify [input_text docs]: /components/input_text/ [insteon_plm docs]: /components/insteon_plm/ -[light.homematic docs]: /components/light.homematic/ -[light.hue docs]: /components/light.hue/ -[light.lutron_caseta docs]: /components/light.lutron_caseta/ +[light.homematic docs]: /components/homematic +[light.hue docs]: /components/hue +[light.lutron_caseta docs]: /components/lutron_caseta/ [light.mqtt docs]: /components/light.mqtt/ [light.xiaomi_philipslight docs]: /components/light.xiaomi_miio/ [light.rfxtrx docs]: /components/light.rfxtrx/ -[light.tradfri docs]: /components/light.tradfri/ +[light.tradfri docs]: /components/tradfri [light.knx docs]: /components/light.knx/ -[light.zha docs]: /components/light.zha/ -[lock.abode docs]: /components/lock.abode/ -[lock.nello docs]: /components/lock.nello/ -[lock.tesla docs]: /components/lock.tesla/ +[light.zha docs]: /components/zha +[lock.abode docs]: /components/abode +[lock.nello docs]: /components/nello +[lock.tesla docs]: /components/tesla [lutron_caseta docs]: /components/lutron_caseta/ [media_extractor docs]: /components/media_extractor/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.directv docs]: /components/media_player.directv/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.yamaha_musiccast docs]: /components/media_player.yamaha_musiccast/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.directv docs]: /components/directv +[media_player.sonos docs]: /components/sonos +[media_player.spotify docs]: /components/spotify +[media_player.yamaha_musiccast docs]: /components/yamaha_musiccast/ [mycroft docs]: /components/mycroft/ [mysensors docs]: /components/mysensors/ -[notify.discord docs]: /components/notify.discord/ -[notify.mycroft docs]: /components/notify.mycroft/ -[notify.pushbullet docs]: /components/notify.pushbullet/ -[notify.sendgrid docs]: /components/notify.sendgrid/ -[notify.twitter docs]: /components/notify.twitter/ -[notify.xmpp docs]: /components/notify.xmpp/ +[notify.discord docs]: /components/discord +[notify.mycroft docs]: /components/mycroft +[notify.pushbullet docs]: /components/pushbullet +[notify.sendgrid docs]: /components/sendgrid +[notify.twitter docs]: /components/twitter +[notify.xmpp docs]: /components/xmpp [rfxtrx docs]: /components/rfxtrx/ -[sensor.airvisual docs]: /components/sensor.airvisual/ +[sensor.airvisual docs]: /components/airvisual [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.dht docs]: /components/sensor.dht/ +[sensor.dht docs]: /components/dht [sensor.dwdwarnapp docs]: /components/dwd_weather_warnings/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.mopar docs]: /components/sensor.mopar/ -[sensor.radarr docs]: /components/sensor.radarr/ -[sensor.season docs]: /components/sensor.season/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.sonarr docs]: /components/sensor.sonarr/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tank_utility docs]: /components/sensor.tank_utility/ -[sensor.tesla docs]: /components/sensor.tesla/ -[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/ +[sensor.fitbit docs]: /components/fitbit +[sensor.homematic docs]: /components/homematic +[sensor.mopar docs]: /components/mopar +[sensor.radarr docs]: /components/radarr +[sensor.season docs]: /components/season +[sensor.shodan docs]: /components/shodan +[sensor.sonarr docs]: /components/sonarr +[sensor.statistics docs]: /components/statistics +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tank_utility docs]: /components/tank_utility +[sensor.tesla docs]: /components/tesla +[sensor.worldtidesinfo docs]: /components/worldtidesinfo [sensor.knx docs]: /components/sensor.knx/ [snips docs]: /components/snips/ -[switch.abode docs]: /components/switch.abode/ -[switch.digitalloggers docs]: /components/switch.digitalloggers/ -[switch.dlink docs]: /components/switch.dlink/ -[switch.homematic docs]: /components/switch.homematic/ -[switch.lutron_caseta docs]: /components/switch.lutron_caseta/ +[switch.abode docs]: /components/abode#switch +[switch.digitalloggers docs]: /components/digitalloggers +[switch.dlink docs]: /components/dlink +[switch.homematic docs]: /components/homematic +[switch.lutron_caseta docs]: /components/lutron_caseta/ [switch.rest docs]: /components/switch.rest/ [switch.rfxtrx docs]: /components/switch.rfxtrx/ [switch.knx docs]: /components/switch.knx/ @@ -444,7 +444,7 @@ frontend: [tesla docs]: /components/tesla/ [tradfri docs]: /components/tradfri/ [volvooncall docs]: /components/volvooncall/ -[xiaomi docs]: /components/xiaomi/ +[xiaomi docs]: /components/xiaomi_aqara [knx docs]: /components/knx/ [zwave docs]: /components/zwave/ [forum]: https://community.home-assistant.io/ @@ -454,5 +454,5 @@ frontend: [#9380]: https://github.com/home-assistant/home-assistant/pull/9380 [#9387]: https://github.com/home-assistant/home-assistant/pull/9387 [@viswa-swami]: https://github.com/viswa-swami -[camera.foscam docs]: /components/camera.foscam/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[camera.foscam docs]: /components/foscam +[sensor.wunderground docs]: /components/wunderground diff --git a/source/_posts/2017-09-23-release-54.markdown b/source/_posts/2017-09-23-release-54.markdown index 7d45bd28d0e..4ab1e19f937 100644 --- a/source/_posts/2017-09-23-release-54.markdown +++ b/source/_posts/2017-09-23-release-54.markdown @@ -275,75 +275,75 @@ Experiencing issues introduced by this release? Please report them in our [issue [@vickyg3]: https://github.com/vickyg3 [@wickerwaka]: https://github.com/wickerwaka [abode docs]: /components/abode/ -[alarm_control_panel.abode docs]: /components/alarm_control_panel.abode/ -[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ -[alarm_control_panel.satel_integra docs]: /components/alarm_control_panel.satel_integra/ -[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ +[alarm_control_panel.abode docs]: /components/abode +[alarm_control_panel.manual docs]: /components/manual +[alarm_control_panel.satel_integra docs]: /components/satel_integra +[alarm_control_panel.spc docs]: /components/spc [alexa docs]: /components/alexa/ [api docs]: /components/api/ [apple_tv docs]: /components/apple_tv/ [axis docs]: /components/axis/ -[binary_sensor.abode docs]: /components/binary_sensor.abode/ -[binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/ +[binary_sensor.abode docs]: /components/abode#binary-sensor +[binary_sensor.bayesian docs]: /components/bayesian [binary_sensor.knx docs]: /components/binary_sensor.knx/ [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.satel_integra docs]: /components/binary_sensor.satel_integra/ -[binary_sensor.spc docs]: /components/binary_sensor.spc/ -[calendar.todoist docs]: /components/calendar.todoist/ -[camera.abode docs]: /components/camera.abode/ -[camera.axis docs]: /components/camera.axis/ -[camera.doorbird docs]: /components/camera.doorbird/ -[camera.uvc docs]: /components/camera.uvc/ +[binary_sensor.satel_integra docs]: /components/satel_integra +[binary_sensor.spc docs]: /components/spc#binary-sensor +[calendar.todoist docs]: /components/todoist +[camera.abode docs]: /components/abode +[camera.axis docs]: /components/axis +[camera.doorbird docs]: /components/doorbird#camera +[camera.uvc docs]: /components/uvc [climate.knx docs]: /components/climate.knx/ [config.zwave docs]: /components/config.zwave/ -[cover.abode docs]: /components/cover.abode/ +[cover.abode docs]: /components/abode [cover.knx docs]: /components/cover.knx/ -[device_tracker.aruba docs]: /components/device_tracker.aruba/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ -[device_tracker.keenetic_ndms2 docs]: /components/device_tracker.keenetic_ndms2/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ +[device_tracker.aruba docs]: /components/aruba +[device_tracker.automatic docs]: /components/automatic +[device_tracker.keenetic_ndms2 docs]: /components/keenetic_ndms2 +[device_tracker.owntracks docs]: /components/owntracks [doorbird docs]: /components/doorbird/ [emulated_hue docs]: /components/emulated_hue/ [homematic docs]: /components/homematic/ [input_boolean docs]: /components/input_boolean/ -[light.abode docs]: /components/light.abode/ +[light.abode docs]: /components/abode#light [light.knx docs]: /components/light.knx/ -[light.lifx docs]: /components/light.lifx/ +[light.lifx docs]: /components/lifx [light.template docs]: /components/light.template/ -[light.tradfri docs]: /components/light.tradfri/ +[light.tradfri docs]: /components/tradfri [light.xiaomi_philipslight docs]: /components/light.xiaomi_miio/ -[lock.abode docs]: /components/lock.abode/ -[media_player.apple_tv docs]: /components/media_player.apple_tv/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.russound_rio docs]: /components/media_player.russound_rio/ -[media_player.universal docs]: /components/media_player.universal/ +[lock.abode docs]: /components/abode +[media_player.apple_tv docs]: /components/apple_tv +[media_player.mpd docs]: /components/mpd +[media_player.russound_rio docs]: /components/russound_rio +[media_player.universal docs]: /components/universal [mqtt_statestream docs]: /components/mqtt_statestream/ -[notify.html5 docs]: /components/notify.html5/ -[notify.xmpp docs]: /components/notify.xmpp/ +[notify.html5 docs]: /components/html5 +[notify.xmpp docs]: /components/xmpp [python_script docs]: /components/python_script/ [satel_integra docs]: /components/satel_integra/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.citybikes docs]: /components/sensor.citybikes/ -[sensor.coinmarketcap docs]: /components/sensor.coinmarketcap/ -[sensor.dte_energy_bridge docs]: /components/sensor.dte_energy_bridge/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.homematic docs]: /components/sensor.homematic/ +[sensor.airvisual docs]: /components/airvisual +[sensor.citybikes docs]: /components/citybikes +[sensor.coinmarketcap docs]: /components/coinmarketcap +[sensor.dte_energy_bridge docs]: /components/dte_energy_bridge +[sensor.fitbit docs]: /components/fitbit +[sensor.homematic docs]: /components/homematic [sensor.knx docs]: /components/sensor.knx/ -[sensor.mopar docs]: /components/sensor.mopar/ -[sensor.onewire docs]: /components/sensor.onewire/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.worxlandroid docs]: /components/sensor.worxlandroid/ -[switch.abode docs]: /components/switch.abode/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.doorbird docs]: /components/switch.doorbird/ +[sensor.mopar docs]: /components/mopar +[sensor.onewire docs]: /components/onewire +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.worxlandroid docs]: /components/worxlandroid +[switch.abode docs]: /components/abode#switch +[switch.broadlink docs]: /components/broadlink#switch +[switch.doorbird docs]: /components/doorbird#switch [switch.knx docs]: /components/switch.knx/ [switch.rest docs]: /components/switch.rest/ -[switch.telnet docs]: /components/switch.telnet/ +[switch.telnet docs]: /components/telnet [vacuum docs]: /components/vacuum/ [vacuum.mqtt docs]: /components/vacuum.mqtt/ [vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/ -[xiaomi docs]: /components/xiaomi/ +[xiaomi docs]: /components/xiaomi_aqara [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zwave docs]: /components/zwave/ [forum]: https://community.home-assistant.io/ diff --git a/source/_posts/2017-10-07-release-55.markdown b/source/_posts/2017-10-07-release-55.markdown index c36885896ab..cc1fb32e4a0 100644 --- a/source/_posts/2017-10-07-release-55.markdown +++ b/source/_posts/2017-10-07-release-55.markdown @@ -304,24 +304,24 @@ Experiencing issues introduced by this release? Please report them in our [issue [@vickyg3]: https://github.com/vickyg3 [@w1ll1am23]: https://github.com/w1ll1am23 [abode docs]: /components/abode/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ -[alarm_control_panel.manual_mqtt docs]: /components/alarm_control_panel.manual_mqtt/ +[alarm_control_panel.egardia docs]: /components/egardia +[alarm_control_panel.manual_mqtt docs]: /components/manual_mqtt/ [alexa.smart_home docs]: /components/alexa/ [apple_tv docs]: /components/apple_tv/ [arlo docs]: /components/arlo/ -[binary_sensor.raincloud docs]: /components/binary_sensor.raincloud/ -[binary_sensor.threshold docs]: /components/binary_sensor.threshold/ -[binary_sensor.wink docs]: /components/binary_sensor.wink/ -[camera.arlo docs]: /components/camera.arlo/ -[camera.synology docs]: /components/camera.synology/ -[camera.usps docs]: /components/camera.usps/ -[climate.ecobee docs]: /components/climate.ecobee/ +[binary_sensor.raincloud docs]: /components/raincloud#binary-sensor +[binary_sensor.threshold docs]: /components/threshold +[binary_sensor.wink docs]: /components/wink#binary-sensor +[camera.arlo docs]: /components/arlo#camera +[camera.synology docs]: /components/synology +[camera.usps docs]: /components/usps#camera +[climate.ecobee docs]: /components/ecobee [climate.mqtt docs]: /components/climate.mqtt/ [cover.mqtt docs]: /components/cover.mqtt/ [cover.rflink docs]: /components/cover.rflink/ [demo docs]: /components/demo/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.owntracks_http docs]: /components/device_tracker.owntracks_http/ +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.owntracks_http docs]: /components/owntracks_http/ [duckdns docs]: /components/duckdns/ [ecobee docs]: /components/ecobee/ [emulated_hue docs]: /components/emulated_hue/ @@ -331,53 +331,53 @@ Experiencing issues introduced by this release? Please report them in our [issue [history docs]: /components/history/ [homematic docs]: /components/homematic/ [http docs]: /components/http/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [influxdb docs]: /components/influxdb/ [input_datetime docs]: /components/input_datetime/ [input_number docs]: /components/input_number/ -[light.flux_led docs]: /components/light.flux_led/ +[light.flux_led docs]: /components/flux_led [light.rflink docs]: /components/light.rflink/ -[light.tradfri docs]: /components/light.tradfri/ -[light.yeelight docs]: /components/light.yeelight/ -[lock.wink docs]: /components/lock.wink/ +[light.tradfri docs]: /components/tradfri +[light.yeelight docs]: /components/yeelight +[lock.wink docs]: /components/wink#lock [media_extractor docs]: /components/media_extractor/ -[media_player.apple_tv docs]: /components/media_player.apple_tv/ -[media_player.webostv docs]: /components/media_player.webostv/ -[media_player.yamaha_musiccast docs]: /components/media_player.yamaha_musiccast/ +[media_player.apple_tv docs]: /components/apple_tv +[media_player.webostv docs]: /components/webostv#media-player +[media_player.yamaha_musiccast docs]: /components/yamaha_musiccast/ [mqtt_statestream docs]: /components/mqtt_statestream/ -[notify.clicksendaudio docs]: /components/notify.clicksendaudio/ -[notify.discord docs]: /components/notify.discord/ -[notify.facebook docs]: /components/notify.facebook/ -[notify.simplepush docs]: /components/notify.simplepush/ +[notify.clicksendaudio docs]: /components/clicksendaudio/ +[notify.discord docs]: /components/discord +[notify.facebook docs]: /components/facebook +[notify.simplepush docs]: /components/simplepush [raincloud docs]: /components/raincloud/ [raspihats docs]: /components/raspihats/ [recorder docs]: /components/recorder/ -[remote.itach docs]: /components/remote.itach/ +[remote.itach docs]: /components/itach [rflink docs]: /components/rflink/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.arlo docs]: /components/sensor.arlo/ -[sensor.comed_hourly_pricing docs]: /components/sensor.comed_hourly_pricing/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.fedex docs]: /components/sensor.fedex/ -[sensor.geo_rss_events docs]: /components/sensor.geo_rss_events/ -[sensor.google_travel_time docs]: /components/sensor.google_travel_time/ -[sensor.imap docs]: /components/sensor.imap/ -[sensor.lyft docs]: /components/sensor.lyft/ -[sensor.onewire docs]: /components/sensor.onewire/ -[sensor.pvoutput docs]: /components/sensor.pvoutput/ -[sensor.raincloud docs]: /components/sensor.raincloud/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.thethingsnetwork docs]: /components/sensor.thethingsnetwork/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.ups docs]: /components/sensor.ups/ -[sensor.usps docs]: /components/sensor.usps/ -[sensor.vera docs]: /components/sensor.vera/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.airvisual docs]: /components/airvisual +[sensor.arlo docs]: /components/arlo#sensor +[sensor.comed_hourly_pricing docs]: /components/comed_hourly_pricing +[sensor.dsmr docs]: /components/dsmr +[sensor.fedex docs]: /components/fedex +[sensor.geo_rss_events docs]: /components/geo_rss_events +[sensor.google_travel_time docs]: /components/google_travel_time +[sensor.imap docs]: /components/imap +[sensor.lyft docs]: /components/lyft +[sensor.onewire docs]: /components/onewire +[sensor.pvoutput docs]: /components/pvoutput +[sensor.raincloud docs]: /components/raincloud#sensor +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.thethingsnetwork docs]: /components/thethingsnetwork#sensor +[sensor.tibber docs]: /components/tibber#sensor +[sensor.ups docs]: /components/ups +[sensor.usps docs]: /components/usps#sensor +[sensor.vera docs]: /components/vera#sensor +[sensor.wunderground docs]: /components/wunderground [splunk docs]: /components/splunk/ -[switch.abode docs]: /components/switch.abode/ -[switch.raincloud docs]: /components/switch.raincloud/ +[switch.abode docs]: /components/abode#switch +[switch.raincloud docs]: /components/raincloud#switch [switch.rflink docs]: /components/switch.rflink/ -[switch.tplink docs]: /components/switch.tplink/ +[switch.tplink docs]: /components/tplink [thethingsnetwork docs]: /components/thethingsnetwork/ [tradfri docs]: /components/tradfri/ [upnp docs]: /components/upnp/ @@ -402,9 +402,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [@passie]: https://github.com/passie [@pschmitt]: https://github.com/pschmitt [@snjoetw]: https://github.com/snjoetw -[camera.synology docs]: /components/camera.synology/ +[camera.synology docs]: /components/synology [cover.rflink docs]: /components/cover.rflink/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[google docs]: /components/google/ -[light.tradfri docs]: /components/light.tradfri/ -[media_player.liveboxplaytv docs]: /components/media_player.liveboxplaytv/ +[device_tracker.owntracks docs]: /components/owntracks +[google docs]: /components/google_translate +[light.tradfri docs]: /components/tradfri +[media_player.liveboxplaytv docs]: /components/liveboxplaytv diff --git a/source/_posts/2017-10-14-templating-date-time.markdown b/source/_posts/2017-10-14-templating-date-time.markdown index 9adc0466720..5a902306388 100644 --- a/source/_posts/2017-10-14-templating-date-time.markdown +++ b/source/_posts/2017-10-14-templating-date-time.markdown @@ -10,8 +10,8 @@ og_image: /images/blog/2017-10-template/social.png This [Pull Request](https://github.com/home-assistant/home-assistant/pull/9868) shows in a clear way what happens if the documentation is not as good as it should be. In short, it's about [Templating](/docs/configuration/templating/) and how people start to think about creative ways to solve it if it's not documented. Let's assume that we want the current year. There are a couple of options available to do that: -- Query [JSON Test](http://date.jsontest.com/) with a [`rest` sensor](/components/sensor.rest/) and a `value_template:`. -- Use a [`time_date` sensor ](/components/sensor.time_date/) and a template {% raw %}`{{ strptime(states('sensor.date'), '%Y-%m-%d').year }}`{% endraw %}. +- Query [JSON Test](http://date.jsontest.com/) with a [`rest` sensor](/components/rest) and a `value_template:`. +- Use a [`time_date` sensor ](/components/time_date) and a template {% raw %}`{{ strptime(states('sensor.date'), '%Y-%m-%d').year }}`{% endraw %}. - Write a script in language X and use it with the [`command` sensor](/components/sensor.command_line/) or use `date +"%Y"` as a `command:`. diff --git a/source/_posts/2017-10-21-release-56.markdown b/source/_posts/2017-10-21-release-56.markdown index 5155efd3eef..4cc5a98866c 100644 --- a/source/_posts/2017-10-21-release-56.markdown +++ b/source/_posts/2017-10-21-release-56.markdown @@ -416,41 +416,41 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ziotibia81]: https://github.com/ziotibia81 [__init__ docs]: /components/__init__/ [abode docs]: /components/abode/ -[alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ +[alarm_control_panel.arlo docs]: /components/arlo +[alarm_control_panel.egardia docs]: /components/egardia [alexa.smart_home docs]: /components/alexa.smart_home/ [arlo docs]: /components/arlo/ [automation.event docs]: /docs/automation/trigger/#event-trigger [automation.numeric_state docs]: /docs/automation/trigger/#numeric-state-trigger [automation.state docs]: /docs/automation/trigger/#state-trigger -[binary_sensor.iss docs]: /components/binary_sensor.iss/ -[binary_sensor.netatmo docs]: /components/binary_sensor.netatmo/ -[binary_sensor.skybell docs]: /components/binary_sensor.skybell/ +[binary_sensor.iss docs]: /components/iss +[binary_sensor.netatmo docs]: /components/netatmo#binary-sensor +[binary_sensor.skybell docs]: /components/skybell#binary-sensor [binary_sensor.template docs]: /components/binary_sensor.template/ -[binary_sensor.tesla docs]: /components/binary_sensor.tesla/ -[binary_sensor.wink docs]: /components/binary_sensor.wink/ +[binary_sensor.tesla docs]: /components/tesla +[binary_sensor.wink docs]: /components/wink#binary-sensor [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[camera.arlo docs]: /components/camera.arlo/ +[camera.arlo docs]: /components/arlo#camera [camera.ffmpeg docs]: /components/camera.ffmpeg/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.skybell docs]: /components/camera.skybell/ -[camera.synology docs]: /components/camera.synology/ -[camera.yi docs]: /components/camera.yi/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ +[camera.onvif docs]: /components/onvif +[camera.skybell docs]: /components/skybell#camera +[camera.synology docs]: /components/synology +[camera.yi docs]: /components/yi +[climate.eq3btsmart docs]: /components/eq3btsmart [climate.knx docs]: /components/climate.knx/ [climate.mqtt docs]: /components/climate.mqtt/ -[climate.tesla docs]: /components/climate.tesla/ -[climate.toon docs]: /components/climate.toon/ +[climate.tesla docs]: /components/tesla +[climate.toon docs]: /components/toon#climate [cloud.iot docs]: /components/cloud/ [cover.rflink docs]: /components/cover.rflink/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.fritz docs]: /components/device_tracker.fritz/ -[device_tracker.mikrotik docs]: /components/device_tracker.mikrotik/ -[device_tracker.netgear docs]: /components/device_tracker.netgear/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ -[device_tracker.unifi docs]: /components/device_tracker.unifi/ -[device_tracker.upc_connect docs]: /components/device_tracker.upc_connect/ +[device_tracker.fritz docs]: /components/fritz +[device_tracker.mikrotik docs]: /components/mikrotik +[device_tracker.netgear docs]: /components/netgear +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.snmp docs]: /components/snmp +[device_tracker.unifi docs]: /components/unifi +[device_tracker.upc_connect docs]: /components/upc_connect [enocean docs]: /components/enocean/ [ffmpeg docs]: /components/ffmpeg/ [google_assistant docs]: /components/google_assistant/ @@ -458,86 +458,86 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematic docs]: /components/homematic/ [http docs]: /components/http/ [knx docs]: /components/knx/ -[light.hue docs]: /components/light.hue/ -[light.mqtt_json docs]: /components/light.mqtt_json/ -[light.osramlightify docs]: /components/light.osramlightify/ -[light.skybell docs]: /components/light.skybell/ +[light.hue docs]: /components/hue +[light.mqtt_json docs]: /components/light.mqtt +[light.osramlightify docs]: /components/osramlightify +[light.skybell docs]: /components/skybell#light [light.template docs]: /components/light.template/ -[light.tplink docs]: /components/light.tplink/ -[light.tradfri docs]: /components/light.tradfri/ -[light.yeelight docs]: /components/light.yeelight/ -[lock.tesla docs]: /components/lock.tesla/ +[light.tplink docs]: /components/tplink +[light.tradfri docs]: /components/tradfri +[light.yeelight docs]: /components/yeelight +[lock.tesla docs]: /components/tesla [map docs]: /components/map/ [media_extractor docs]: /components/media_extractor/ -[media_player.denon docs]: /components/media_player.denon/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.dunehd docs]: /components/media_player.dunehd/ -[media_player.liveboxplaytv docs]: /components/media_player.liveboxplaytv/ -[media_player.monoprice docs]: /components/media_player.monoprice/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.denon docs]: /components/denon +[media_player.denonavr docs]: /components/denonavr/ +[media_player.dunehd docs]: /components/dunehd +[media_player.liveboxplaytv docs]: /components/liveboxplaytv +[media_player.monoprice docs]: /components/monoprice +[media_player.plex docs]: /components/plex#media-player +[media_player.yamaha docs]: /components/yamaha [modbus docs]: /components/modbus/ [mqtt docs]: /components/mqtt/ [namecheapdns docs]: /components/namecheapdns/ -[notify.clicksend_tts docs]: /components/notify.clicksend_tts/ -[notify.html5 docs]: /components/notify.html5/ -[notify.rocketchat docs]: /components/notify.rocketchat/ -[notify.xmpp docs]: /components/notify.xmpp/ +[notify.clicksend_tts docs]: /components/clicksend_tts/ +[notify.html5 docs]: /components/html5 +[notify.rocketchat docs]: /components/rocketchat +[notify.xmpp docs]: /components/xmpp [python_script docs]: /components/python_script/ [raincloud docs]: /components/raincloud/ -[sensor.abode docs]: /components/sensor.abode/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.android_ip_webcam docs]: /components/sensor.android_ip_webcam/ -[sensor.arlo docs]: /components/sensor.arlo/ -[sensor.arwn docs]: /components/sensor.arwn/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/ -[sensor.fritzbox_netmonitor docs]: /components/sensor.fritzbox_netmonitor/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.imap docs]: /components/sensor.imap/ +[sensor.abode docs]: /components/abode +[sensor.airvisual docs]: /components/airvisual +[sensor.android_ip_webcam docs]: /components/android_ip_webcam#sensor +[sensor.arlo docs]: /components/arlo#sensor +[sensor.arwn docs]: /components/arwn +[sensor.darksky docs]: /components/darksky +[sensor.fitbit docs]: /components/fitbit +[sensor.fritzbox_callmonitor docs]: /components/fritzbox#sensor_callmonitor/ +[sensor.fritzbox_netmonitor docs]: /components/fritzbox#sensor_netmonitor/ +[sensor.glances docs]: /components/glances +[sensor.imap docs]: /components/imap [sensor.ios docs]: /components/sensor.ios/ -[sensor.mqtt_room docs]: /components/sensor.mqtt_room/ -[sensor.netdata docs]: /components/sensor.netdata/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.raincloud docs]: /components/sensor.raincloud/ -[sensor.ring docs]: /components/sensor.ring/ -[sensor.serial docs]: /components/sensor.serial/ -[sensor.skybell docs]: /components/sensor.skybell/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.steam_online docs]: /components/sensor.steam_online/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tesla docs]: /components/sensor.tesla/ -[sensor.toon docs]: /components/sensor.toon/ -[sensor.tradfri docs]: /components/sensor.tradfri/ -[sensor.transmission docs]: /components/sensor.transmission/ -[sensor.travisci docs]: /components/sensor.travisci/ -[sensor.uptime docs]: /components/sensor.uptime/ -[sensor.vera docs]: /components/sensor.vera/ +[sensor.mqtt_room docs]: /components/mqtt_room +[sensor.netdata docs]: /components/netdata +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.raincloud docs]: /components/raincloud#sensor +[sensor.ring docs]: /components/ring#sensor +[sensor.serial docs]: /components/serial +[sensor.skybell docs]: /components/skybell#sensor +[sensor.snmp docs]: /components/snmp#sensor +[sensor.statistics docs]: /components/statistics +[sensor.steam_online docs]: /components/steam_online +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tesla docs]: /components/tesla +[sensor.toon docs]: /components/toon +[sensor.tradfri docs]: /components/tradfri +[sensor.transmission docs]: /components/transmission +[sensor.travisci docs]: /components/travisci +[sensor.uptime docs]: /components/uptime +[sensor.vera docs]: /components/vera#sensor [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.zha docs]: /components/zha [shiftr docs]: /components/shiftr/ [skybell docs]: /components/skybell/ -[switch.flux docs]: /components/switch.flux/ -[switch.fritzdect docs]: /components/switch.fritzdect/ -[switch.hikvisioncam docs]: /components/switch.hikvisioncam/ -[switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.skybell docs]: /components/switch.skybell/ -[switch.tesla docs]: /components/switch.tesla/ -[switch.toon docs]: /components/switch.toon/ -[switch.tplink docs]: /components/switch.tplink/ -[switch.wink docs]: /components/switch.wink/ +[switch.flux docs]: /components/flux +[switch.fritzdect docs]: /components/fritzdect +[switch.hikvisioncam docs]: /components/hikvisioncam +[switch.rainmachine docs]: /components/rainmachine#switch +[switch.skybell docs]: /components/skybell#switch +[switch.tesla docs]: /components/tesla +[switch.toon docs]: /components/toon +[switch.tplink docs]: /components/tplink +[switch.wink docs]: /components/wink#switch [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [telegram_bot docs]: /components/telegram_bot/ [tesla docs]: /components/tesla/ [toon docs]: /components/toon/ [tradfri docs]: /components/tradfri/ [vacuum docs]: /components/vacuum/ -[vacuum.dyson docs]: /components/vacuum.dyson/ +[vacuum.dyson docs]: /components/dyson#vacuum [vacuum.mqtt docs]: /components/vacuum.mqtt/ [vera docs]: /components/vera/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [wink docs]: /components/wink/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ diff --git a/source/_posts/2017-10-23-simple-analog-sensor.markdown b/source/_posts/2017-10-23-simple-analog-sensor.markdown index ffe23d63f7b..027715ae754 100644 --- a/source/_posts/2017-10-23-simple-analog-sensor.markdown +++ b/source/_posts/2017-10-23-simple-analog-sensor.markdown @@ -9,9 +9,9 @@ og_image: /images/blog/2017-10-analog-sensor/analog-sensor.png --- -This blog post is about building a super simple analog sensor for Home Assistant. The physical sensor will send the data over its virtual serial port as it will be connected over USB. The concept is similar to the [TEMPer USB](/components/sensor.temper/) devices. The attatched sensor type to the microcontroller can be any kind of sensor which gives you an analog signal from brightness over soil moisture to temperature. +This blog post is about building a super simple analog sensor for Home Assistant. The physical sensor will send the data over its virtual serial port as it will be connected over USB. The concept is similar to the [TEMPer USB](/components/temper) devices. The attatched sensor type to the microcontroller can be any kind of sensor which gives you an analog signal from brightness over soil moisture to temperature. -The microcontroller will only transfer the voltage of an analog input pin which will be between 0 and 1024. Home Assistant will use the new [`serial`](/components/sensor.serial/) sensor platform to read the data and perform actions to convert the raw reading into a real measurement. This means that you don't have to adjust the code of your microcontroller if you change the attached sensor type. +The microcontroller will only transfer the voltage of an analog input pin which will be between 0 and 1024. Home Assistant will use the new [`serial`](/components/serial) sensor platform to read the data and perform actions to convert the raw reading into a real measurement. This means that you don't have to adjust the code of your microcontroller if you change the attached sensor type.

@@ -65,7 +65,7 @@ void loop() { To make it work with other boards simply use [`Serial.begin(115200);`](https://www.arduino.cc/en/Reference/Serial) and [`Serial.println(reading);`](https://www.arduino.cc/en/Serial/Println). -If you connect with a tool like `minicom` to your system's serial port `/dev/ttyACM0`, then you will get the data. To use the sensor with Home Assistant the [`serial`](/components/sensor.serial/) sensor platform needs to be set up. +If you connect with a tool like `minicom` to your system's serial port `/dev/ttyACM0`, then you will get the data. To use the sensor with Home Assistant the [`serial`](/components/serial) sensor platform needs to be set up. ```yaml sensor: @@ -73,7 +73,7 @@ sensor: port: /dev/ttyACM0 ``` -The physical sensor reads the current voltage of the pin. A [template sensor](/components/sensor.template/) takes the reading and converts it into a measurement. The data sheet of the sensor unit usually contains details about the involved calculations. +The physical sensor reads the current voltage of the pin. A [template sensor](/components/template) takes the reading and converts it into a measurement. The data sheet of the sensor unit usually contains details about the involved calculations. {% raw %} ```yaml diff --git a/source/_posts/2017-10-28-demo.markdown b/source/_posts/2017-10-28-demo.markdown index e6b4c9972b3..656cc4a7e89 100644 --- a/source/_posts/2017-10-28-demo.markdown +++ b/source/_posts/2017-10-28-demo.markdown @@ -44,7 +44,7 @@ switch:

## `random` platforms -Till now the frontend is static. Nothing is changing over time. Starting with 0.57 we ship a [`random` binary sensor](/components/random/#binary-sensor) platform in addition to the already available [`random` sensor](/components/sensor.random/). +Till now the frontend is static. Nothing is changing over time. Starting with 0.57 we ship a [`random` binary sensor](/components/random/#binary-sensor) platform in addition to the already available [`random` sensor](/components/random#sensor). By adding those platform to your `configuration.yaml` file, your demo will become more interactive. diff --git a/source/_posts/2017-11-04-release-57.markdown b/source/_posts/2017-11-04-release-57.markdown index 88a67f7c6c7..1a29c661c35 100644 --- a/source/_posts/2017-11-04-release-57.markdown +++ b/source/_posts/2017-11-04-release-57.markdown @@ -520,37 +520,37 @@ Experiencing issues introduced by this release? Please report them in our [issue [@craigjmidwinter]: https://github.com/craigjmidwinter [@ypollart]: https://github.com/ypollart [@zabuldon]: https://github.com/zabuldon -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.totalconnect docs]: /components/totalconnect [alexa.smart_home docs]: /components/alexa.smart_home/ [api docs]: /components/api/ [automation.event docs]: /docs/automation/trigger/#event-trigger [automation.numeric_state docs]: /docs/automation/trigger/#numeric-state-trigger [axis docs]: /components/axis/ -[binary_sensor.axis docs]: /components/binary_sensor.axis/ -[binary_sensor.gc100 docs]: /components/binary_sensor.gc100/ -[binary_sensor.linode docs]: /components/binary_sensor.linode/ -[binary_sensor.random docs]: /components/binary_sensor.random/ +[binary_sensor.axis docs]: /components/axis#binary-sensor +[binary_sensor.gc100 docs]: /components/gc100#binary-sensor +[binary_sensor.linode docs]: /components/linode#binary-sensor +[binary_sensor.random docs]: /components/random#binary-sensor [binary_sensor.rfxtrx docs]: /components/binary_sensor.rfxtrx/ -[binary_sensor.ring docs]: /components/binary_sensor.ring/ -[binary_sensor.tellduslive docs]: /components/binary_sensor.tellduslive/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.ring docs]: /components/ring#binary-sensor +[binary_sensor.tellduslive docs]: /components/tellduslive +[binary_sensor.trend docs]: /components/trend [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ [camera docs]: /components/camera/ -[camera.ring docs]: /components/camera.ring/ -[climate.ephember docs]: /components/climate.ephember/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.honeywell docs]: /components/climate.honeywell/ -[climate.toon docs]: /components/climate.toon/ +[camera.ring docs]: /components/ring#camera +[climate.ephember docs]: /components/ephember +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.honeywell docs]: /components/honeywell +[climate.toon docs]: /components/toon#climate [cloud docs]: /components/cloud/ [cover.template docs]: /components/cover.template/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ -[device_tracker.geofency docs]: /components/device_tracker.geofency/ -[device_tracker.mikrotik docs]: /components/device_tracker.mikrotik/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ -[device_tracker.ubus docs]: /components/device_tracker.ubus/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.automatic docs]: /components/automatic +[device_tracker.geofency docs]: /components/geofency +[device_tracker.mikrotik docs]: /components/mikrotik +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.snmp docs]: /components/snmp +[device_tracker.ubus docs]: /components/ubus [dialogflow docs]: /components/dialogflow/ [downloader docs]: /components/downloader/ [duckdns docs]: /components/duckdns/ @@ -562,35 +562,35 @@ Experiencing issues introduced by this release? Please report them in our [issue [hassio docs]: /components/hassio/ [history docs]: /components/history/ [http docs]: /components/http/ -[image_processing.openalpr_local docs]: /components/image_processing.openalpr_local/ +[image_processing.openalpr_local docs]: /components/openalpr_local_local [input_number docs]: /components/input_number/ [input_text docs]: /components/input_text/ [introduction docs]: /components/introduction/ -[light.hue docs]: /components/light.hue/ -[light.hyperion docs]: /components/light.hyperion/ +[light.hue docs]: /components/hue +[light.hyperion docs]: /components/hyperion [light.mqtt docs]: /components/light.mqtt/ -[light.tradfri docs]: /components/light.tradfri/ +[light.tradfri docs]: /components/tradfri [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.yeelight docs]: /components/light.yeelight/ +[light.yeelight docs]: /components/yeelight [linode docs]: /components/linode/ [logbook docs]: /components/logbook/ [mailbox docs]: /components/mailbox/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.liveboxplaytv docs]: /components/media_player.liveboxplaytv/ -[media_player.monoprice docs]: /components/media_player.monoprice/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.russound_rnet docs]: /components/media_player.russound_rnet/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.liveboxplaytv docs]: /components/liveboxplaytv +[media_player.monoprice docs]: /components/monoprice +[media_player.plex docs]: /components/plex#media-player +[media_player.russound_rnet docs]: /components/russound_rnet +[media_player.sonos docs]: /components/sonos +[media_player.yamaha docs]: /components/yamaha [mqtt_statestream docs]: /components/mqtt_statestream/ [namecheapdns docs]: /components/namecheapdns/ [no_ip docs]: /components/no_ip/ [notify.aws_sns docs]: /components/notify.aws_sns/ [notify.aws_sqs docs]: /components/notify.aws_sqs/ -[notify.clickatell docs]: /components/notify.clickatell/ -[notify.sendgrid docs]: /components/notify.sendgrid/ -[notify.yessssms docs]: /components/notify.yessssms/ +[notify.clickatell docs]: /components/clickatell +[notify.sendgrid docs]: /components/sendgrid +[notify.yessssms docs]: /components/yessssms [panel_custom docs]: /components/panel_custom/ [persistent_notification docs]: /components/persistent_notification/ [plant docs]: /components/plant/ @@ -598,38 +598,38 @@ Experiencing issues introduced by this release? Please report them in our [issue [remember_the_milk docs]: /components/remember_the_milk/ [rfxtrx docs]: /components/rfxtrx/ [ring docs]: /components/ring/ -[sensor.coinmarketcap docs]: /components/sensor.coinmarketcap/ -[sensor.emoncms docs]: /components/sensor.emoncms/ -[sensor.fail2ban docs]: /components/sensor.fail2ban/ -[sensor.gitter docs]: /components/sensor.gitter/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.google_travel_time docs]: /components/sensor.google_travel_time/ -[sensor.hddtemp docs]: /components/sensor.hddtemp/ -[sensor.imap docs]: /components/sensor.imap/ -[sensor.irish_rail_transport docs]: /components/sensor.irish_rail_transport/ -[sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ -[sensor.nederlandse_spoorwegen docs]: /components/sensor.nederlandse_spoorwegen/ -[sensor.radarr docs]: /components/sensor.radarr/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.ring docs]: /components/sensor.ring/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.sonarr docs]: /components/sensor.sonarr/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.synologydsm docs]: /components/sensor.synologydsm/ -[sensor.sytadin docs]: /components/sensor.sytadin/ -[sensor.toon docs]: /components/sensor.toon/ -[sensor.uk_transport docs]: /components/sensor.uk_transport/ -[sensor.whois docs]: /components/sensor.whois/ +[sensor.coinmarketcap docs]: /components/coinmarketcap +[sensor.emoncms docs]: /components/emoncms +[sensor.fail2ban docs]: /components/fail2ban +[sensor.gitter docs]: /components/gitter +[sensor.glances docs]: /components/glances +[sensor.google_travel_time docs]: /components/google_travel_time +[sensor.hddtemp docs]: /components/hddtemp +[sensor.imap docs]: /components/imap +[sensor.irish_rail_transport docs]: /components/irish_rail_transport +[sensor.lastfm docs]: /components/lastfm +[sensor.luftdaten docs]: /components/luftdaten#sensor +[sensor.nederlandse_spoorwegen docs]: /components/nederlandse_spoorwegen +[sensor.radarr docs]: /components/radarr +[sensor.rest docs]: /components/rest +[sensor.ring docs]: /components/ring#sensor +[sensor.scrape docs]: /components/scrape +[sensor.snmp docs]: /components/snmp#sensor +[sensor.sonarr docs]: /components/sonarr +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.synologydsm docs]: /components/synologydsm +[sensor.sytadin docs]: /components/sytadin +[sensor.toon docs]: /components/toon +[sensor.uk_transport docs]: /components/uk_transport +[sensor.whois docs]: /components/whois [shopping_list docs]: /components/shopping_list/ -[switch.deluge docs]: /components/switch.deluge/ -[switch.flux docs]: /components/switch.flux/ -[switch.gc100 docs]: /components/switch.gc100/ -[switch.snmp docs]: /components/switch.snmp/ +[switch.deluge docs]: /components/deluge#switch +[switch.flux docs]: /components/flux +[switch.gc100 docs]: /components/gc100#switch +[switch.snmp docs]: /components/snmp#switch [switch.template docs]: /components/switch.template/ -[switch.toon docs]: /components/switch.toon/ +[switch.toon docs]: /components/toon [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tellduslive docs]: /components/tellduslive/ [tellstick docs]: /components/tellstick/ @@ -637,8 +637,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [timer docs]: /components/timer/ [toon docs]: /components/toon/ [tradfri docs]: /components/tradfri/ -[tts.amazon_polly docs]: /components/tts.amazon_polly/ -[tts.microsoft docs]: /components/tts.microsoft/ +[tts.amazon_polly docs]: /components/amazon_polly +[tts.microsoft docs]: /components/microsoft [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [vera docs]: /components/vera/ [wink docs]: /components/wink/ @@ -649,7 +649,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#10428]: https://github.com/home-assistant/home-assistant/pull/10428 [@stefan-jonasson]: https://github.com/stefan-jonasson [@tchellomello]: https://github.com/tchellomello -[binary_sensor.ring docs]: /components/binary_sensor.ring/ -[camera.ring docs]: /components/camera.ring/ -[sensor.ring docs]: /components/sensor.ring/ +[binary_sensor.ring docs]: /components/ring#binary-sensor +[camera.ring docs]: /components/ring#camera +[sensor.ring docs]: /components/ring#sensor [tellstick docs]: /components/tellstick/ diff --git a/source/_posts/2017-11-18-release-58.markdown b/source/_posts/2017-11-18-release-58.markdown index 0086fe8bd23..9ac113c31d7 100644 --- a/source/_posts/2017-11-18-release-58.markdown +++ b/source/_posts/2017-11-18-release-58.markdown @@ -380,22 +380,22 @@ Experiencing issues introduced by this release? Please report them in our [issue [@craigjmidwinter]: https://github.com/craigjmidwinter [@ziotibia81]: https://github.com/ziotibia81 [abode docs]: /components/abode/ -[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.spc docs]: /components/spc +[alarm_control_panel.totalconnect docs]: /components/totalconnect [apple_tv docs]: /components/apple_tv/ [arlo docs]: /components/arlo/ [axis docs]: /components/axis/ [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.aurora docs]: /components/binary_sensor.aurora/ -[binary_sensor.spc docs]: /components/binary_sensor.spc/ -[binary_sensor.vultr docs]: /components/binary_sensor.vultr/ -[camera.arlo docs]: /components/camera.arlo/ +[binary_sensor.aurora docs]: /components/aurora +[binary_sensor.spc docs]: /components/spc#binary-sensor +[binary_sensor.vultr docs]: /components/vultr#binary-sensor +[camera.arlo docs]: /components/arlo#camera [climate docs]: /components/climate/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.homematic docs]: /components/climate.homematic/ +[climate.eq3btsmart docs]: /components/eq3btsmart +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.homematic docs]: /components/homematic [climate.knx docs]: /components/climate.knx/ -[climate.wink docs]: /components/climate.wink/ +[climate.wink docs]: /components/wink#climate [cloud docs]: /components/cloud/ [cloud.const docs]: /components/cloud.const/ [config.zwave docs]: /components/config.zwave/ @@ -403,12 +403,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [counter docs]: /components/counter/ [cover.mqtt docs]: /components/cover.mqtt/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.hitron_coda docs]: /components/device_tracker.hitron_coda/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ -[device_tracker.tile docs]: /components/device_tracker.tile/ -[device_tracker.tplink docs]: /components/device_tracker.tplink/ -[device_tracker.upc_connect docs]: /components/device_tracker.upc_connect/ +[device_tracker.hitron_coda docs]: /components/hitron_coda +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.snmp docs]: /components/snmp +[device_tracker.tile docs]: /components/tile +[device_tracker.tplink docs]: /components/tplink +[device_tracker.upc_connect docs]: /components/upc_connect [downloader docs]: /components/downloader/ [gc100 docs]: /components/gc100/ [google_assistant.smart_home docs]: /components/google_assistant @@ -418,65 +418,65 @@ Experiencing issues introduced by this release? Please report them in our [issue [knx docs]: /components/knx/ [lametric docs]: /components/lametric/ [light docs]: /components/light/ -[light.tradfri docs]: /components/light.tradfri/ +[light.tradfri docs]: /components/tradfri [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ [lutron_caseta docs]: /components/lutron_caseta/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.snapcast docs]: /components/media_player.snapcast/ -[media_player.universal docs]: /components/media_player.universal/ -[media_player.webostv docs]: /components/media_player.webostv/ -[media_player.yamaha_musiccast docs]: /components/media_player.yamaha_musiccast/ +[media_player.bluesound docs]: /components/bluesound +[media_player.snapcast docs]: /components/snapcast +[media_player.universal docs]: /components/universal +[media_player.webostv docs]: /components/webostv#media-player +[media_player.yamaha_musiccast docs]: /components/yamaha_musiccast/ [mqtt docs]: /components/mqtt/ [mqtt.discovery docs]: /components/mqtt.discovery/ [mqtt.server docs]: /components/mqtt.server/ [mqtt_statestream docs]: /components/mqtt_statestream/ [neato docs]: /components/neato/ [no_ip docs]: /components/no_ip/ -[notify.apns docs]: /components/notify.apns/ -[notify.free_mobile docs]: /components/notify.free_mobile/ -[notify.html5 docs]: /components/notify.html5/ -[notify.lametric docs]: /components/notify.lametric/ -[notify.simplepush docs]: /components/notify.simplepush/ -[notify.telegram docs]: /components/notify.telegram/ +[notify.apns docs]: /components/apns +[notify.free_mobile docs]: /components/free_mobile +[notify.html5 docs]: /components/html5 +[notify.lametric docs]: /components/lametric +[notify.simplepush docs]: /components/simplepush +[notify.telegram docs]: /components/telegram [python_script docs]: /components/python_script/ [remote docs]: /components/remote/ -[remote.harmony docs]: /components/remote.harmony/ +[remote.harmony docs]: /components/harmony [ring docs]: /components/ring/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.arlo docs]: /components/sensor.arlo/ -[sensor.haveibeenpwned docs]: /components/sensor.haveibeenpwned/ -[sensor.lacrosse docs]: /components/sensor.lacrosse/ -[sensor.london_air docs]: /components/sensor.london_air/ +[sensor.airvisual docs]: /components/airvisual +[sensor.arlo docs]: /components/arlo#sensor +[sensor.haveibeenpwned docs]: /components/haveibeenpwned +[sensor.lacrosse docs]: /components/lacrosse +[sensor.london_air docs]: /components/london_air [sensor.modbus docs]: /components/sensor.modbus/ [sensor.neato docs]: /components/neato/ -[sensor.nederlandse_spoorwegen docs]: /components/sensor.nederlandse_spoorwegen/ -[sensor.pyload docs]: /components/sensor.pyload/ -[sensor.serial docs]: /components/sensor.serial/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.viaggiatreno docs]: /components/sensor.viaggiatreno/ -[sensor.vultr docs]: /components/sensor.vultr/ -[sensor.wunderground docs]: /components/sensor.wunderground/ -[sensor.yweather docs]: /components/sensor.yweather/ -[sensor.zamg docs]: /components/sensor.zamg/ +[sensor.nederlandse_spoorwegen docs]: /components/nederlandse_spoorwegen +[sensor.pyload docs]: /components/pyload +[sensor.serial docs]: /components/serial +[sensor.snmp docs]: /components/snmp#sensor +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tibber docs]: /components/tibber#sensor +[sensor.viaggiatreno docs]: /components/viaggiatreno +[sensor.vultr docs]: /components/vultr#sensor +[sensor.wunderground docs]: /components/wunderground +[sensor.yweather docs]: /components/yweather +[sensor.zamg docs]: /components/zamg#sensor [spc docs]: /components/spc/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.hikvisioncam docs]: /components/switch.hikvisioncam/ +[switch.broadlink docs]: /components/broadlink#switch +[switch.hikvisioncam docs]: /components/hikvisioncam [switch.modbus docs]: /components/switch.modbus/ -[switch.neato docs]: /components/switch.neato/ -[switch.snmp docs]: /components/switch.snmp/ +[switch.neato docs]: /components/neato#switch +[switch.snmp docs]: /components/snmp#switch [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [system_log docs]: /components/system_log/ [telegram_bot docs]: /components/telegram_bot/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ +[telegram_bot.polling docs]: /components/polling [tradfri docs]: /components/tradfri/ [tts docs]: /components/tts/ -[tts.google docs]: /components/tts.google/ -[tts.yandextts docs]: /components/tts.yandextts/ -[vacuum.neato docs]: /components/vacuum.neato/ +[tts.google docs]: /components/google_translate +[tts.yandextts docs]: /components/yandextts +[vacuum.neato docs]: /components/neato#vacuum [verisure docs]: /components/verisure/ [volvooncall docs]: /components/volvooncall/ [vultr docs]: /components/vultr/ @@ -492,7 +492,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@etsinko]: https://github.com/etsinko [@tinloaf]: https://github.com/tinloaf [@titilambert]: https://github.com/titilambert -[remote.harmony docs]: /components/remote.harmony/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ -[sensor.time_date docs]: /components/sensor.time_date/ -[weather.yweather docs]: /components/weather.yweather/ +[remote.harmony docs]: /components/harmony +[sensor.hydroquebec docs]: /components/hydroquebec +[sensor.time_date docs]: /components/time_date +[weather.yweather docs]: /components/yweather diff --git a/source/_posts/2017-12-03-release-59.markdown b/source/_posts/2017-12-03-release-59.markdown index 4a11ec81f81..2bad474aa7b 100644 --- a/source/_posts/2017-12-03-release-59.markdown +++ b/source/_posts/2017-12-03-release-59.markdown @@ -323,29 +323,29 @@ Experiencing issues introduced by this release? Please report them in our [issue [@zBart]: https://github.com/zBart [@zhujisheng]: https://github.com/zhujisheng [alarm_control_panel docs]: /components/alarm_control_panel/ -[alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/ +[alarm_control_panel.arlo docs]: /components/arlo [alarm_control_panel.demo docs]: /components/demo/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.totalconnect docs]: /components/totalconnect [amcrest docs]: /components/amcrest/ [automation.state docs]: /docs/automation/trigger/#state-trigger [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.homematic docs]: /components/binary_sensor.homematic/ -[camera.amcrest docs]: /components/camera.amcrest/ -[camera.ring docs]: /components/camera.ring/ +[binary_sensor.homematic docs]: /components/homematic +[camera.amcrest docs]: /components/amcrest +[camera.ring docs]: /components/ring#camera [climate docs]: /components/climate/ -[climate.ecobee docs]: /components/climate.ecobee/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.hive docs]: /components/climate.hive/ -[climate.honeywell docs]: /components/climate.honeywell/ +[climate.ecobee docs]: /components/ecobee +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.hive docs]: /components/hive#climate +[climate.honeywell docs]: /components/honeywell [climate.mqtt docs]: /components/climate.mqtt/ -[climate.radiotherm docs]: /components/climate.radiotherm/ -[climate.sensibo docs]: /components/climate.sensibo/ +[climate.radiotherm docs]: /components/radiotherm +[climate.sensibo docs]: /components/sensibo [cloud docs]: /components/cloud/ [config.group docs]: /components/config/ [configurator docs]: /components/configurator/ [conversation docs]: /components/conversation/ -[cover.tahoma docs]: /components/cover.tahoma/ -[device_tracker.unifi_direct docs]: /components/device_tracker.unifi_direct/ +[cover.tahoma docs]: /components/tahoma +[device_tracker.unifi_direct docs]: /components/unifi_direct/ [dominos docs]: /components/dominos/ [doorbird docs]: /components/doorbird/ [ecobee docs]: /components/ecobee/ @@ -357,37 +357,37 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematic docs]: /components/homematic/ [influxdb docs]: /components/influxdb/ [knx docs]: /components/knx/ -[light.blinkt docs]: /components/light.blinkt/ -[light.hive docs]: /components/light.hive/ -[light.hue docs]: /components/light.hue/ -[light.tradfri docs]: /components/light.tradfri/ +[light.blinkt docs]: /components/blinkt +[light.hive docs]: /components/hive#light +[light.hue docs]: /components/hue +[light.tradfri docs]: /components/tradfri [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.yeelight docs]: /components/light.yeelight/ +[light.yeelight docs]: /components/yeelight [media_extractor docs]: /components/media_extractor/ -[media_player.cast docs]: /components/media_player.cast/ +[media_player.cast docs]: /components/cast [netatmo docs]: /components/netatmo/ -[notify.lametric docs]: /components/notify.lametric/ -[notify.pushbullet docs]: /components/notify.pushbullet/ +[notify.lametric docs]: /components/lametric +[notify.pushbullet docs]: /components/pushbullet [ring docs]: /components/ring/ -[sensor.amcrest docs]: /components/sensor.amcrest/ -[sensor.currencylayer docs]: /components/sensor.currencylayer/ -[sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ -[sensor.fastdotcom docs]: /components/sensor.fastdotcom/ -[sensor.fritzbox_netmonitor docs]: /components/sensor.fritzbox_netmonitor/ -[sensor.hddtemp docs]: /components/sensor.hddtemp/ -[sensor.hive docs]: /components/sensor.hive/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.sabnzbd docs]: /components/sensor.sabnzbd/ -[sensor.serial docs]: /components/sensor.serial/ -[sensor.tahoma docs]: /components/sensor.tahoma/ -[sensor.tellduslive docs]: /components/sensor.tellduslive/ -[sensor.tellstick docs]: /components/sensor.tellstick/ -[sensor.whois docs]: /components/sensor.whois/ -[sensor.wunderground docs]: /components/sensor.wunderground/ -[sensor.yweather docs]: /components/sensor.yweather/ +[sensor.amcrest docs]: /components/amcrest +[sensor.currencylayer docs]: /components/currencylayer +[sensor.deutsche_bahn docs]: /components/deutsche_bahn +[sensor.fastdotcom docs]: /components/fastdotcom +[sensor.fritzbox_netmonitor docs]: /components/fritzbox#sensor_netmonitor/ +[sensor.hddtemp docs]: /components/hddtemp +[sensor.hive docs]: /components/hive#sensor +[sensor.homematic docs]: /components/homematic +[sensor.sabnzbd docs]: /components/sabnzbd +[sensor.serial docs]: /components/serial +[sensor.tahoma docs]: /components/tahoma +[sensor.tellduslive docs]: /components/tellduslive +[sensor.tellstick docs]: /components/tellstick#sensor +[sensor.whois docs]: /components/whois +[sensor.wunderground docs]: /components/wunderground +[sensor.yweather docs]: /components/yweather [shell_command docs]: /components/shell_command/ [shopping_list docs]: /components/shopping_list/ -[switch.hive docs]: /components/switch.hive/ +[switch.hive docs]: /components/hive#switch [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [system_log docs]: /components/system_log/ [tahoma docs]: /components/tahoma/ @@ -395,11 +395,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [tellstick docs]: /components/tellstick/ [tradfri docs]: /components/tradfri/ [tts docs]: /components/tts/ -[tts.baidu docs]: /components/tts.baidu/ -[tts.microsoft docs]: /components/tts.microsoft/ +[tts.baidu docs]: /components/baidu +[tts.microsoft docs]: /components/microsoft [updater docs]: /components/updater/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ -[weather.ecobee docs]: /components/weather.ecobee/ +[weather.ecobee docs]: /components/ecobee [zwave docs]: /components/zwave/ [#10798]: https://github.com/home-assistant/home-assistant/pull/10798 [#10923]: https://github.com/home-assistant/home-assistant/pull/10923 @@ -407,7 +407,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#10935]: https://github.com/home-assistant/home-assistant/pull/10935 [@NovapaX]: https://github.com/NovapaX [@wrboyce]: https://github.com/wrboyce -[notify.nfandroidtv docs]: /components/notify.nfandroidtv/ +[notify.nfandroidtv docs]: /components/nfandroidtv [#10941]: https://github.com/home-assistant/home-assistant/pull/10941 [#10947]: https://github.com/home-assistant/home-assistant/pull/10947 [#10950]: https://github.com/home-assistant/home-assistant/pull/10950 @@ -420,8 +420,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [@molobrakos]: https://github.com/molobrakos [@w1ll1am23]: https://github.com/w1ll1am23 [@craigjmidwinter]: https://github.com/craigjmidwinter -[device_tracker.linksys_ap docs]: /components/device_tracker.linksys_ap/ +[device_tracker.linksys_ap docs]: /components/linksys_ap [dominos docs]: /components/dominos/ -[media_player.cast docs]: /components/media_player.cast/ +[media_player.cast docs]: /components/cast [tellduslive docs]: /components/tellduslive/ [wink docs]: /components/wink/ diff --git a/source/_posts/2017-12-17-release-60.markdown b/source/_posts/2017-12-17-release-60.markdown index 16990f19fea..04da4115081 100644 --- a/source/_posts/2017-12-17-release-60.markdown +++ b/source/_posts/2017-12-17-release-60.markdown @@ -299,73 +299,73 @@ Experiencing issues introduced by this release? Please report them in our [issue [@uchagani]: https://github.com/uchagani [@ziotibia81]: https://github.com/ziotibia81 [ads docs]: /components/ads/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ -[alarm_control_panel.ialarm docs]: /components/alarm_control_panel.ialarm/ -[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ -[alarm_control_panel.manual_mqtt docs]: /components/alarm_control_panel.manual_mqtt/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.egardia docs]: /components/egardia +[alarm_control_panel.ialarm docs]: /components/ialarm +[alarm_control_panel.manual docs]: /components/manual +[alarm_control_panel.manual_mqtt docs]: /components/manual_mqtt/ +[alarm_control_panel.totalconnect docs]: /components/totalconnect [alarmdecoder docs]: /components/alarmdecoder/ [apple_tv docs]: /components/apple_tv/ [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.ads docs]: /components/binary_sensor.ads/ -[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/ -[calendar.caldav docs]: /components/calendar.caldav/ -[camera.canary docs]: /components/camera.canary/ +[binary_sensor.ads docs]: /components/ads#binary-sensor +[binary_sensor.isy994 docs]: /components/isy994 +[calendar.caldav docs]: /components/caldav +[camera.canary docs]: /components/canary#camera [canary docs]: /components/canary/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.tado docs]: /components/climate.tado/ +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.tado docs]: /components/tado [cloud docs]: /components/cloud/ [cloud.const docs]: /components/cloud.const/ [config.automation docs]: /components/config.automation/ -[cover.tellstick docs]: /components/cover.tellstick/ +[cover.tellstick docs]: /components/tellstick#cover [device_tracker docs]: /components/device_tracker/ -[device_tracker.meraki docs]: /components/device_tracker.meraki/ +[device_tracker.meraki docs]: /components/meraki [ecobee docs]: /components/ecobee/ [homematic docs]: /components/homematic/ [hue docs]: /components/hue/ [isy994 docs]: /components/isy994/ [keyboard_remote docs]: /components/keyboard_remote/ -[light.ads docs]: /components/light.ads/ -[light.hue docs]: /components/light.hue/ -[light.lifx docs]: /components/light.lifx/ -[light.mochad docs]: /components/light.mochad/ -[light.tplink docs]: /components/light.tplink/ -[light.tradfri docs]: /components/light.tradfri/ +[light.ads docs]: /components/ads#light +[light.hue docs]: /components/hue +[light.lifx docs]: /components/lifx +[light.mochad docs]: /components/mochad#light +[light.tplink docs]: /components/tplink +[light.tradfri docs]: /components/tradfri [logbook docs]: /components/logbook/ [media_extractor docs]: /components/media_extractor/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.liveboxplaytv docs]: /components/media_player.liveboxplaytv/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.ue_smart_radio docs]: /components/media_player.ue_smart_radio/ -[media_player.webostv docs]: /components/media_player.webostv/ -[media_player.yamaha_musiccast docs]: /components/media_player.yamaha_musiccast/ -[media_player.ziggo_mediabox_xl docs]: /components/media_player.ziggo_mediabox_xl/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.liveboxplaytv docs]: /components/liveboxplaytv +[media_player.samsungtv docs]: /components/samsungtv +[media_player.sonos docs]: /components/sonos +[media_player.ue_smart_radio docs]: /components/ue_smart_radio +[media_player.webostv docs]: /components/webostv#media-player +[media_player.yamaha_musiccast docs]: /components/yamaha_musiccast/ +[media_player.ziggo_mediabox_xl docs]: /components/ziggo_mediabox_xl [mochad docs]: /components/mochad/ [neato docs]: /components/neato/ -[notify.html5 docs]: /components/notify.html5/ +[notify.html5 docs]: /components/html5 [prometheus docs]: /components/prometheus/ -[scene.vera docs]: /components/scene.vera/ -[sensor.ads docs]: /components/sensor.ads/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.canary docs]: /components/sensor.canary/ -[sensor.efergy docs]: /components/sensor.efergy/ -[sensor.eliqonline docs]: /components/sensor.eliqonline/ -[sensor.gearbest docs]: /components/sensor.gearbest/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ -[sensor.miflora docs]: /components/sensor.miflora/ +[scene.vera docs]: /components/vera +[sensor.ads docs]: /components/ads#sensor +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.canary docs]: /components/canary#sensor +[sensor.efergy docs]: /components/efergy +[sensor.eliqonline docs]: /components/eliqonline +[sensor.gearbest docs]: /components/gearbest +[sensor.luftdaten docs]: /components/luftdaten#sensor +[sensor.miflora docs]: /components/miflora [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.octoprint docs]: /components/sensor.octoprint/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.ripple docs]: /components/sensor.ripple/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tesla docs]: /components/sensor.tesla/ -[sensor.volvooncall docs]: /components/sensor.volvooncall/ +[sensor.octoprint docs]: /components/octoprint#sensor +[sensor.rest docs]: /components/rest +[sensor.ripple docs]: /components/ripple +[sensor.shodan docs]: /components/shodan +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tesla docs]: /components/tesla +[sensor.volvooncall docs]: /components/volvooncall [snips docs]: /components/snips/ -[switch.ads docs]: /components/switch.ads/ -[switch.mochad docs]: /components/switch.mochad/ -[switch.tplink docs]: /components/switch.tplink/ +[switch.ads docs]: /components/ads#switch +[switch.mochad docs]: /components/mochad#switch +[switch.tplink docs]: /components/tplink [tellstick docs]: /components/tellstick/ [vera docs]: /components/vera/ [volvooncall docs]: /components/volvooncall/ @@ -396,11 +396,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [@veleek]: https://github.com/veleek [@ziotibia81]: https://github.com/ziotibia81 [alexa.smart_home docs]: /components/alexa.smart_home/ -[binary_sensor.concord232 docs]: /components/binary_sensor.concord232/ -[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/ -[calendar.caldav docs]: /components/calendar.caldav/ +[binary_sensor.concord232 docs]: /components/concord232#binary-sensor +[binary_sensor.isy994 docs]: /components/isy994 +[calendar.caldav docs]: /components/caldav [homematic docs]: /components/homematic/ -[light.hue docs]: /components/light.hue/ -[lock.sesame docs]: /components/lock.sesame/ -[media_player.webostv docs]: /components/media_player.webostv/ +[light.hue docs]: /components/hue +[lock.sesame docs]: /components/sesame +[media_player.webostv docs]: /components/webostv#media-player [switch.modbus docs]: /components/switch.modbus/ diff --git a/source/_posts/2018-01-14-release-61.markdown b/source/_posts/2018-01-14-release-61.markdown index f8e78a990e4..846b1ace2af 100644 --- a/source/_posts/2018-01-14-release-61.markdown +++ b/source/_posts/2018-01-14-release-61.markdown @@ -611,63 +611,63 @@ Note however, that this feature was replaced by a new ignore_string config optio [@w1ll1am23]: https://github.com/w1ll1am23 [@yienxu]: https://github.com/yienxu [__init__ docs]: /components/__init__/ -[alarm_control_panel.alarmdecoder docs]: /components/alarm_control_panel.alarmdecoder/ -[alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ +[alarm_control_panel.alarmdecoder docs]: /components/alarmdecoder#alarm-control-panel +[alarm_control_panel.concord232 docs]: /components/concord232#alarm-control-panel +[alarm_control_panel.egardia docs]: /components/egardia [alarmdecoder docs]: /components/alarmdecoder/ [alexa.intent docs]: /components/alexa.intent/ [alexa.smart_home docs]: /components/alexa.smart_home/ [api docs]: /components/api/ [automation.state docs]: /docs/automation/trigger/#state-trigger [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.alarmdecoder docs]: /components/binary_sensor.alarmdecoder/ -[binary_sensor.concord232 docs]: /components/binary_sensor.concord232/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/ +[binary_sensor.alarmdecoder docs]: /components/alarmdecoder +[binary_sensor.concord232 docs]: /components/concord232#binary-sensor +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.isy994 docs]: /components/isy994 [binary_sensor.knx docs]: /components/binary_sensor.knx/ [binary_sensor.rest docs]: /components/binary_sensor.rest/ [binary_sensor.template docs]: /components/binary_sensor.template/ -[binary_sensor.threshold docs]: /components/binary_sensor.threshold/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ -[camera.doorbird docs]: /components/camera.doorbird/ -[camera.uvc docs]: /components/camera.uvc/ +[binary_sensor.threshold docs]: /components/threshold +[binary_sensor.trend docs]: /components/trend +[binary_sensor.workday docs]: /components/workday +[camera.doorbird docs]: /components/doorbird#camera +[camera.uvc docs]: /components/uvc [climate docs]: /components/climate/ -[climate.daikin docs]: /components/climate.daikin/ +[climate.daikin docs]: /components/daikin#climate [climate.demo docs]: /components/demo/ -[climate.econet docs]: /components/climate.econet/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.hive docs]: /components/climate.hive/ -[climate.homematic docs]: /components/climate.homematic/ +[climate.econet docs]: /components/econet +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.hive docs]: /components/hive#climate +[climate.homematic docs]: /components/homematic [climate.knx docs]: /components/climate.knx/ -[climate.netatmo docs]: /components/climate.netatmo/ -[climate.sensibo docs]: /components/climate.sensibo/ -[climate.tado docs]: /components/climate.tado/ -[climate.touchline docs]: /components/climate.touchline/ +[climate.netatmo docs]: /components/netatmo#climate +[climate.sensibo docs]: /components/sensibo +[climate.tado docs]: /components/tado +[climate.touchline docs]: /components/touchline [cloud docs]: /components/cloud/ [cloud.auth_api docs]: /components/cloud/ [cloud.http_api docs]: /components/cloud/ [cloud.iot docs]: /components/cloud/ [coinbase docs]: /components/coinbase/ [conversation docs]: /components/conversation/ -[cover.isy994 docs]: /components/cover.isy994/ +[cover.isy994 docs]: /components/isy994 [cover.knx docs]: /components/cover.knx/ -[cover.tahoma docs]: /components/cover.tahoma/ +[cover.tahoma docs]: /components/tahoma [cover.template docs]: /components/cover.template/ [cover.xiaomi_aqara docs]: /components/cover.xiaomi_aqara/ [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.bluetooth_le_tracker docs]: /components/device_tracker.bluetooth_le_tracker/ -[device_tracker.bluetooth_tracker docs]: /components/device_tracker.bluetooth_tracker/ -[device_tracker.gpslogger docs]: /components/device_tracker.gpslogger/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.ping docs]: /components/device_tracker.ping/ -[device_tracker.snmp docs]: /components/device_tracker.snmp/ -[device_tracker.tile docs]: /components/device_tracker.tile/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.bluetooth_le_tracker docs]: /components/bluetooth_le_tracker +[device_tracker.bluetooth_tracker docs]: /components/bluetooth_tracker +[device_tracker.gpslogger docs]: /components/gpslogger +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.ping docs]: /components/ping +[device_tracker.snmp docs]: /components/snmp +[device_tracker.tile docs]: /components/tile [digital_ocean docs]: /components/digital_ocean/ -[fan.insteon_local docs]: /components/fan.insteon_local/ -[fan.isy994 docs]: /components/fan.isy994/ +[fan.insteon_local docs]: /components/insteon_local/ +[fan.isy994 docs]: /components/isy994 [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [google_assistant docs]: /components/google_assistant/ [google_assistant.http docs]: /components/google_assistant/ @@ -678,97 +678,97 @@ Note however, that this feature was replaced by a new ignore_string config optio [hive docs]: /components/hive/ [homematic docs]: /components/homematic/ [http docs]: /components/http/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [input_boolean docs]: /components/input_boolean/ [input_select docs]: /components/input_select/ [insteon_local docs]: /components/insteon_local/ [isy994 docs]: /components/isy994/ [knx docs]: /components/knx/ -[light.deconz docs]: /components/light.deconz/ -[light.greenwave docs]: /components/light.greenwave/ -[light.hive docs]: /components/light.hive/ -[light.hue docs]: /components/light.hue/ -[light.iglo docs]: /components/light.iglo/ +[light.deconz docs]: /components/deconz#light +[light.greenwave docs]: /components/greenwave +[light.hive docs]: /components/hive#light +[light.hue docs]: /components/hue +[light.iglo docs]: /components/iglo [light.insteon_local docs]: /components/insteon/ -[light.isy994 docs]: /components/light.isy994/ +[light.isy994 docs]: /components/isy994 [light.knx docs]: /components/light.knx/ -[light.lifx docs]: /components/light.lifx/ +[light.lifx docs]: /components/lifx [light.mqtt docs]: /components/light.mqtt/ -[light.osramlightify docs]: /components/light.osramlightify/ +[light.osramlightify docs]: /components/osramlightify [light.template docs]: /components/light.template/ -[light.tplink docs]: /components/light.tplink/ +[light.tplink docs]: /components/tplink [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.zha docs]: /components/light.zha/ -[lock.isy994 docs]: /components/lock.isy994/ +[light.zha docs]: /components/zha +[lock.isy994 docs]: /components/isy994 [media_extractor docs]: /components/media_extractor/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.monoprice docs]: /components/media_player.monoprice/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.cast docs]: /components/cast +[media_player.kodi docs]: /components/kodi +[media_player.monoprice docs]: /components/monoprice +[media_player.plex docs]: /components/plex#media-player +[media_player.squeezebox docs]: /components/squeezebox +[media_player.yamaha docs]: /components/yamaha [modbus docs]: /components/modbus/ -[notify.html5 docs]: /components/notify.html5/ -[notify.pushbullet docs]: /components/notify.pushbullet/ -[notify.webostv docs]: /components/notify.webostv/ +[notify.html5 docs]: /components/html5 +[notify.pushbullet docs]: /components/pushbullet +[notify.webostv docs]: /components/webostv [octoprint docs]: /components/octoprint/ [prometheus docs]: /components/prometheus/ [python_script docs]: /components/python_script/ [rainbird docs]: /components/rainbird/ [remember_the_milk docs]: /components/remember_the_milk/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.bitcoin docs]: /components/sensor.bitcoin/ -[sensor.coinbase docs]: /components/sensor.coinbase/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ -[sensor.discogs docs]: /components/sensor.discogs/ -[sensor.etherscan docs]: /components/sensor.etherscan/ -[sensor.fido docs]: /components/sensor.fido/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ -[sensor.imap_email_content docs]: /components/sensor.imap_email_content/ -[sensor.irish_rail_transport docs]: /components/sensor.irish_rail_transport/ -[sensor.isy994 docs]: /components/sensor.isy994/ +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.bitcoin docs]: /components/bitcoin +[sensor.coinbase docs]: /components/coinbase +[sensor.deconz docs]: /components/deconz#sensor +[sensor.deutsche_bahn docs]: /components/deutsche_bahn +[sensor.discogs docs]: /components/discogs +[sensor.etherscan docs]: /components/etherscan +[sensor.fido docs]: /components/fido +[sensor.hydroquebec docs]: /components/hydroquebec +[sensor.imap_email_content docs]: /components/imap_email_content/ +[sensor.irish_rail_transport docs]: /components/irish_rail_transport +[sensor.isy994 docs]: /components/isy994#sensors [sensor.knx docs]: /components/sensor.knx/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ +[sensor.luftdaten docs]: /components/luftdaten#sensor [sensor.metoffice docs]: /components/sensor.metoffice/ -[sensor.miflora docs]: /components/sensor.miflora/ +[sensor.miflora docs]: /components/miflora [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.plex docs]: /components/sensor.plex/ -[sensor.rainbird docs]: /components/sensor.rainbird/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.sochain docs]: /components/sensor.sochain/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.steam_online docs]: /components/sensor.steam_online/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tado docs]: /components/sensor.tado/ -[sensor.template docs]: /components/sensor.template/ -[sensor.transmission docs]: /components/sensor.transmission/ -[sensor.xbox_live docs]: /components/sensor.xbox_live/ -[sensor.zoneminder docs]: /components/sensor.zoneminder/ +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.plex docs]: /components/plex#sensor +[sensor.rainbird docs]: /components/rainbird#sensor +[sensor.snmp docs]: /components/snmp#sensor +[sensor.sochain docs]: /components/sochain +[sensor.statistics docs]: /components/statistics +[sensor.steam_online docs]: /components/steam_online +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tado docs]: /components/tado +[sensor.template docs]: /components/template +[sensor.transmission docs]: /components/transmission +[sensor.xbox_live docs]: /components/xbox_live +[sensor.zoneminder docs]: /components/zoneminder#sensor [snips docs]: /components/snips/ [switch.insteon_local docs]: /components/insteon/ -[switch.isy994 docs]: /components/switch.isy994/ +[switch.isy994 docs]: /components/isy994 [switch.knx docs]: /components/switch.knx/ -[switch.mochad docs]: /components/switch.mochad/ -[switch.rainbird docs]: /components/switch.rainbird/ -[switch.rpi_rf docs]: /components/switch.rpi_rf/ -[switch.snmp docs]: /components/switch.snmp/ +[switch.mochad docs]: /components/mochad#switch +[switch.rainbird docs]: /components/rainbird#switch +[switch.rpi_rf docs]: /components/rpi_rf +[switch.snmp docs]: /components/snmp#switch [switch.template docs]: /components/switch.template/ -[switch.tplink docs]: /components/switch.tplink/ -[switch.transmission docs]: /components/switch.transmission/ +[switch.tplink docs]: /components/tplink +[switch.transmission docs]: /components/transmission [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tahoma docs]: /components/tahoma/ [telegram_bot docs]: /components/telegram_bot/ [timer docs]: /components/timer/ -[tts.baidu docs]: /components/tts.baidu/ -[tts.marytts docs]: /components/tts.marytts/ +[tts.baidu docs]: /components/baidu +[tts.marytts docs]: /components/marytts [updater docs]: /components/updater/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [weather.darksky docs]: /components/weather.darksky/ -[weather.openweathermap docs]: /components/weather.openweathermap/ -[weather.yweather docs]: /components/weather.yweather/ +[weather.openweathermap docs]: /components/openweathermap#weather +[weather.yweather docs]: /components/yweather [websocket_api docs]: /components/websocket_api/ [wemo docs]: /components/wemo/ [zigbee docs]: /components/zigbee/ @@ -783,13 +783,13 @@ Note however, that this feature was replaced by a new ignore_string config optio [@rwa]: https://github.com/rwa [@tinloaf]: https://github.com/tinloaf [binary_sensor.rfxtrx docs]: /components/binary_sensor.rfxtrx/ -[calendar.todoist docs]: /components/calendar.todoist/ +[calendar.todoist docs]: /components/todoist [history docs]: /components/history/ -[light.zha docs]: /components/light.zha/ -[media_player.snapcast docs]: /components/media_player.snapcast/ -[media_player.soundtouch docs]: /components/media_player.soundtouch/ +[light.zha docs]: /components/zha +[media_player.snapcast docs]: /components/snapcast +[media_player.soundtouch docs]: /components/soundtouch [rfxtrx docs]: /components/rfxtrx/ -[sensor.mopar docs]: /components/sensor.mopar/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.scsgate docs]: /components/switch.scsgate/ +[sensor.mopar docs]: /components/mopar +[switch.broadlink docs]: /components/broadlink#switch +[switch.scsgate docs]: /components/scsgate#switch [zha docs]: /components/zha/ diff --git a/source/_posts/2018-01-27-release-62.markdown b/source/_posts/2018-01-27-release-62.markdown index 08911088f3f..98c0378e351 100644 --- a/source/_posts/2018-01-27-release-62.markdown +++ b/source/_posts/2018-01-27-release-62.markdown @@ -385,35 +385,35 @@ Experiencing issues introduced by this release? Please report them in our [issue [alexa docs]: /components/alexa/ [asterisk_mbox docs]: /components/asterisk_mbox/ [axis docs]: /components/axis/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.hive docs]: /components/binary_sensor.hive/ -[binary_sensor.ihc docs]: /components/binary_sensor.ihc/ -[binary_sensor.maxcube docs]: /components/binary_sensor.maxcube/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.hive docs]: /components/hive#binary-sensor +[binary_sensor.ihc docs]: /components/ihc#binary-sensor +[binary_sensor.maxcube docs]: /components/maxcube [binary_sensor.rfxtrx docs]: /components/binary_sensor.rfxtrx/ -[binary_sensor.wink docs]: /components/binary_sensor.wink/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.wink docs]: /components/wink#binary-sensor +[binary_sensor.workday docs]: /components/workday [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[camera.foscam docs]: /components/camera.foscam/ -[camera.onvif docs]: /components/camera.onvif/ +[camera.foscam docs]: /components/foscam +[camera.onvif docs]: /components/onvif [climate docs]: /components/climate/ -[climate.daikin docs]: /components/climate.daikin/ -[climate.econet docs]: /components/climate.econet/ -[climate.ephember docs]: /components/climate.ephember/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ -[climate.hive docs]: /components/climate.hive/ -[climate.nest docs]: /components/climate.nest/ -[climate.sensibo docs]: /components/climate.sensibo/ -[climate.wink docs]: /components/climate.wink/ -[cover.homematic docs]: /components/cover.homematic/ -[cover.lutron docs]: /components/cover.lutron/ -[cover.tahoma docs]: /components/cover.tahoma/ -[cover.wink docs]: /components/cover.wink/ +[climate.daikin docs]: /components/daikin#climate +[climate.econet docs]: /components/econet +[climate.ephember docs]: /components/ephember +[climate.eq3btsmart docs]: /components/eq3btsmart +[climate.hive docs]: /components/hive#climate +[climate.nest docs]: /components/nest#climate +[climate.sensibo docs]: /components/sensibo +[climate.wink docs]: /components/wink#climate +[cover.homematic docs]: /components/homematic +[cover.lutron docs]: /components/lutron +[cover.tahoma docs]: /components/tahoma +[cover.wink docs]: /components/wink#cover [cover.xiaomi_aqara docs]: /components/cover.xiaomi_aqara/ [deconz docs]: /components/deconz/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.tomato docs]: /components/device_tracker.tomato/ -[device_tracker.unifi_direct docs]: /components/device_tracker.unifi_direct/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.tomato docs]: /components/tomato +[device_tracker.unifi_direct docs]: /components/unifi_direct/ [ecobee docs]: /components/ecobee/ [emulated_hue docs]: /components/emulated_hue/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ @@ -426,58 +426,58 @@ Experiencing issues introduced by this release? Please report them in our [issue [ihc.const docs]: /components/ihc.const/ [ihc.ihcdevice docs]: /components/ihc.ihcdevice/ [iota docs]: /components/iota/ -[light.deconz docs]: /components/light.deconz/ -[light.decora docs]: /components/light.decora/ -[light.flux_led docs]: /components/light.flux_led/ -[light.greenwave docs]: /components/light.greenwave/ -[light.hive docs]: /components/light.hive/ -[light.hyperion docs]: /components/light.hyperion/ -[light.ihc docs]: /components/light.ihc/ -[light.tplink docs]: /components/light.tplink/ -[light.wemo docs]: /components/light.wemo/ +[light.deconz docs]: /components/deconz#light +[light.decora docs]: /components/decora +[light.flux_led docs]: /components/flux_led +[light.greenwave docs]: /components/greenwave +[light.hive docs]: /components/hive#light +[light.hyperion docs]: /components/hyperion +[light.ihc docs]: /components/ihc#light +[light.tplink docs]: /components/tplink +[light.wemo docs]: /components/wemo [light.xiaomi_aqara docs]: /components/light.xiaomi_aqara/ [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ [lutron docs]: /components/lutron/ [map docs]: /components/map/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.yamaha docs]: /components/media_player.yamaha/ -[notify.clicksend docs]: /components/notify.clicksend/ -[notify.prowl docs]: /components/notify.prowl/ +[media_player.samsungtv docs]: /components/samsungtv +[media_player.sonos docs]: /components/sonos +[media_player.yamaha docs]: /components/yamaha +[notify.clicksend docs]: /components/clicksend +[notify.prowl docs]: /components/prowl [plant docs]: /components/plant/ [rfxtrx docs]: /components/rfxtrx/ [scene docs]: /components/scene/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.linux_battery docs]: /components/sensor.linux_battery/ -[sensor.bme680 docs]: /components/sensor.bme680/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.etherscan docs]: /components/sensor.etherscan/ -[sensor.fixer docs]: /components/sensor.fixer/ -[sensor.hive docs]: /components/sensor.hive/ -[sensor.ihc docs]: /components/sensor.ihc/ -[sensor.iota docs]: /components/sensor.iota/ +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.linux_battery docs]: /components/linux_battery +[sensor.bme680 docs]: /components/bme680 +[sensor.deconz docs]: /components/deconz#sensor +[sensor.etherscan docs]: /components/etherscan +[sensor.fixer docs]: /components/fixer +[sensor.hive docs]: /components/hive#sensor +[sensor.ihc docs]: /components/ihc#sensor +[sensor.iota docs]: /components/iota#sensor [sensor.metoffice docs]: /components/sensor.metoffice/ -[sensor.miflora docs]: /components/sensor.miflora/ -[sensor.min_max docs]: /components/sensor.min_max/ -[sensor.mold_indicator docs]: /components/sensor.mold_indicator/ +[sensor.miflora docs]: /components/miflora +[sensor.min_max docs]: /components/min_max +[sensor.mold_indicator docs]: /components/mold_indicator [mychevy docs]: /components/mychevy/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.random docs]: /components/sensor.random/ -[sensor.teksavvy docs]: /components/sensor.teksavvy/ -[sensor.xbox_live docs]: /components/sensor.xbox_live/ +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.random docs]: /components/random#sensor +[sensor.teksavvy docs]: /components/teksavvy +[sensor.xbox_live docs]: /components/xbox_live [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ -[sensor.yr docs]: /components/sensor.yr/ +[sensor.yr docs]: /components/yr [snips docs]: /components/snips/ -[switch.fritzdect docs]: /components/switch.fritzdect/ -[switch.hive docs]: /components/switch.hive/ -[switch.ihc docs]: /components/switch.ihc/ -[switch.snmp docs]: /components/switch.snmp/ -[switch.tplink docs]: /components/switch.tplink/ +[switch.fritzdect docs]: /components/fritzdect +[switch.hive docs]: /components/hive#switch +[switch.ihc docs]: /components/ihc#switch +[switch.snmp docs]: /components/snmp#switch +[switch.tplink docs]: /components/tplink [switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [system_log docs]: /components/system_log/ [tahoma docs]: /components/tahoma/ -[tts.google docs]: /components/tts.google/ +[tts.google docs]: /components/google_translate [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [waterfurnace docs]: /components/waterfurnace/ [wemo docs]: /components/wemo/ @@ -500,10 +500,10 @@ Experiencing issues introduced by this release? Please report them in our [issue [@scop]: https://github.com/scop [@smoldaner]: https://github.com/smoldaner [@tschmidty69]: https://github.com/tschmidty69 -[climate.daikin docs]: /components/climate.daikin/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ +[climate.daikin docs]: /components/daikin#climate +[device_tracker.asuswrt docs]: /components/asuswrt [frontend docs]: /components/frontend/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ -[remote.harmony docs]: /components/remote.harmony/ -[sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ +[media_player.squeezebox docs]: /components/squeezebox +[remote.harmony docs]: /components/harmony +[sensor.deutsche_bahn docs]: /components/deutsche_bahn [snips docs]: /components/snips/ diff --git a/source/_posts/2018-02-10-release-63.markdown b/source/_posts/2018-02-10-release-63.markdown index 48375f9f99d..823791e5ee0 100644 --- a/source/_posts/2018-02-10-release-63.markdown +++ b/source/_posts/2018-02-10-release-63.markdown @@ -83,10 +83,10 @@ Experiencing issues introduced by this release? Please report them in our [issue - Originally Canary camera is added per location and only displays an image that was captured due to motion. Now it is per device (each location can have multiple devices) with live stream support. ([@snjoetw] - [#11949]) ([canary docs]) ([camera.canary docs]) (breaking change) - Avoid influxdb filling connection pool: The influxdb `retry_queue_limit` configuration variable no longer has any effect and can be removed. ([@amelchio] - [#12182]) ([influxdb docs]) (breaking change) - Some spelling mistakes in default entity names have been fixed in ([@OttoWinter] - [#12041]). This is causing these `entity_id` changes: - - [Seven segments display](/components/image_processing.seven_segments/): `image_processing.seven_segement_ocr_[...]` → `image_processing.seven_segment_ocr_[...]` - - [Rain Bird Switch](/components/switch.rainbird/): `switch.sprinker_[...]` → `switch.sprinkler_[...]` - - [OpenEVSE Sensor](/components/sensor.openevse/): `sensor.ambient_termperature` → `sensor.ambient_temperature` - - [Fido](/components/sensor.fido/): `sensor.[...]_internaltional_remaining` → `sensor.[...]_international remaining` + - [Seven segments display](/components/seven_segments): `image_processing.seven_segement_ocr_[...]` → `image_processing.seven_segment_ocr_[...]` + - [Rain Bird Switch](/components/rainbird#switch): `switch.sprinker_[...]` → `switch.sprinkler_[...]` + - [OpenEVSE Sensor](/components/openevse): `sensor.ambient_termperature` → `sensor.ambient_temperature` + - [Fido](/components/fido): `sensor.[...]_internaltional_remaining` → `sensor.[...]_international remaining` - From version 0.64, Home Assistant will by default purge recorded state history that is older than 10 days. If you want to keep your recorded data for longer than that, you must configure the number of days to retain: ```yaml recorder: @@ -502,38 +502,38 @@ Experiencing issues introduced by this release? Please report them in our [issue [@craigjmidwinter]: https://github.com/craigjmidwinter [@zabuldon]: https://github.com/zabuldon [alexa docs]: /components/alexa/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor [binary_sensor.mercedesme docs]: /components/binary_sensor.mercedesme/ [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ [binary_sensor.template docs]: /components/binary_sensor.template/ -[binary_sensor.threshold docs]: /components/binary_sensor.threshold/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[camera.canary docs]: /components/camera.canary/ -[camera.uvc docs]: /components/camera.uvc/ -[camera.xeoma docs]: /components/camera.xeoma/ +[binary_sensor.threshold docs]: /components/threshold +[binary_sensor.zha docs]: /components/zha +[camera.canary docs]: /components/canary#camera +[camera.uvc docs]: /components/uvc +[camera.xeoma docs]: /components/xeoma [canary docs]: /components/canary/ [climate.demo docs]: /components/demo/ -[climate.ecobee docs]: /components/climate.ecobee/ -[climate.econet docs]: /components/climate.econet/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.heatmiser docs]: /components/climate.heatmiser/ -[climate.melissa docs]: /components/climate.melissa/ -[climate.nest docs]: /components/climate.nest/ -[climate.tado docs]: /components/climate.tado/ -[climate.touchline docs]: /components/climate.touchline/ -[climate.venstar docs]: /components/climate.venstar/ +[climate.ecobee docs]: /components/ecobee +[climate.econet docs]: /components/econet +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.heatmiser docs]: /components/heatmiser +[climate.melissa docs]: /components/melissa +[climate.nest docs]: /components/nest#climate +[climate.tado docs]: /components/tado +[climate.touchline docs]: /components/touchline +[climate.venstar docs]: /components/venstar [cloud docs]: /components/cloud/ [coinbase docs]: /components/coinbase/ [cover.mqtt docs]: /components/cover.mqtt/ -[cover.tahoma docs]: /components/cover.tahoma/ +[cover.tahoma docs]: /components/tahoma [cover.template docs]: /components/cover.template/ [deconz docs]: /components/deconz/ -[device_tracker.huawei_router docs]: /components/device_tracker.huawei_router/ +[device_tracker.huawei_router docs]: /components/huawei_router [device_tracker.mercedesme docs]: /components/device_tracker.mercedesme/ -[device_tracker.mikrotik docs]: /components/device_tracker.mikrotik/ +[device_tracker.mikrotik docs]: /components/mikrotik [device_tracker.mqtt docs]: /components/device_tracker.mqtt/ -[device_tracker.owntracks docs]: /components/device_tracker.owntracks/ -[device_tracker.ubus docs]: /components/device_tracker.ubus/ +[device_tracker.owntracks docs]: /components/owntracks +[device_tracker.ubus docs]: /components/ubus [doorbird docs]: /components/doorbird/ [emulated_hue docs]: /components/emulated_hue/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ @@ -544,78 +544,78 @@ Experiencing issues introduced by this release? Please report them in our [issue [group docs]: /components/group/ [homematic docs]: /components/homematic/ [http docs]: /components/http/ -[image_processing.openalpr_cloud docs]: /components/image_processing.openalpr_cloud/ +[image_processing.openalpr_cloud docs]: /components/openalpr_local_cloud [influxdb docs]: /components/influxdb/ [input_text docs]: /components/input_text/ [ios docs]: /components/ios/ [iota docs]: /components/iota/ -[light.deconz docs]: /components/light.deconz/ -[light.greenwave docs]: /components/light.greenwave/ -[light.lifx docs]: /components/light.lifx/ -[light.limitlessled docs]: /components/light.limitlessled/ +[light.deconz docs]: /components/deconz#light +[light.greenwave docs]: /components/greenwave +[light.lifx docs]: /components/lifx +[light.limitlessled docs]: /components/limitlessled [light.template docs]: /components/light.template/ [light.xiaomi_aqara docs]: /components/light.xiaomi_aqara/ [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.zha docs]: /components/light.zha/ +[light.zha docs]: /components/zha [lock docs]: /components/lock/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.clementine docs]: /components/media_player.clementine/ -[media_player.itunes docs]: /components/media_player.itunes/ -[media_player.mediaroom docs]: /components/media_player.mediaroom/ -[media_player.panasonic_viera docs]: /components/media_player.panasonic_viera/ -[media_player.philips_js docs]: /components/media_player.philips_js/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ -[media_player.vlc docs]: /components/media_player.vlc/ -[media_player.volumio docs]: /components/media_player.volumio/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.bluesound docs]: /components/bluesound +[media_player.clementine docs]: /components/clementine +[media_player.itunes docs]: /components/itunes +[media_player.mediaroom docs]: /components/mediaroom +[media_player.panasonic_viera docs]: /components/panasonic_viera +[media_player.philips_js docs]: /components/philips_js +[media_player.plex docs]: /components/plex#media-player +[media_player.samsungtv docs]: /components/samsungtv +[media_player.squeezebox docs]: /components/squeezebox +[media_player.vlc docs]: /components/vlc +[media_player.volumio docs]: /components/volumio +[media_player.webostv docs]: /components/webostv#media-player [melissa docs]: /components/melissa/ [mercedesme docs]: /components/mercedesme/ [mochad docs]: /components/mochad/ -[notify.gntp docs]: /components/notify.gntp/ -[notify.kodi docs]: /components/notify.kodi/ -[notify.pushsafer docs]: /components/notify.pushsafer/ -[notify.twitter docs]: /components/notify.twitter/ +[notify.gntp docs]: /components/gntp +[notify.kodi docs]: /components/kodi +[notify.pushsafer docs]: /components/pushsafer +[notify.twitter docs]: /components/twitter [panel_iframe docs]: /components/panel_iframe/ [plant docs]: /components/plant/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ [rfxtrx docs]: /components/rfxtrx/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.broadlink docs]: /components/sensor.broadlink/ -[sensor.canary docs]: /components/sensor.canary/ -[sensor.coinbase docs]: /components/sensor.coinbase/ -[sensor.coinmarketcap docs]: /components/sensor.coinmarketcap/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ -[sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/ +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.broadlink docs]: /components/broadlink#sensor +[sensor.canary docs]: /components/canary#sensor +[sensor.coinbase docs]: /components/coinbase +[sensor.coinmarketcap docs]: /components/coinmarketcap +[sensor.darksky docs]: /components/darksky +[sensor.deconz docs]: /components/deconz#sensor +[sensor.deutsche_bahn docs]: /components/deutsche_bahn +[sensor.fritzbox_callmonitor docs]: /components/fritzbox#sensor_callmonitor/ [sensor.melissa docs]: /components/melissa/ [sensor.mercedesme docs]: /components/sensor.mercedesme/ -[sensor.miflora docs]: /components/sensor.miflora/ -[sensor.onewire docs]: /components/sensor.onewire/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.qnap docs]: /components/sensor.qnap/ -[sensor.radarr docs]: /components/sensor.radarr/ -[sensor.sonarr docs]: /components/sensor.sonarr/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.synologydsm docs]: /components/sensor.synologydsm/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tahoma docs]: /components/sensor.tahoma/ -[sensor.template docs]: /components/sensor.template/ -[sensor.tesla docs]: /components/sensor.tesla/ +[sensor.miflora docs]: /components/miflora +[sensor.onewire docs]: /components/onewire +[sensor.pollen docs]: /components/iqvia +[sensor.qnap docs]: /components/qnap +[sensor.radarr docs]: /components/radarr +[sensor.sonarr docs]: /components/sonarr +[sensor.sql docs]: /components/sql +[sensor.statistics docs]: /components/statistics +[sensor.synologydsm docs]: /components/synologydsm +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tahoma docs]: /components/tahoma +[sensor.template docs]: /components/template +[sensor.tesla docs]: /components/tesla [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.zha docs]: /components/zha [spc docs]: /components/spc/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.flux docs]: /components/switch.flux/ -[switch.pulseaudio_loopback docs]: /components/switch.pulseaudio_loopback/ +[switch.broadlink docs]: /components/broadlink#switch +[switch.flux docs]: /components/flux +[switch.pulseaudio_loopback docs]: /components/pulseaudio_loopback [switch.template docs]: /components/switch.template/ -[switch.tplink docs]: /components/switch.tplink/ -[switch.wake_on_lan docs]: /components/switch.wake_on_lan/ +[switch.tplink docs]: /components/tplink +[switch.wake_on_lan docs]: /components/wake_on_lan#switch [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [system_log docs]: /components/system_log/ [tado docs]: /components/tado/ @@ -625,7 +625,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [wake_on_lan docs]: /components/wake_on_lan/ [waterfurnace docs]: /components/waterfurnace/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [weblink docs]: /components/weblink/ [websocket_api docs]: /components/websocket_api/ [zha docs]: /components/zha/ @@ -641,9 +641,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [@balloob]: https://github.com/balloob [@lucasweb78]: https://github.com/lucasweb78 [alexa docs]: /components/alexa/ -[binary_sensor.netatmo docs]: /components/binary_sensor.netatmo/ -[camera.netatmo docs]: /components/camera.netatmo/ -[sensor.netatmo docs]: /components/sensor.netatmo/ +[binary_sensor.netatmo docs]: /components/netatmo#binary-sensor +[camera.netatmo docs]: /components/netatmo#camera +[sensor.netatmo docs]: /components/netatmo#sensor [#12342]: https://github.com/home-assistant/home-assistant/pull/12342 [#12346]: https://github.com/home-assistant/home-assistant/pull/12346 [#12368]: https://github.com/home-assistant/home-assistant/pull/12368 @@ -656,12 +656,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [@sdague]: https://github.com/sdague [binary_sensor.mercedesme docs]: /components/binary_sensor.mercedesme/ [device_tracker.mercedesme docs]: /components/device_tracker.mercedesme/ -[light.limitlessled docs]: /components/light.limitlessled/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[light.limitlessled docs]: /components/limitlessled +[media_player.yamaha docs]: /components/yamaha [mercedesme docs]: /components/mercedesme/ -[sensor.eddystone_temperature docs]: /components/sensor.eddystone_temperature/ +[sensor.eddystone_temperature docs]: /components/eddystone_temperature [sensor.mercedesme docs]: /components/sensor.mercedesme/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.wunderground docs]: /components/wunderground [#12392]: https://github.com/home-assistant/home-assistant/pull/12392 [#12421]: https://github.com/home-assistant/home-assistant/pull/12421 [#12435]: https://github.com/home-assistant/home-assistant/pull/12435 @@ -680,9 +680,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [isy994 docs]: /components/isy994/ [light.template docs]: /components/light.template/ [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[media_player.plex docs]: /components/media_player.plex/ +[media_player.plex docs]: /components/plex#media-player [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.yr docs]: /components/sensor.yr/ +[sensor.sql docs]: /components/sql +[sensor.yr docs]: /components/yr [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ diff --git a/source/_posts/2018-02-26-release-64.markdown b/source/_posts/2018-02-26-release-64.markdown index 6460dba5321..694029c14e4 100644 --- a/source/_posts/2018-02-26-release-64.markdown +++ b/source/_posts/2018-02-26-release-64.markdown @@ -482,31 +482,31 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ryanm101]: https://github.com/ryanm101 [alexa docs]: /components/alexa/ [august docs]: /components/august/ -[binary_sensor.august docs]: /components/binary_sensor.august/ -[binary_sensor.bloomsky docs]: /components/binary_sensor.bloomsky/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ +[binary_sensor.august docs]: /components/august#binary-sensor +[binary_sensor.bloomsky docs]: /components/bloomsky#binary-sensor +[binary_sensor.deconz docs]: /components/deconz#binary-sensor [binary_sensor.knx docs]: /components/binary_sensor.knx/ [bmw_connected_drive docs]: /components/bmw_connected_drive/ -[calendar.caldav docs]: /components/calendar.caldav/ -[camera.august docs]: /components/camera.august/ +[calendar.caldav docs]: /components/caldav +[camera.august docs]: /components/august#camera [camera.bloomsky docs]: /components/bloomsky/#camera -[camera.doorbird docs]: /components/camera.doorbird/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.rpi_camera docs]: /components/camera.rpi_camera/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ +[camera.doorbird docs]: /components/doorbird#camera +[camera.onvif docs]: /components/onvif +[camera.rpi_camera docs]: /components/rpi_camera +[climate.eq3btsmart docs]: /components/eq3btsmart [climate.knx docs]: /components/climate.knx/ -[climate.melissa docs]: /components/climate.melissa/ +[climate.melissa docs]: /components/melissa [cloud docs]: /components/cloud/ [config docs]: /components/config/ [conversation docs]: /components/conversation/ [cover.knx docs]: /components/cover.knx/ -[cover.opengarage docs]: /components/cover.opengarage/ +[cover.opengarage docs]: /components/opengarage [deconz docs]: /components/deconz/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.automatic docs]: /components/device_tracker.automatic/ -[device_tracker.bmw_connected_drive docs]: /components/device_tracker.bmw_connected_drive/ -[device_tracker.nmap_tracker docs]: /components/device_tracker.nmap_tracker/ -[device_tracker.unifi docs]: /components/device_tracker.unifi/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.automatic docs]: /components/automatic +[device_tracker.bmw_connected_drive docs]: /components/bmw_connected_drive +[device_tracker.nmap_tracker docs]: /components/nmap_tracker +[device_tracker.unifi docs]: /components/unifi [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [frontend docs]: /components/frontend/ [google_assistant docs]: /components/google_assistant/ @@ -521,67 +521,67 @@ Experiencing issues introduced by this release? Please report them in our [issue [input_datetime docs]: /components/input_datetime/ [isy994 docs]: /components/isy994/ [knx docs]: /components/knx/ -[light.deconz docs]: /components/light.deconz/ -[light.iglo docs]: /components/light.iglo/ +[light.deconz docs]: /components/deconz#light +[light.iglo docs]: /components/iglo [light.knx docs]: /components/light.knx/ -[light.limitlessled docs]: /components/light.limitlessled/ +[light.limitlessled docs]: /components/limitlessled [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[lock.august docs]: /components/lock.august/ -[lock.zwave docs]: /components/lock.zwave/ +[lock.august docs]: /components/august +[lock.zwave docs]: /components/zwave#lock [logbook docs]: /components/logbook/ [media_extractor docs]: /components/media_extractor/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.braviatv_psk docs]: /components/media_player.braviatv_psk/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.frontier_silicon docs]: /components/media_player.frontier_silicon/ -[media_player.panasonic_viera docs]: /components/media_player.panasonic_viera/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.xiaomi_tv docs]: /components/media_player.xiaomi_tv/ +[media_player.bluesound docs]: /components/bluesound +[media_player.braviatv_psk docs]: /components/braviatv_psk/ +[media_player.cast docs]: /components/cast +[media_player.denonavr docs]: /components/denonavr/ +[media_player.frontier_silicon docs]: /components/frontier_silicon +[media_player.panasonic_viera docs]: /components/panasonic_viera +[media_player.sonos docs]: /components/sonos +[media_player.xiaomi_tv docs]: /components/xiaomi_tv [melissa docs]: /components/melissa/ [mqtt docs]: /components/mqtt/ [mqtt_eventstream docs]: /components/mqtt_eventstream/ -[notify.html5 docs]: /components/notify.html5/ +[notify.html5 docs]: /components/html5 [notify.knx docs]: /components/notify.knx/ -[notify.lametric docs]: /components/notify.lametric/ +[notify.lametric docs]: /components/lametric [panel_iframe docs]: /components/panel_iframe/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ [scene docs]: /components/scene/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ +[sensor.airvisual docs]: /components/airvisual +[sensor.alpha_vantage docs]: /components/alpha_vantage [sensor.bloomsky docs]: /components/bloomsky/#sensor -[sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/ +[sensor.bmw_connected_drive docs]: /components/bmw_connected_drive [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.fastdotcom docs]: /components/sensor.fastdotcom/ -[sensor.fedex docs]: /components/sensor.fedex/ -[sensor.filesize docs]: /components/sensor.filesize/ -[sensor.folder docs]: /components/sensor.folder/ +[sensor.deconz docs]: /components/deconz#sensor +[sensor.fastdotcom docs]: /components/fastdotcom +[sensor.fedex docs]: /components/fedex +[sensor.filesize docs]: /components/file#sensorsize/ +[sensor.folder docs]: /components/folder [sensor.knx docs]: /components/sensor.knx/ -[sensor.pollen docs]: /components/sensor.pollen/ +[sensor.pollen docs]: /components/iqvia [sensor.rfxtrx docs]: /components/sensor.rfxtrx/ -[sensor.sabnzbd docs]: /components/sensor.sabnzbd/ -[sensor.sma docs]: /components/sensor.sma/ -[sensor.smappee docs]: /components/sensor.smappee/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.spotcrime docs]: /components/sensor.spotcrime/ -[sensor.startca docs]: /components/sensor.startca/ -[sensor.template docs]: /components/sensor.template/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.wunderground docs]: /components/sensor.wunderground/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.sabnzbd docs]: /components/sabnzbd +[sensor.sma docs]: /components/sma#sensors +[sensor.smappee docs]: /components/sma#sensorsppee/ +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.spotcrime docs]: /components/spotcrime +[sensor.startca docs]: /components/startca +[sensor.template docs]: /components/template +[sensor.tibber docs]: /components/tibber#sensor +[sensor.wunderground docs]: /components/wunderground +[sensor.zha docs]: /components/zha [shopping_list docs]: /components/shopping_list/ [smappee docs]: /components/smappee/ [switch.knx docs]: /components/switch.knx/ -[switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.smappee docs]: /components/switch.smappee/ +[switch.rainmachine docs]: /components/rainmachine#switch +[switch.smappee docs]: /components/smappee [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tahoma docs]: /components/tahoma/ [telegram_bot docs]: /components/telegram_bot/ [usps docs]: /components/usps/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [vera docs]: /components/vera/ -[weather.buienradar docs]: /components/weather.buienradar/ +[weather.buienradar docs]: /components/buienradar [weblink docs]: /components/weblink/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ @@ -611,16 +611,16 @@ Experiencing issues introduced by this release? Please report them in our [issue [@tumik]: https://github.com/tumik [@fanthos]: https://github.com/fanthos [@PhilRW]: https://github.com/PhilRW -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor [deconz docs]: /components/deconz/ -[light.iglo docs]: /components/light.iglo/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.denonavr docs]: /components/media_player.denonavr/ +[light.iglo docs]: /components/iglo +[media_player.cast docs]: /components/cast +[media_player.denonavr docs]: /components/denonavr/ [mysensors docs]: /components/mysensors/ -[remote.harmony docs]: /components/remote.harmony/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ +[remote.harmony docs]: /components/harmony +[sensor.alpha_vantage docs]: /components/alpha_vantage [tahoma docs]: /components/tahoma/ -[vacuum.roomba docs]: /components/vacuum.roomba/ +[vacuum.roomba docs]: /components/roomba [zha docs]: /components/zha/ [#12759]: https://github.com/home-assistant/home-assistant/pull/12759 [#12762]: https://github.com/home-assistant/home-assistant/pull/12762 @@ -641,11 +641,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [binary_sensor.rfxtrx docs]: /components/binary_sensor.rfxtrx/ [bmw_connected_drive docs]: /components/bmw_connected_drive/ [logbook docs]: /components/logbook/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.sonos docs]: /components/media_player.sonos/ -[sensor.fedex docs]: /components/sensor.fedex/ -[sensor.pollen docs]: /components/sensor.pollen/ +[media_player.plex docs]: /components/plex#media-player +[media_player.samsungtv docs]: /components/samsungtv +[media_player.sonos docs]: /components/sonos +[sensor.fedex docs]: /components/fedex +[sensor.pollen docs]: /components/iqvia [#12810]: https://github.com/home-assistant/home-assistant/pull/12810 [#12837]: https://github.com/home-assistant/home-assistant/pull/12837 [#12840]: https://github.com/home-assistant/home-assistant/pull/12840 @@ -653,6 +653,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@andrey-git]: https://github.com/andrey-git [@balloob]: https://github.com/balloob [@kellerza]: https://github.com/kellerza -[climate.sensibo docs]: /components/climate.sensibo/ +[climate.sensibo docs]: /components/sensibo [cloud docs]: /components/cloud/ [hue docs]: /components/hue/ \ No newline at end of file diff --git a/source/_posts/2018-03-09-release-65.markdown b/source/_posts/2018-03-09-release-65.markdown index b427a398fee..bfd4dd652cb 100644 --- a/source/_posts/2018-03-09-release-65.markdown +++ b/source/_posts/2018-03-09-release-65.markdown @@ -540,38 +540,38 @@ Experiencing issues introduced by this release? Please report them in our [issue [@teharris1]: https://github.com/teharris1 [@thejta]: https://github.com/thejta [@turbokongen]: https://github.com/turbokongen -[alarm_control_panel.alarmdotcom docs]: /components/alarm_control_panel.alarmdotcom/ -[alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/ -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ +[alarm_control_panel.alarmdotcom docs]: /components/alarmdotcom +[alarm_control_panel.concord232 docs]: /components/concord232#alarm-control-panel +[alarm_control_panel.egardia docs]: /components/egardia [api docs]: /components/api/ [august docs]: /components/august/ [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.concord232 docs]: /components/binary_sensor.concord232/ -[binary_sensor.egardia docs]: /components/binary_sensor.egardia/ -[binary_sensor.hikvision docs]: /components/binary_sensor.hikvision/ -[binary_sensor.insteon_plm docs]: /components/binary_sensor.insteon_plm/ -[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/ +[binary_sensor.concord232 docs]: /components/concord232#binary-sensor +[binary_sensor.egardia docs]: /components/egardia#binary-sensor +[binary_sensor.hikvision docs]: /components/hikvision +[binary_sensor.insteon_plm docs]: /components/insteon_plm/ +[binary_sensor.isy994 docs]: /components/isy994 [binary_sensor.knx docs]: /components/binary_sensor.knx/ -[binary_sensor.upcloud docs]: /components/binary_sensor.upcloud/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.rpi_camera docs]: /components/camera.rpi_camera/ -[camera.yi docs]: /components/camera.yi/ +[binary_sensor.upcloud docs]: /components/upcloud#binary-sensor +[binary_sensor.zha docs]: /components/zha +[camera.onvif docs]: /components/onvif +[camera.proxy docs]: /components/proxy +[camera.rpi_camera docs]: /components/rpi_camera +[camera.yi docs]: /components/yi [canary docs]: /components/canary/ [climate docs]: /components/climate/ -[climate.nest docs]: /components/climate.nest/ -[climate.wink docs]: /components/climate.wink/ +[climate.nest docs]: /components/nest#climate +[climate.wink docs]: /components/wink#climate [cloud docs]: /components/cloud/ [coinbase docs]: /components/coinbase/ [config docs]: /components/config/ [conversation docs]: /components/conversation/ [demo docs]: /components/demo/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ -[device_tracker.icloud docs]: /components/device_tracker.icloud/ -[device_tracker.tesla docs]: /components/device_tracker.tesla/ -[device_tracker.ubus docs]: /components/device_tracker.ubus/ +[device_tracker.asuswrt docs]: /components/asuswrt +[device_tracker.icloud docs]: /components/icloud +[device_tracker.tesla docs]: /components/tesla +[device_tracker.ubus docs]: /components/ubus [egardia docs]: /components/egardia/ [fan.insteon_plm docs]: /components/insteon/ [frontend docs]: /components/frontend/ @@ -588,65 +588,65 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.demo docs]: /components/light.demo/ [light.group docs]: /components/light.group/ [light.group docs]: /components/light.group/ -[light.hue docs]: /components/light.hue/ -[light.hyperion docs]: /components/light.hyperion/ +[light.hue docs]: /components/hue +[light.hyperion docs]: /components/hyperion [light.insteon_plm docs]: /components/insteon/ [light.knx docs]: /components/light.knx/ -[light.lifx docs]: /components/light.lifx/ -[light.limitlessled docs]: /components/light.limitlessled/ +[light.lifx docs]: /components/lifx +[light.limitlessled docs]: /components/limitlessled [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.zha docs]: /components/light.zha/ +[light.zha docs]: /components/zha [logbook docs]: /components/logbook/ -[media_player.apple_tv docs]: /components/media_player.apple_tv/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.channels docs]: /components/media_player.channels/ -[media_player.emby docs]: /components/media_player.emby/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.apple_tv docs]: /components/apple_tv +[media_player.cast docs]: /components/cast +[media_player.channels docs]: /components/channels +[media_player.emby docs]: /components/emby +[media_player.plex docs]: /components/plex#media-player +[media_player.songpal docs]: /components/songpal +[media_player.sonos docs]: /components/sonos [mqtt docs]: /components/mqtt/ -[notify.html5 docs]: /components/notify.html5/ -[notify.synology_chat docs]: /components/notify.synology_chat/ +[notify.html5 docs]: /components/html5 +[notify.synology_chat docs]: /components/synology_chat [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ [rest_command docs]: /components/rest_command/ [scene docs]: /components/scene/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.citybikes docs]: /components/sensor.citybikes/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.folder docs]: /components/sensor.folder/ -[sensor.history_stats docs]: /components/sensor.history_stats/ -[sensor.imap docs]: /components/sensor.imap/ +[sensor.airvisual docs]: /components/airvisual +[sensor.citybikes docs]: /components/citybikes +[sensor.filter docs]: /components/filter +[sensor.fitbit docs]: /components/fitbit +[sensor.folder docs]: /components/folder +[sensor.history_stats docs]: /components/history_stats +[sensor.imap docs]: /components/imap [sensor.insteon_plm docs]: /components/insteon/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.plex docs]: /components/sensor.plex/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.sense docs]: /components/sensor.sense/ -[sensor.serial_pm docs]: /components/sensor.serial_pm/ -[sensor.simulated docs]: /components/sensor.simulated/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.teksavvy docs]: /components/sensor.teksavvy/ -[sensor.tesla docs]: /components/sensor.tesla/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.xbox_live docs]: /components/sensor.xbox_live/ +[sensor.luftdaten docs]: /components/luftdaten#sensor +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.plex docs]: /components/plex#sensor +[sensor.pollen docs]: /components/iqvia +[sensor.rest docs]: /components/rest +[sensor.sense docs]: /components/sense +[sensor.serial_pm docs]: /components/serial_pm/ +[sensor.simulated docs]: /components/simulated +[sensor.sql docs]: /components/sql +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.teksavvy docs]: /components/teksavvy +[sensor.tesla docs]: /components/tesla +[sensor.tibber docs]: /components/tibber#sensor +[sensor.xbox_live docs]: /components/xbox_live [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ -[sensor.zestimate docs]: /components/sensor.zestimate/ +[sensor.zestimate docs]: /components/zestimate [shopping_list docs]: /components/shopping_list/ -[switch.edimax docs]: /components/switch.edimax/ -[switch.insteon_plm docs]: /components/switch.insteon_plm/ +[switch.edimax docs]: /components/edimax +[switch.insteon_plm docs]: /components/insteon_plm/ [switch.rest docs]: /components/switch.rest/ -[switch.tesla docs]: /components/switch.tesla/ -[switch.upcloud docs]: /components/switch.upcloud/ -[switch.volvooncall docs]: /components/switch.volvooncall/ +[switch.tesla docs]: /components/tesla +[switch.upcloud docs]: /components/upcloud#switch +[switch.volvooncall docs]: /components/volvooncall [switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zha docs]: /components/switch.zha/ -[telegram_bot.broadcast docs]: /components/telegram_bot.broadcast/ -[telegram_bot.polling docs]: /components/telegram_bot.polling/ -[telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ +[switch.zha docs]: /components/zha +[telegram_bot.broadcast docs]: /components/broadcast +[telegram_bot.polling docs]: /components/polling +[telegram_bot.webhooks docs]: /components/webhooks [upcloud docs]: /components/upcloud/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [weather docs]: /components/weather/ @@ -682,11 +682,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [@armills]: https://github.com/armills [@ptarjan]: https://github.com/ptarjan [@syssi]: https://github.com/syssi -[climate.sensibo docs]: /components/climate.sensibo/ -[light.lifx docs]: /components/light.lifx/ -[light.yeelight docs]: /components/light.yeelight/ -[sensor.sabnzbd docs]: /components/sensor.sabnzbd/ -[sensor.sql docs]: /components/sensor.sql/ +[climate.sensibo docs]: /components/sensibo +[light.lifx docs]: /components/lifx +[light.yeelight docs]: /components/yeelight +[sensor.sabnzbd docs]: /components/sabnzbd +[sensor.sql docs]: /components/sql [wink docs]: /components/wink/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [#12939]: https://github.com/home-assistant/home-assistant/pull/12939 @@ -705,15 +705,15 @@ Experiencing issues introduced by this release? Please report them in our [issue [@jesserockz]: https://github.com/jesserockz [@pavoni]: https://github.com/pavoni [@snjoetw]: https://github.com/snjoetw -[camera.arlo docs]: /components/camera.arlo/ -[camera.synology docs]: /components/camera.synology/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[device_tracker.tado docs]: /components/device_tracker.tado/ +[camera.arlo docs]: /components/arlo#camera +[camera.synology docs]: /components/synology +[climate.generic_thermostat docs]: /components/generic_thermostat +[device_tracker.tado docs]: /components/tado [knx docs]: /components/knx/ -[light.hue docs]: /components/light.hue/ -[light.iglo docs]: /components/light.iglo/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.kodi docs]: /components/media_player.kodi/ +[light.hue docs]: /components/hue +[light.iglo docs]: /components/iglo +[media_player.cast docs]: /components/cast +[media_player.kodi docs]: /components/kodi [vera docs]: /components/vera/ [#13106]: https://github.com/home-assistant/home-assistant/pull/13106 [#13109]: https://github.com/home-assistant/home-assistant/pull/13109 @@ -722,11 +722,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [@arsaboo]: https://github.com/arsaboo [@balloob]: https://github.com/balloob [@jeroenterheerdt]: https://github.com/jeroenterheerdt -[alarm_control_panel.egardia docs]: /components/alarm_control_panel.egardia/ +[alarm_control_panel.egardia docs]: /components/egardia [arlo docs]: /components/arlo/ [hue docs]: /components/hue/ -[light.hue docs]: /components/light.hue/ -[switch.wemo docs]: /components/switch.wemo/ +[light.hue docs]: /components/hue +[switch.wemo docs]: /components/wemo [#13162]: https://github.com/home-assistant/home-assistant/pull/13162 [#13174]: https://github.com/home-assistant/home-assistant/pull/13174 [#13195]: https://github.com/home-assistant/home-assistant/pull/13195 @@ -739,7 +739,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [arlo docs]: /components/arlo/ [google_assistant docs]: /components/google_assistant/ [homekit docs]: /components/homekit/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.sonos docs]: /components/sonos [#13226]: https://github.com/home-assistant/home-assistant/pull/13226 [#13237]: https://github.com/home-assistant/home-assistant/pull/13237 [#13248]: https://github.com/home-assistant/home-assistant/pull/13248 @@ -748,8 +748,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [@PhracturedBlue]: https://github.com/PhracturedBlue [@amelchio]: https://github.com/amelchio [@balloob]: https://github.com/balloob -[camera.proxy docs]: /components/camera.proxy/ +[camera.proxy docs]: /components/proxy [device_tracker docs]: /components/device_tracker/ [google_assistant docs]: /components/google_assistant/ [light.demo docs]: /components/light.demo/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.sonos docs]: /components/sonos diff --git a/source/_posts/2018-03-30-release-66.markdown b/source/_posts/2018-03-30-release-66.markdown index 794d910a71d..ac6e8936370 100644 --- a/source/_posts/2018-03-30-release-66.markdown +++ b/source/_posts/2018-03-30-release-66.markdown @@ -448,20 +448,20 @@ Experiencing issues introduced by this release? Please report them in our [issue [@uchagani]: https://github.com/uchagani [@vandenberghev]: https://github.com/vandenberghev [alarm_control_panel.ifttt docs]: /components/alarm_control_panel.ifttt/ -[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ +[binary_sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[binary_sensor.deconz docs]: /components/deconz#binary-sensor [binary_sensor.mysensors docs]: /components/binary_sensor.mysensors/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.trend docs]: /components/trend +[binary_sensor.workday docs]: /components/workday [bmw_connected_drive docs]: /components/bmw_connected_drive/ -[calendar.caldav docs]: /components/calendar.caldav/ +[calendar.caldav docs]: /components/caldav [calendar.google docs]: /components/calendar.google/ -[calendar.todoist docs]: /components/calendar.todoist/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.xeoma docs]: /components/camera.xeoma/ -[climate.ecobee docs]: /components/climate.ecobee/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ -[climate.sensibo docs]: /components/climate.sensibo/ +[calendar.todoist docs]: /components/todoist +[camera.onvif docs]: /components/onvif +[camera.xeoma docs]: /components/xeoma +[climate.ecobee docs]: /components/ecobee +[climate.eq3btsmart docs]: /components/eq3btsmart +[climate.sensibo docs]: /components/sensibo [cloud docs]: /components/cloud/ [cover.group docs]: /components/cover.group/ [cover.template docs]: /components/cover.template/ @@ -471,7 +471,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [downloader docs]: /components/downloader/ [ecobee docs]: /components/ecobee/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ -[fan.zha docs]: /components/fan.zha/ +[fan.zha docs]: /components/zha [hassio docs]: /components/hassio/ [history docs]: /components/history/ [homekit docs]: /components/homekit/ @@ -480,76 +480,76 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematicip_cloud docs]: /components/homematicip_cloud/ [http docs]: /components/http/ [hue docs]: /components/hue/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [light docs]: /components/light/ -[light.deconz docs]: /components/light.deconz/ -[light.flux_led docs]: /components/light.flux_led/ -[light.hue docs]: /components/light.hue/ -[light.hyperion docs]: /components/light.hyperion/ -[light.iglo docs]: /components/light.iglo/ -[light.limitlessled docs]: /components/light.limitlessled/ +[light.deconz docs]: /components/deconz#light +[light.flux_led docs]: /components/flux_led +[light.hue docs]: /components/hue +[light.hyperion docs]: /components/hyperion +[light.iglo docs]: /components/iglo +[light.limitlessled docs]: /components/limitlessled [light.mysensors docs]: /components/light.mysensors/ -[light.mystrom docs]: /components/light.mystrom/ +[light.mystrom docs]: /components/mystrom#light [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.zha docs]: /components/light.zha/ +[light.zha docs]: /components/zha [lock docs]: /components/lock/ -[lock.bmw_connected_drive docs]: /components/lock.bmw_connected_drive/ -[lock.homematic docs]: /components/lock.homematic/ +[lock.bmw_connected_drive docs]: /components/bmw_connected_drive +[lock.homematic docs]: /components/homematic [lock.mqtt docs]: /components/lock.mqtt/ [logbook docs]: /components/logbook/ [media_extractor docs]: /components/media_extractor/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.channels docs]: /components/media_player.channels/ -[media_player.kodi docs]: /components/media_player.kodi/ +[media_player.bluesound docs]: /components/bluesound +[media_player.cast docs]: /components/cast +[media_player.channels docs]: /components/channels +[media_player.kodi docs]: /components/kodi [@NovapaX]: https://github.com/NovapaX -[media_player.mediaroom docs]: /components/media_player.mediaroom/ -[media_player.mpchc docs]: /components/media_player.mpchc/ -[media_player.philips_js docs]: /components/media_player.philips_js/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.spotify docs]: /components/media_player.spotify/ +[media_player.mediaroom docs]: /components/mediaroom +[media_player.mpchc docs]: /components/mpchc +[media_player.philips_js docs]: /components/philips_js +[media_player.plex docs]: /components/plex#media-player +[media_player.songpal docs]: /components/songpal +[media_player.sonos docs]: /components/sonos +[media_player.spotify docs]: /components/spotify [mqtt docs]: /components/mqtt/ [mysensors docs]: /components/mysensors/ [nest docs]: /components/nest/ [notify docs]: /components/notify/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ -[scene.deconz docs]: /components/scene.deconz/ -[sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/ -[sensor.crimereports docs]: /components/sensor.crimereports/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ -[sensor.eddystone_temperature docs]: /components/sensor.eddystone_temperature/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.foobot docs]: /components/sensor.foobot/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.homematicip docs]: /components/sensor.homematicip/ -[sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ -[sensor.lacrosse docs]: /components/sensor.lacrosse/ +[scene.deconz docs]: /components/deconz#scene +[sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[sensor.crimereports docs]: /components/crimereports +[sensor.darksky docs]: /components/darksky +[sensor.deconz docs]: /components/deconz#sensor +[sensor.deutsche_bahn docs]: /components/deutsche_bahn +[sensor.eddystone_temperature docs]: /components/eddystone_temperature +[sensor.filter docs]: /components/filter +[sensor.foobot docs]: /components/foobot +[sensor.glances docs]: /components/glances +[sensor.homematic docs]: /components/homematic +[sensor.homematicip docs]: /components/homematicip/ +[sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[sensor.lacrosse docs]: /components/lacrosse [sensor.mqtt docs]: /components/sensor.mqtt/ [sensor.mysensors docs]: /components/sensor.mysensors/ -[sensor.plex docs]: /components/sensor.plex/ -[sensor.smappee docs]: /components/sensor.smappee/ -[sensor.spotcrime docs]: /components/sensor.spotcrime/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.syncthru docs]: /components/sensor.syncthru/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.template docs]: /components/sensor.template/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.trafikverket_weatherstation docs]: /components/sensor.trafikverket_weatherstation/ -[sensor.vasttrafik docs]: /components/sensor.vasttrafik/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.plex docs]: /components/plex#sensor +[sensor.smappee docs]: /components/sma#sensorsppee/ +[sensor.spotcrime docs]: /components/spotcrime +[sensor.sql docs]: /components/sql +[sensor.syncthru docs]: /components/syncthru +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.template docs]: /components/template +[sensor.tibber docs]: /components/tibber#sensor +[sensor.trafikverket_weatherstation docs]: /components/trafikverket_weatherstation +[sensor.vasttrafik docs]: /components/vasttrafik +[sensor.wunderground docs]: /components/wunderground [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ [spc docs]: /components/spc/ -[switch.doorbird docs]: /components/switch.doorbird/ -[switch.edimax docs]: /components/switch.edimax/ +[switch.doorbird docs]: /components/doorbird#switch +[switch.edimax docs]: /components/edimax [switch.mqtt docs]: /components/switch.mqtt/ -[switch.vesync docs]: /components/switch.vesync/ +[switch.vesync docs]: /components/vesync#switches [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zha docs]: /components/switch.zha/ +[switch.zha docs]: /components/zha [telegram_bot docs]: /components/telegram_bot/ [upcloud docs]: /components/upcloud/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ @@ -565,5 +565,5 @@ Experiencing issues introduced by this release? Please report them in our [issue [@armills]: https://github.com/armills [@cdce8p]: https://github.com/cdce8p [homekit docs]: /components/homekit/ -[light.mqtt_json docs]: /components/light.mqtt_json/ +[light.mqtt_json docs]: /components/light.mqtt [sensor.mysensors docs]: /components/sensor.mysensors/ diff --git a/source/_posts/2018-04-14-release-67.markdown b/source/_posts/2018-04-14-release-67.markdown index 09de0a59e15..033bb0da73a 100644 --- a/source/_posts/2018-04-14-release-67.markdown +++ b/source/_posts/2018-04-14-release-67.markdown @@ -328,27 +328,27 @@ Experiencing issues introduced by this release? Please report them in our [issue [@zhaokoh]: https://github.com/zhaokoh [abode docs]: /components/abode/ [alarm_control_panel.ifttt docs]: /components/alarm_control_panel.ifttt/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.totalconnect docs]: /components/totalconnect [alexa docs]: /components/alexa/ [amcrest docs]: /components/amcrest/ [api docs]: /components/api/ -[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ +[binary_sensor.bmw_connected_drive docs]: /components/bmw_connected_drive [binary_sensor.mercedesme docs]: /components/binary_sensor.mercedesme/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.workday docs]: /components/workday [bmw_connected_drive docs]: /components/bmw_connected_drive/ [camera.mqtt docs]: /components/camera.mqtt/ [canary docs]: /components/canary/ -[climate.nest docs]: /components/climate.nest/ +[climate.nest docs]: /components/nest#climate [config docs]: /components/config/ [config_entry_example docs]: /components/config_entry_example/ [conversation docs]: /components/conversation/ [cover docs]: /components/cover/ -[cover.rpi_gpio docs]: /components/cover.rpi_gpio/ +[cover.rpi_gpio docs]: /components/rpi_gpio#cover [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.bluetooth_tracker docs]: /components/device_tracker.bluetooth_tracker/ -[device_tracker.bmw_connected_drive docs]: /components/device_tracker.bmw_connected_drive/ -[device_tracker.google_maps docs]: /components/device_tracker.google_maps/ +[device_tracker.bluetooth_tracker docs]: /components/bluetooth_tracker +[device_tracker.bmw_connected_drive docs]: /components/bmw_connected_drive +[device_tracker.google_maps docs]: /components/google_maps [doorbird docs]: /components/doorbird/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [folder_watcher docs]: /components/folder_watcher/ @@ -358,20 +358,20 @@ Experiencing issues introduced by this release? Please report them in our [issue [insteon_plm docs]: /components/insteon_plm/ [light docs]: /components/light/ [light.nanoleaf_aurora docs]: /components/nanoleaf/ -[light.hue docs]: /components/light.hue/ -[light.iglo docs]: /components/light.iglo/ -[light.mystrom docs]: /components/light.mystrom/ +[light.hue docs]: /components/hue +[light.iglo docs]: /components/iglo +[light.mystrom docs]: /components/mystrom#light [light.nanoleaf_aurora docs]: /components/nanoleaf/ -[light.qwikswitch docs]: /components/light.qwikswitch/ -[light.tradfri docs]: /components/light.tradfri/ +[light.qwikswitch docs]: /components/qwikswitch +[light.tradfri docs]: /components/tradfri [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.yeelight docs]: /components/light.yeelight/ -[lock.bmw_connected_drive docs]: /components/lock.bmw_connected_drive/ +[light.yeelight docs]: /components/yeelight +[lock.bmw_connected_drive docs]: /components/bmw_connected_drive [media_extractor docs]: /components/media_extractor/ -[media_player.liveboxplaytv docs]: /components/media_player.liveboxplaytv/ -[media_player.philips_js docs]: /components/media_player.philips_js/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.liveboxplaytv docs]: /components/liveboxplaytv +[media_player.philips_js docs]: /components/philips_js +[media_player.songpal docs]: /components/songpal +[media_player.webostv docs]: /components/webostv#media-player [mercedesme docs]: /components/mercedesme/ [mqtt docs]: /components/mqtt/ [mysensors docs]: /components/mysensors/ @@ -381,27 +381,27 @@ Experiencing issues introduced by this release? Please report them in our [issue [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ [rflink docs]: /components/rflink/ [rfxtrx docs]: /components/rfxtrx/ -[sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/ -[sensor.broadlink docs]: /components/sensor.broadlink/ -[sensor.canary docs]: /components/sensor.canary/ -[sensor.cpuspeed docs]: /components/sensor.cpuspeed/ -[sensor.file docs]: /components/sensor.file/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ -[sensor.imap_email_content docs]: /components/sensor.imap_email_content/ +[sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[sensor.broadlink docs]: /components/broadlink#sensor +[sensor.canary docs]: /components/canary#sensor +[sensor.cpuspeed docs]: /components/cpuspeed +[sensor.file docs]: /components/file#sensor +[sensor.hydroquebec docs]: /components/hydroquebec +[sensor.imap_email_content docs]: /components/imap_email_content/ [sensor.mercedesme docs]: /components/sensor.mercedesme/ -[sensor.plex docs]: /components/sensor.plex/ -[sensor.qnap docs]: /components/sensor.qnap/ -[sensor.qwikswitch docs]: /components/sensor.qwikswitch/ -[sensor.tesla docs]: /components/sensor.tesla/ -[sensor.tradfri docs]: /components/sensor.tradfri/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.plex docs]: /components/plex#sensor +[sensor.qnap docs]: /components/qnap +[sensor.qwikswitch docs]: /components/qwikswitch +[sensor.tesla docs]: /components/tesla +[sensor.tradfri docs]: /components/tradfri +[sensor.waze_travel_time docs]: /components/waze_travel_time [smappee docs]: /components/smappee/ -[switch.amcrest docs]: /components/switch.amcrest/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.mystrom docs]: /components/switch.mystrom/ -[switch.qwikswitch docs]: /components/switch.qwikswitch/ -[switch.tahoma docs]: /components/switch.tahoma/ -[switch.telnet docs]: /components/switch.telnet/ +[switch.amcrest docs]: /components/amcrest +[switch.broadlink docs]: /components/broadlink#switch +[switch.mystrom docs]: /components/mystrom#switch +[switch.qwikswitch docs]: /components/qwikswitch#switch +[switch.tahoma docs]: /components/tahoma +[switch.telnet docs]: /components/telnet [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tado docs]: /components/tado/ [tahoma docs]: /components/tahoma/ @@ -432,13 +432,13 @@ Experiencing issues introduced by this release? Please report them in our [issue [@kellerza]: https://github.com/kellerza [@syssi]: https://github.com/syssi [@titilambert]: https://github.com/titilambert -[climate.honeywell docs]: /components/climate.honeywell/ +[climate.honeywell docs]: /components/honeywell [config docs]: /components/config/ [device_tracker docs]: /components/device_tracker/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [qwikswitch docs]: /components/qwikswitch/ -[sensor.fido docs]: /components/sensor.fido/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ -[sensor.pollen docs]: /components/sensor.pollen/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.vesync docs]: /components/switch.vesync/ +[sensor.fido docs]: /components/fido +[sensor.hydroquebec docs]: /components/hydroquebec +[sensor.pollen docs]: /components/iqvia +[switch.broadlink docs]: /components/broadlink#switch +[switch.vesync docs]: /components/vesync#switches diff --git a/source/_posts/2018-04-27-release-68.markdown b/source/_posts/2018-04-27-release-68.markdown index b6bb4b2b7c6..376108e4ab1 100644 --- a/source/_posts/2018-04-27-release-68.markdown +++ b/source/_posts/2018-04-27-release-68.markdown @@ -409,28 +409,28 @@ Experiencing issues introduced by this release? Please report them in our [issue [@asafbiton96]: https://github.com/asafbiton96 [abode docs]: /components/abode/ [alexa docs]: /components/alexa/ -[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ -[binary_sensor.hive docs]: /components/binary_sensor.hive/ -[binary_sensor.maxcube docs]: /components/binary_sensor.maxcube/ -[binary_sensor.qwikswitch docs]: /components/binary_sensor.qwikswitch/ +[binary_sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[binary_sensor.hive docs]: /components/hive#binary-sensor +[binary_sensor.maxcube docs]: /components/maxcube +[binary_sensor.qwikswitch docs]: /components/qwikswitch [bmw_connected_drive docs]: /components/bmw_connected_drive/ [calendar.google docs]: /components/calendar.google/ -[calendar.todoist docs]: /components/calendar.todoist/ -[climate.fritzbox docs]: /components/climate.fritzbox/ -[climate.hive docs]: /components/climate.hive/ -[climate.honeywell docs]: /components/climate.honeywell/ -[climate.maxcube docs]: /components/climate.maxcube/ +[calendar.todoist docs]: /components/todoist +[climate.fritzbox docs]: /components/fritzbox +[climate.hive docs]: /components/hive#climate +[climate.honeywell docs]: /components/honeywell +[climate.maxcube docs]: /components/maxcube [climate.modbus docs]: /components/climate.modbus/ [config docs]: /components/config/ -[cover.opengarage docs]: /components/cover.opengarage/ -[cover.tahoma docs]: /components/cover.tahoma/ +[cover.opengarage docs]: /components/opengarage +[cover.tahoma docs]: /components/tahoma [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [ecobee docs]: /components/ecobee/ [eufy docs]: /components/eufy/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [fritzbox docs]: /components/fritzbox/ -[google docs]: /components/google/ +[google docs]: /components/google_translate [hdmi_cec docs]: /components/hdmi_cec/ [hive docs]: /components/hive/ [homekit docs]: /components/homekit/ @@ -439,75 +439,75 @@ Experiencing issues introduced by this release? Please report them in our [issue [hue docs]: /components/hue/ [ihc docs]: /components/ihc/ [light docs]: /components/light/ -[light.abode docs]: /components/light.abode/ +[light.abode docs]: /components/abode#light [light.aurora docs]: /components/light.aurora/ -[light.eufy docs]: /components/light.eufy/ -[light.hive docs]: /components/light.hive/ -[light.homekit_controller docs]: /components/light.homekit_controller/ -[light.hue docs]: /components/light.hue/ -[light.yeelight docs]: /components/light.yeelight/ -[lock.bmw_connected_drive docs]: /components/lock.bmw_connected_drive/ +[light.eufy docs]: /components/eufy +[light.hive docs]: /components/hive#light +[light.homekit_controller docs]: /components/homekit_controller +[light.hue docs]: /components/hue +[light.yeelight docs]: /components/yeelight +[lock.bmw_connected_drive docs]: /components/bmw_connected_drive [lutron_caseta docs]: /components/lutron_caseta/ [maxcube docs]: /components/maxcube/ [media_extractor docs]: /components/media_extractor/ -[media_player.blackbird docs]: /components/media_player.blackbird/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.mediaroom docs]: /components/media_player.mediaroom/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.squeezebox docs]: /components/media_player.squeezebox/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.blackbird docs]: /components/blackbird +[media_player.bluesound docs]: /components/bluesound +[media_player.cast docs]: /components/cast +[media_player.kodi docs]: /components/kodi +[media_player.mediaroom docs]: /components/mediaroom +[media_player.mpd docs]: /components/mpd +[media_player.onkyo docs]: /components/onkyo +[media_player.squeezebox docs]: /components/squeezebox +[media_player.webostv docs]: /components/webostv#media-player [notify docs]: /components/notify/ -[notify.facebook docs]: /components/notify.facebook/ +[notify.facebook docs]: /components/facebook [prometheus docs]: /components/prometheus/ [qwikswitch docs]: /components/qwikswitch/ [sensor docs]: /components/sensor/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/ -[sensor.broadlink docs]: /components/sensor.broadlink/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.ebox docs]: /components/sensor.ebox/ -[sensor.ecobee docs]: /components/sensor.ecobee/ -[sensor.eddystone_temperature docs]: /components/sensor.eddystone_temperature/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.folder docs]: /components/sensor.folder/ -[sensor.foobot docs]: /components/sensor.foobot/ -[sensor.fritzbox_netmonitor docs]: /components/sensor.fritzbox_netmonitor/ -[sensor.hive docs]: /components/sensor.hive/ -[sensor.hydroquebec docs]: /components/sensor.hydroquebec/ -[sensor.linux_battery docs]: /components/sensor.linux_battery/ -[sensor.miflora docs]: /components/sensor.miflora/ +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[sensor.broadlink docs]: /components/broadlink#sensor +[sensor.deconz docs]: /components/deconz#sensor +[sensor.ebox docs]: /components/ebox +[sensor.ecobee docs]: /components/ecobee +[sensor.eddystone_temperature docs]: /components/eddystone_temperature +[sensor.filter docs]: /components/filter +[sensor.folder docs]: /components/folder +[sensor.foobot docs]: /components/foobot +[sensor.fritzbox_netmonitor docs]: /components/fritzbox#sensor_netmonitor/ +[sensor.hive docs]: /components/hive#sensor +[sensor.hydroquebec docs]: /components/hydroquebec +[sensor.linux_battery docs]: /components/linux_battery +[sensor.miflora docs]: /components/miflora [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.nest docs]: /components/sensor.nest/ -[sensor.nut docs]: /components/sensor.nut/ -[sensor.qwikswitch docs]: /components/sensor.qwikswitch/ -[sensor.sht31 docs]: /components/sensor.sht31/ -[sensor.sigfox docs]: /components/sensor.sigfox/ -[sensor.smappee docs]: /components/sensor.smappee/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.trafikverket_weatherstation docs]: /components/sensor.trafikverket_weatherstation/ -[sensor.upnp docs]: /components/sensor.upnp/ -[sensor.uscis docs]: /components/sensor.uscis/ +[sensor.nest docs]: /components/nest#sensor +[sensor.nut docs]: /components/nut +[sensor.qwikswitch docs]: /components/qwikswitch +[sensor.sht31 docs]: /components/sht31 +[sensor.sigfox docs]: /components/sigfox +[sensor.smappee docs]: /components/sma#sensorsppee/ +[sensor.sql docs]: /components/sql +[sensor.tibber docs]: /components/tibber#sensor +[sensor.trafikverket_weatherstation docs]: /components/trafikverket_weatherstation +[sensor.upnp docs]: /components/upnp +[sensor.uscis docs]: /components/uscis [skybell docs]: /components/skybell/ [smappee docs]: /components/smappee/ [snips docs]: /components/snips/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.edimax docs]: /components/switch.edimax/ -[switch.eufy docs]: /components/switch.eufy/ -[switch.fritzbox docs]: /components/switch.fritzbox/ -[switch.hive docs]: /components/switch.hive/ -[switch.vesync docs]: /components/switch.vesync/ +[switch.broadlink docs]: /components/broadlink#switch +[switch.edimax docs]: /components/edimax +[switch.eufy docs]: /components/eufy +[switch.fritzbox docs]: /components/fritzbox +[switch.hive docs]: /components/hive#switch +[switch.vesync docs]: /components/vesync#switches [tts docs]: /components/tts/ [upnp docs]: /components/upnp/ [vacuum docs]: /components/vacuum/ -[vacuum.dyson docs]: /components/vacuum.dyson/ -[vacuum.neato docs]: /components/vacuum.neato/ -[vacuum.roomba docs]: /components/vacuum.roomba/ +[vacuum.dyson docs]: /components/dyson#vacuum +[vacuum.neato docs]: /components/neato#vacuum +[vacuum.roomba docs]: /components/roomba [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ -[weather.yweather docs]: /components/weather.yweather/ +[weather.yweather docs]: /components/yweather [zha docs]: /components/zha/ [#14108]: https://github.com/home-assistant/home-assistant/pull/14108 [#14113]: https://github.com/home-assistant/home-assistant/pull/14113 @@ -526,6 +526,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [google_assistant docs]: /components/google_assistant/ [homekit docs]: /components/homekit/ [homekit_controller docs]: /components/homekit_controller/ -[light.hue docs]: /components/light.hue/ -[light.tplink docs]: /components/light.tplink/ -[media_player.cast docs]: /components/media_player.cast/ \ No newline at end of file +[light.hue docs]: /components/hue +[light.tplink docs]: /components/tplink +[media_player.cast docs]: /components/cast \ No newline at end of file diff --git a/source/_posts/2018-05-11-release-69.markdown b/source/_posts/2018-05-11-release-69.markdown index 050b01ab8de..0d025b345af 100644 --- a/source/_posts/2018-05-11-release-69.markdown +++ b/source/_posts/2018-05-11-release-69.markdown @@ -372,20 +372,20 @@ rainmachine: [@thelittlefireman]: https://github.com/thelittlefireman [@tinloaf]: https://github.com/tinloaf [abode docs]: /components/abode/ -[alarm_control_panel.alarmdotcom docs]: /components/alarm_control_panel.alarmdotcom/ +[alarm_control_panel.alarmdotcom docs]: /components/alarmdotcom [auth docs]: /components/auth/ [binary_sensor docs]: /components/binary_sensor/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.insteon_plm docs]: /components/binary_sensor.insteon_plm/ -[binary_sensor.tapsaff docs]: /components/binary_sensor.tapsaff/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.insteon_plm docs]: /components/insteon_plm/ +[binary_sensor.tapsaff docs]: /components/tapsaff +[binary_sensor.trend docs]: /components/trend +[binary_sensor.workday docs]: /components/workday [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.zha docs]: /components/zha [camera docs]: /components/camera/ -[camera.local_file docs]: /components/camera.local_file/ -[cover.gogogate2 docs]: /components/cover.gogogate2/ -[cover.tahoma docs]: /components/cover.tahoma/ +[camera.local_file docs]: /components/local_file +[cover.gogogate2 docs]: /components/gogogate2 +[cover.tahoma docs]: /components/tahoma [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [eight_sleep docs]: /components/eight_sleep/ @@ -399,33 +399,33 @@ rainmachine: [http docs]: /components/http/ [image_processing docs]: /components/image_processing/ [image_processing.demo docs]: /components/image_processing.demo/ -[image_processing.dlib_face_detect docs]: /components/image_processing.dlib_face_detect/ -[image_processing.dlib_face_identify docs]: /components/image_processing.dlib_face_identify/ -[image_processing.microsoft_face_detect docs]: /components/image_processing.microsoft_face_detect/ -[image_processing.microsoft_face_identify docs]: /components/image_processing.microsoft_face_identify/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.dlib_face_detect docs]: /components/dlib_face_detect +[image_processing.dlib_face_identify docs]: /components/dlib_face_identify +[image_processing.microsoft_face_detect docs]: /components/microsoft_face_detect +[image_processing.microsoft_face_identify docs]: /components/microsoft_face_identify +[image_processing.opencv docs]: /components/opencv [influxdb docs]: /components/influxdb/ [insteon_plm docs]: /components/insteon_plm/ -[light.deconz docs]: /components/light.deconz/ -[light.flux_led docs]: /components/light.flux_led/ -[light.hue docs]: /components/light.hue/ +[light.deconz docs]: /components/deconz#light +[light.flux_led docs]: /components/flux_led +[light.hue docs]: /components/hue [light.insteon_plm docs]: /components/insteon/ -[light.mqtt_json docs]: /components/light.mqtt_json/ -[light.wink docs]: /components/light.wink/ +[light.mqtt_json docs]: /components/light.mqtt +[light.wink docs]: /components/wink#light [light.xiaomi_aqara docs]: /components/light.xiaomi_aqara/ -[light.yeelight docs]: /components/light.yeelight/ -[light.zwave docs]: /components/light.zwave/ +[light.yeelight docs]: /components/yeelight +[light.zwave docs]: /components/zwave [matrix docs]: /components/matrix/ [maxcube docs]: /components/maxcube/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.blackbird docs]: /components/media_player.blackbird/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.panasonic_viera docs]: /components/media_player.panasonic_viera/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.vizio docs]: /components/media_player.vizio/ -[media_player.volumio docs]: /components/media_player.volumio/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.blackbird docs]: /components/blackbird +[media_player.onkyo docs]: /components/onkyo +[media_player.panasonic_viera docs]: /components/panasonic_viera +[media_player.sonos docs]: /components/sonos +[media_player.vizio docs]: /components/vizio +[media_player.volumio docs]: /components/volumio +[media_player.webostv docs]: /components/webostv#media-player [microsoft_face docs]: /components/microsoft_face/ [mqtt docs]: /components/mqtt/ [mqtt_statestream docs]: /components/mqtt_statestream/ @@ -435,48 +435,48 @@ rainmachine: [rainmachine docs]: /components/rainmachine/ [rfxtrx docs]: /components/rfxtrx/ [scene docs]: /components/scene/ -[scene.deconz docs]: /components/scene.deconz/ +[scene.deconz docs]: /components/deconz#scene [sensor docs]: /components/sensor/ -[sensor.bom docs]: /components/sensor.bom/ +[sensor.bom docs]: /components/bom#sensor [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.deluge docs]: /components/sensor.deluge/ +[sensor.darksky docs]: /components/darksky +[sensor.deconz docs]: /components/deconz#sensor +[sensor.deluge docs]: /components/deluge#sensor [sensor.demo docs]: /components/sensor.demo/ [sensor.domain_expiry docs]: /components/sensor.domain_expiry/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.eliqonline docs]: /components/sensor.eliqonline/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ +[sensor.dsmr docs]: /components/dsmr +[sensor.eliqonline docs]: /components/eliqonline +[sensor.filter docs]: /components/filter +[sensor.homematicip_cloud docs]: /components/homematicip_cloud/ [sensor.insteon_plm docs]: /components/insteon/ -[sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.mitemp_bt docs]: /components/sensor.mitemp_bt/ +[sensor.lastfm docs]: /components/lastfm +[sensor.mitemp_bt docs]: /components/mitemp_bt [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.postnl docs]: /components/sensor.postnl/ -[sensor.qnap docs]: /components/sensor.qnap/ -[sensor.socialblade docs]: /components/sensor.socialblade/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.tahoma docs]: /components/sensor.tahoma/ -[sensor.template docs]: /components/sensor.template/ -[sensor.upnp docs]: /components/sensor.upnp/ -[sensor.uscis docs]: /components/sensor.uscis/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.pollen docs]: /components/iqvia +[sensor.postnl docs]: /components/postnl +[sensor.qnap docs]: /components/qnap +[sensor.socialblade docs]: /components/socialblade +[sensor.sql docs]: /components/sql +[sensor.tahoma docs]: /components/tahoma +[sensor.template docs]: /components/template +[sensor.upnp docs]: /components/upnp +[sensor.uscis docs]: /components/uscis +[sensor.wunderground docs]: /components/wunderground [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ -[sensor.yweather docs]: /components/sensor.yweather/ -[switch.deluge docs]: /components/switch.deluge/ -[switch.fritzbox docs]: /components/switch.fritzbox/ -[switch.insteon_plm docs]: /components/switch.insteon_plm/ +[sensor.yweather docs]: /components/yweather +[switch.deluge docs]: /components/deluge#switch +[switch.fritzbox docs]: /components/fritzbox +[switch.insteon_plm docs]: /components/insteon_plm/ [switch.mqtt docs]: /components/switch.mqtt/ -[switch.rainmachine docs]: /components/switch.rainmachine/ +[switch.rainmachine docs]: /components/rainmachine#switch [switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ [system_log docs]: /components/system_log/ [tahoma docs]: /components/tahoma/ [upnp docs]: /components/upnp/ [weather docs]: /components/weather/ -[weather.buienradar docs]: /components/weather.buienradar/ +[weather.buienradar docs]: /components/buienradar [weather.darksky docs]: /components/weather.darksky/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ diff --git a/source/_posts/2018-05-18-release-70.markdown b/source/_posts/2018-05-18-release-70.markdown index 7a835363c05..19a63bd5876 100644 --- a/source/_posts/2018-05-18-release-70.markdown +++ b/source/_posts/2018-05-18-release-70.markdown @@ -348,24 +348,24 @@ Experiencing issues introduced by this release? Please report them in our [issue [@w1ll1am23]: https://github.com/w1ll1am23 [api docs]: /components/api/ [auth docs]: /components/auth/ -[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ -[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ -[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/ -[binary_sensor.konnected docs]: /components/binary_sensor.konnected/ -[binary_sensor.mychevy docs]: /components/binary_sensor.mychevy/ +[binary_sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[binary_sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[binary_sensor.isy994 docs]: /components/isy994 +[binary_sensor.konnected docs]: /components/konnected#binary-sensor +[binary_sensor.mychevy docs]: /components/mychevy [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.zha docs]: /components/zha [bmw_connected_drive docs]: /components/bmw_connected_drive/ [camera docs]: /components/camera/ -[camera.familyhub docs]: /components/camera.familyhub/ -[camera.generic docs]: /components/camera.generic/ +[camera.familyhub docs]: /components/familyhub +[camera.generic docs]: /components/generic [climate.mysensors docs]: /components/climate.mysensors/ -[climate.sensibo docs]: /components/climate.sensibo/ -[climate.venstar docs]: /components/climate.venstar/ -[climate.wink docs]: /components/climate.wink/ -[cover.gogogate2 docs]: /components/cover.gogogate2/ +[climate.sensibo docs]: /components/sensibo +[climate.venstar docs]: /components/venstar +[climate.wink docs]: /components/wink#climate +[cover.gogogate2 docs]: /components/gogogate2 [cover.mysensors docs]: /components/cover.mysensors/ -[cover.tahoma docs]: /components/cover.tahoma/ +[cover.tahoma docs]: /components/tahoma [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [eufy docs]: /components/eufy/ @@ -378,64 +378,64 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematic docs]: /components/homematic/ [homematicip_cloud docs]: /components/homematicip_cloud/ [http docs]: /components/http/ -[image_processing.facebox docs]: /components/image_processing.facebox/ +[image_processing.facebox docs]: /components/facebox [insteon_plm docs]: /components/insteon_plm/ [iota docs]: /components/iota/ [isy994 docs]: /components/isy994/ [konnected docs]: /components/konnected/ -[light.flux_led docs]: /components/light.flux_led/ -[light.homematicip_cloud docs]: /components/light.homematicip_cloud/ -[light.limitlessled docs]: /components/light.limitlessled/ +[light.flux_led docs]: /components/flux_led +[light.homematicip_cloud docs]: /components/homematicip_cloud/ +[light.limitlessled docs]: /components/limitlessled [light.mqtt docs]: /components/light.mqtt/ [light.mysensors docs]: /components/light.mysensors/ [light.nanoleaf_aurora docs]: /components/nanoleaf/ -[light.wink docs]: /components/light.wink/ +[light.wink docs]: /components/wink#light [media_extractor docs]: /components/media_extractor/ -[media_player.cmus docs]: /components/media_player.cmus/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.roku docs]: /components/media_player.roku/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.universal docs]: /components/media_player.universal/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.cmus docs]: /components/cmus +[media_player.onkyo docs]: /components/onkyo +[media_player.roku docs]: /components/roku#media-player +[media_player.songpal docs]: /components/songpal +[media_player.sonos docs]: /components/sonos +[media_player.universal docs]: /components/universal +[media_player.yamaha docs]: /components/yamaha [mychevy docs]: /components/mychevy/ [mysensors docs]: /components/mysensors/ [notify docs]: /components/notify/ [qwikswitch docs]: /components/qwikswitch/ [sabnzbd docs]: /components/sabnzbd/ -[sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/ -[sensor.bom docs]: /components/sensor.bom/ +[sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[sensor.bom docs]: /components/bom#sensor [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.fints docs]: /components/sensor.fints/ -[sensor.hive docs]: /components/sensor.hive/ -[sensor.iota docs]: /components/sensor.iota/ -[sensor.mychevy docs]: /components/sensor.mychevy/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.sabnzbd docs]: /components/sensor.sabnzbd/ -[sensor.sigfox docs]: /components/sensor.sigfox/ -[sensor.simulated docs]: /components/sensor.simulated/ -[sensor.skybeacon docs]: /components/sensor.skybeacon/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.darksky docs]: /components/darksky +[sensor.fints docs]: /components/fints +[sensor.hive docs]: /components/hive#sensor +[sensor.iota docs]: /components/iota#sensor +[sensor.mychevy docs]: /components/mychevy +[sensor.rest docs]: /components/rest +[sensor.sabnzbd docs]: /components/sabnzbd +[sensor.sigfox docs]: /components/sigfox +[sensor.simulated docs]: /components/simulated +[sensor.skybeacon docs]: /components/skybeacon +[sensor.statistics docs]: /components/statistics +[sensor.waze_travel_time docs]: /components/waze_travel_time +[sensor.zha docs]: /components/zha [shell_command docs]: /components/shell_command/ [snips docs]: /components/snips/ [spaceapi docs]: /components/spaceapi/ -[switch.arest docs]: /components/switch.arest/ -[switch.flux docs]: /components/switch.flux/ -[switch.homematicip_cloud docs]: /components/switch.homematicip_cloud/ -[switch.konnected docs]: /components/switch.konnected/ +[switch.arest docs]: /components/arest#switch +[switch.flux docs]: /components/flux +[switch.homematicip_cloud docs]: /components/homematicip_cloud/ +[switch.konnected docs]: /components/konnected#switch [switch.mqtt docs]: /components/switch.mqtt/ [switch.mysensors docs]: /components/switch.mysensors/ -[switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.tahoma docs]: /components/switch.tahoma/ +[switch.rainmachine docs]: /components/rainmachine#switch +[switch.tahoma docs]: /components/tahoma [system_log docs]: /components/system_log/ [tahoma docs]: /components/tahoma/ [telegram_bot docs]: /components/telegram_bot/ [tts docs]: /components/tts/ [updater docs]: /components/updater/ -[weather.bom docs]: /components/weather.bom/ +[weather.bom docs]: /components/bom [websocket_api docs]: /components/websocket_api/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ @@ -448,7 +448,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@OttoWinter]: https://github.com/OttoWinter [@amelchio]: https://github.com/amelchio [@ciotlosm]: https://github.com/ciotlosm -[climate.nest docs]: /components/climate.nest/ +[climate.nest docs]: /components/nest#climate [cover.mqtt docs]: /components/cover.mqtt/ [hue docs]: /components/hue/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.sonos docs]: /components/sonos diff --git a/source/_posts/2018-06-10-release-71.markdown b/source/_posts/2018-06-10-release-71.markdown index 12ce0a007b4..09229b6c0ed 100644 --- a/source/_posts/2018-06-10-release-71.markdown +++ b/source/_posts/2018-06-10-release-71.markdown @@ -326,25 +326,25 @@ Experiencing issues introduced by this release? Please report them in our [issue [@tchellomello]: https://github.com/tchellomello [@titilambert]: https://github.com/titilambert [@treehoof]: https://github.com/treehoof -[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.manual docs]: /components/manual +[alarm_control_panel.totalconnect docs]: /components/totalconnect [api docs]: /components/api/ [automation docs]: /components/automation/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.envisalink docs]: /components/binary_sensor.envisalink/ -[binary_sensor.hydrawise docs]: /components/binary_sensor.hydrawise/ -[binary_sensor.nest docs]: /components/binary_sensor.nest/ -[binary_sensor.rainmachine docs]: /components/binary_sensor.rainmachine/ -[binary_sensor.random docs]: /components/binary_sensor.random/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.envisalink docs]: /components/envisalink +[binary_sensor.hydrawise docs]: /components/hydrawise#binary-sensor +[binary_sensor.nest docs]: /components/nest#binary-sensor +[binary_sensor.rainmachine docs]: /components/rainmachine +[binary_sensor.random docs]: /components/random#binary-sensor [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[climate.homematicip_cloud docs]: /components/climate.homematicip_cloud/ -[climate.nest docs]: /components/climate.nest/ -[climate.sensibo docs]: /components/climate.sensibo/ +[binary_sensor.zha docs]: /components/zha +[climate.homematicip_cloud docs]: /components/homematicip_cloud/ +[climate.nest docs]: /components/nest#climate +[climate.sensibo docs]: /components/sensibo [cloud docs]: /components/cloud/ [config docs]: /components/config/ [counter docs]: /components/counter/ -[cover.myq docs]: /components/cover.myq/ +[cover.myq docs]: /components/myq [cover.ryobi_gdo docs]: /components/cover.ryobi_gdo/ [device_tracker docs]: /components/device_tracker/ [eufy docs]: /components/eufy/ @@ -356,18 +356,18 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematicip_cloud docs]: /components/homematicip_cloud/ [hydrawise docs]: /components/hydrawise/ [keyboard_remote docs]: /components/keyboard_remote/ -[light.lw12wifi docs]: /components/light.lw12wifi/ +[light.lw12wifi docs]: /components/lw12wifi [light.nanoleaf_aurora docs]: /components/nanoleaf/ -[light.osramlightify docs]: /components/light.osramlightify/ -[light.zha docs]: /components/light.zha/ +[light.osramlightify docs]: /components/osramlightify +[light.zha docs]: /components/zha [linode docs]: /components/linode/ [lock.xiaomi_aqara docs]: /components/lock.xiaomi_aqara/ [logbook docs]: /components/logbook/ [media_extractor docs]: /components/media_extractor/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.directv docs]: /components/media_player.directv/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.philips_js docs]: /components/media_player.philips_js/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.directv docs]: /components/directv +[media_player.kodi docs]: /components/kodi +[media_player.philips_js docs]: /components/philips_js [nest docs]: /components/nest/ [notify docs]: /components/notify/ [panel_custom docs]: /components/panel_custom/ @@ -375,37 +375,37 @@ Experiencing issues introduced by this release? Please report them in our [issue [rainbird docs]: /components/rainbird/ [raincloud docs]: /components/raincloud/ [rainmachine docs]: /components/rainmachine/ -[sensor.bitcoin docs]: /components/sensor.bitcoin/ -[sensor.bom docs]: /components/sensor.bom/ -[sensor.coinmarketcap docs]: /components/sensor.coinmarketcap/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.gitter docs]: /components/sensor.gitter/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ -[sensor.hydrawise docs]: /components/sensor.hydrawise/ -[sensor.iperf3 docs]: /components/sensor.iperf3/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ -[sensor.mfi docs]: /components/sensor.mfi/ -[sensor.nest docs]: /components/sensor.nest/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.netdata docs]: /components/sensor.netdata/ -[sensor.onewire docs]: /components/sensor.onewire/ -[sensor.postnl docs]: /components/sensor.postnl/ -[sensor.rainmachine docs]: /components/sensor.rainmachine/ -[sensor.random docs]: /components/sensor.random/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.simulated docs]: /components/sensor.simulated/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.transmission docs]: /components/sensor.transmission/ -[sensor.uptime docs]: /components/sensor.uptime/ -[sensor.version docs]: /components/sensor.version/ -[sensor.worldclock docs]: /components/sensor.worldclock/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.bitcoin docs]: /components/bitcoin +[sensor.bom docs]: /components/bom#sensor +[sensor.coinmarketcap docs]: /components/coinmarketcap +[sensor.deconz docs]: /components/deconz#sensor +[sensor.gitter docs]: /components/gitter +[sensor.glances docs]: /components/glances +[sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[sensor.hydrawise docs]: /components/hydrawise#sensor +[sensor.iperf3 docs]: /components/iperf3 +[sensor.luftdaten docs]: /components/luftdaten#sensor +[sensor.mfi docs]: /components/mfi#sensor +[sensor.nest docs]: /components/nest#sensor +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.netdata docs]: /components/netdata +[sensor.onewire docs]: /components/onewire +[sensor.postnl docs]: /components/postnl +[sensor.rainmachine docs]: /components/rainmachine +[sensor.random docs]: /components/random#sensor +[sensor.shodan docs]: /components/shodan +[sensor.simulated docs]: /components/simulated +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.transmission docs]: /components/transmission +[sensor.uptime docs]: /components/uptime +[sensor.version docs]: /components/version +[sensor.worldclock docs]: /components/worldclock +[sensor.zha docs]: /components/zha [shopping_list docs]: /components/shopping_list/ -[switch.hydrawise docs]: /components/switch.hydrawise/ -[switch.raincloud docs]: /components/switch.raincloud/ -[switch.rainmachine docs]: /components/switch.rainmachine/ +[switch.hydrawise docs]: /components/hydrawise#switch +[switch.raincloud docs]: /components/raincloud#switch +[switch.rainmachine docs]: /components/rainmachine#switch [vera docs]: /components/vera/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ diff --git a/source/_posts/2018-06-22-release-72.markdown b/source/_posts/2018-06-22-release-72.markdown index 9de285889d6..1231d3e56e6 100644 --- a/source/_posts/2018-06-22-release-72.markdown +++ b/source/_posts/2018-06-22-release-72.markdown @@ -383,72 +383,72 @@ Experiencing issues introduced by this release? Please report them in our [issue [@turbokongen]: https://github.com/turbokongen [@vaidyasr]: https://github.com/vaidyasr [@vickyg3]: https://github.com/vickyg3 -[alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/ +[alarm_control_panel.arlo docs]: /components/arlo [amcrest docs]: /components/amcrest/ [arlo docs]: /components/arlo/ -[binary_sensor.eight_sleep docs]: /components/binary_sensor.eight_sleep/ -[binary_sensor.linode docs]: /components/binary_sensor.linode/ +[binary_sensor.eight_sleep docs]: /components/eight_sleep +[binary_sensor.linode docs]: /components/linode#binary-sensor [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.mystrom docs]: /components/binary_sensor.mystrom/ -[binary_sensor.netatmo docs]: /components/binary_sensor.netatmo/ -[binary_sensor.rainmachine docs]: /components/binary_sensor.rainmachine/ -[binary_sensor.skybell docs]: /components/binary_sensor.skybell/ -[binary_sensor.uptimerobot docs]: /components/binary_sensor.uptimerobot/ -[binary_sensor.wirelesstag docs]: /components/binary_sensor.wirelesstag/ +[binary_sensor.mystrom docs]: /components/mystrom#binary-sensor +[binary_sensor.netatmo docs]: /components/netatmo#binary-sensor +[binary_sensor.rainmachine docs]: /components/rainmachine +[binary_sensor.skybell docs]: /components/skybell#binary-sensor +[binary_sensor.uptimerobot docs]: /components/uptimerobot +[binary_sensor.wirelesstag docs]: /components/wirelesstag#binary-sensor [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.zha docs]: /components/zha [calendar docs]: /components/calendar/ -[calendar.caldav docs]: /components/calendar.caldav/ +[calendar.caldav docs]: /components/caldav [camera docs]: /components/camera/ -[camera.arlo docs]: /components/camera.arlo/ -[camera.doorbird docs]: /components/camera.doorbird/ -[camera.neato docs]: /components/camera.neato/ -[camera.netatmo docs]: /components/camera.netatmo/ -[camera.uvc docs]: /components/camera.uvc/ -[camera.xiaomi docs]: /components/camera.xiaomi/ -[camera.yi docs]: /components/camera.yi/ -[climate.fritzbox docs]: /components/climate.fritzbox/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ +[camera.arlo docs]: /components/arlo#camera +[camera.doorbird docs]: /components/doorbird#camera +[camera.neato docs]: /components/neato#camera +[camera.netatmo docs]: /components/netatmo#camera +[camera.uvc docs]: /components/uvc +[camera.xiaomi docs]: /components/xiaomi_aqara +[camera.yi docs]: /components/yi +[climate.fritzbox docs]: /components/fritzbox +[climate.generic_thermostat docs]: /components/generic_thermostat [climate.mqtt docs]: /components/climate.mqtt/ -[climate.netatmo docs]: /components/climate.netatmo/ -[climate.sensibo docs]: /components/climate.sensibo/ -[climate.tado docs]: /components/climate.tado/ -[climate.zhong_hong docs]: /components/climate.zhong_hong/ +[climate.netatmo docs]: /components/netatmo#climate +[climate.sensibo docs]: /components/sensibo +[climate.tado docs]: /components/tado +[climate.zhong_hong docs]: /components/zhong_hong [config docs]: /components/config/ -[cover.myq docs]: /components/cover.myq/ +[cover.myq docs]: /components/myq [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.freebox docs]: /components/device_tracker.freebox/ +[device_tracker.freebox docs]: /components/freebox [doorbird docs]: /components/doorbird/ [eight_sleep docs]: /components/eight_sleep/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [frontend docs]: /components/frontend/ [hassio docs]: /components/hassio/ [hue docs]: /components/hue/ -[image_processing.facebox docs]: /components/image_processing.facebox/ +[image_processing.facebox docs]: /components/facebox [insteon_plm docs]: /components/insteon_plm/ [konnected docs]: /components/konnected/ -[light.deconz docs]: /components/light.deconz/ -[light.lifx docs]: /components/light.lifx/ +[light.deconz docs]: /components/deconz#light +[light.lifx docs]: /components/lifx [light.mqtt docs]: /components/light.mqtt/ -[light.mystrom docs]: /components/light.mystrom/ -[light.tplink docs]: /components/light.tplink/ -[light.tradfri docs]: /components/light.tradfri/ +[light.mystrom docs]: /components/mystrom#light +[light.tplink docs]: /components/tplink +[light.tradfri docs]: /components/tradfri [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[lock.kiwi docs]: /components/lock.kiwi/ +[lock.kiwi docs]: /components/kiwi [logger docs]: /components/logger/ [media_player docs]: /components/media_player/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.epson docs]: /components/media_player.epson/ -[media_player.horizon docs]: /components/media_player.horizon/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.snapcast docs]: /components/media_player.snapcast/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.spotify docs]: /components/media_player.spotify/ -[media_player.xiaomi_tv docs]: /components/media_player.xiaomi_tv/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.epson docs]: /components/epson +[media_player.horizon docs]: /components/horizon +[media_player.kodi docs]: /components/kodi +[media_player.onkyo docs]: /components/onkyo +[media_player.samsungtv docs]: /components/samsungtv +[media_player.snapcast docs]: /components/snapcast +[media_player.sonos docs]: /components/sonos +[media_player.spotify docs]: /components/spotify +[media_player.xiaomi_tv docs]: /components/xiaomi_tv +[media_player.yamaha docs]: /components/yamaha [mqtt_eventstream docs]: /components/mqtt_eventstream/ [neato docs]: /components/neato/ [nest docs]: /components/nest/ @@ -461,45 +461,45 @@ Experiencing issues introduced by this release? Please report them in our [issue [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ [rflink docs]: /components/rflink/ [ring docs]: /components/ring/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.arlo docs]: /components/sensor.arlo/ -[sensor.eight_sleep docs]: /components/sensor.eight_sleep/ -[sensor.gearbest docs]: /components/sensor.gearbest/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.hive docs]: /components/sensor.hive/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.moon docs]: /components/sensor.moon/ -[sensor.nest docs]: /components/sensor.nest/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.netgear_lte docs]: /components/sensor.netgear_lte/ -[sensor.nsw_fuel_station docs]: /components/sensor.nsw_fuel_station/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.rainmachine docs]: /components/sensor.rainmachine/ -[sensor.simulated docs]: /components/sensor.simulated/ -[sensor.skybell docs]: /components/sensor.skybell/ -[sensor.smappee docs]: /components/sensor.smappee/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.wirelesstag docs]: /components/sensor.wirelesstag/ +[sensor.airvisual docs]: /components/airvisual +[sensor.arlo docs]: /components/arlo#sensor +[sensor.eight_sleep docs]: /components/eight_sleep +[sensor.gearbest docs]: /components/gearbest +[sensor.glances docs]: /components/glances +[sensor.hive docs]: /components/hive#sensor +[sensor.homematic docs]: /components/homematic +[sensor.lastfm docs]: /components/lastfm +[sensor.moon docs]: /components/moon +[sensor.nest docs]: /components/nest#sensor +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.netgear_lte docs]: /components/netgear_lte +[sensor.nsw_fuel_station docs]: /components/nsw_fuel_station +[sensor.pi_hole docs]: /components/pi_hole +[sensor.rainmachine docs]: /components/rainmachine +[sensor.simulated docs]: /components/simulated +[sensor.skybell docs]: /components/skybell#sensor +[sensor.smappee docs]: /components/sma#sensorsppee/ +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.wirelesstag docs]: /components/wirelesstag#sensor [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ [sonos docs]: /components/sonos/ -[switch.doorbird docs]: /components/switch.doorbird/ -[switch.insteon_plm docs]: /components/switch.insteon_plm/ -[switch.linode docs]: /components/switch.linode/ -[switch.mystrom docs]: /components/switch.mystrom/ -[switch.neato docs]: /components/switch.neato/ -[switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.tplink docs]: /components/switch.tplink/ -[switch.wirelesstag docs]: /components/switch.wirelesstag/ +[switch.doorbird docs]: /components/doorbird#switch +[switch.insteon_plm docs]: /components/insteon_plm/ +[switch.linode docs]: /components/linode#switch +[switch.mystrom docs]: /components/mystrom#switch +[switch.neato docs]: /components/neato#switch +[switch.rainmachine docs]: /components/rainmachine#switch +[switch.tplink docs]: /components/tplink +[switch.wirelesstag docs]: /components/wirelesstag#switch [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tradfri docs]: /components/tradfri/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.neato docs]: /components/neato#vacuum [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [watson_iot docs]: /components/watson_iot/ -[weather.ecobee docs]: /components/weather.ecobee/ -[weather.ipma docs]: /components/weather.ipma/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.ecobee docs]: /components/ecobee +[weather.ipma docs]: /components/ipma +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [wink docs]: /components/wink/ [wirelesstag docs]: /components/wirelesstag/ @@ -514,7 +514,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@awarecan]: https://github.com/awarecan [@bachya]: https://github.com/bachya [@balloob]: https://github.com/balloob -[camera.yi docs]: /components/camera.yi/ -[media_player.cast docs]: /components/media_player.cast/ +[camera.yi docs]: /components/yi +[media_player.cast docs]: /components/cast [nest docs]: /components/nest/ -[sensor.nest docs]: /components/sensor.nest/ +[sensor.nest docs]: /components/nest#sensor diff --git a/source/_posts/2018-07-06-release-73.markdown b/source/_posts/2018-07-06-release-73.markdown index e4618109724..dd9682ddc1c 100644 --- a/source/_posts/2018-07-06-release-73.markdown +++ b/source/_posts/2018-07-06-release-73.markdown @@ -40,7 +40,7 @@ Experiencing issues introduced by this release? Please report them in our [issue ## Breaking Changes -- The `pi_hole` sensor is now limited to `ads_blocked_today` by default and will no longer show all available data. Use [`monitored_conditions`](/components/sensor.pi_hole/#monitored_conditions) to list the sensors you want. ([@fabaff] - [#15014]) ([sensor.pi_hole docs]) (breaking change) +- The `pi_hole` sensor is now limited to `ads_blocked_today` by default and will no longer show all available data. Use [`monitored_conditions`](/components/pi_hole#monitored_conditions) to list the sensors you want. ([@fabaff] - [#15014]) ([sensor.pi_hole docs]) (breaking change) - Update PostNL unit of measure to `packages` to align with UPS ([@keesschollaart81] - [#15023]) ([sensor.postnl docs]) (breaking change) - Various attributes have been relocated to sensors that make more sense; additionally, some names are corrected. More info in [#14963] ([@bachya] - [#14963]) ([sensor.pollen docs]) (breaking change) - The filter option for prometheus was aligned with other components ([@alexbarcelo] - [#13738]) ([prometheus docs]) (breaking change) @@ -263,20 +263,20 @@ Experiencing issues introduced by this release? Please report them in our [issue [@w1ll1am23]: https://github.com/w1ll1am23 [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ [arlo docs]: /components/arlo/ -[binary_sensor.digital_ocean docs]: /components/binary_sensor.digital_ocean/ -[binary_sensor.flic docs]: /components/binary_sensor.flic/ -[binary_sensor.nest docs]: /components/binary_sensor.nest/ -[binary_sensor.rachio docs]: /components/binary_sensor.rachio/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.digital_ocean docs]: /components/digital_ocean#binary-sensor +[binary_sensor.flic docs]: /components/flic +[binary_sensor.nest docs]: /components/nest#binary-sensor +[binary_sensor.rachio docs]: /components/rachio +[binary_sensor.trend docs]: /components/trend [camera docs]: /components/camera/ -[camera.neato docs]: /components/camera.neato/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.xiaomi docs]: /components/camera.xiaomi/ -[climate.homekit_controller docs]: /components/climate.homekit_controller/ +[camera.neato docs]: /components/neato#camera +[camera.proxy docs]: /components/proxy +[camera.xiaomi docs]: /components/xiaomi_aqara +[climate.homekit_controller docs]: /components/homekit_controller [climate.mqtt docs]: /components/climate.mqtt/ [climate.mysensors docs]: /components/climate.mysensors/ -[climate.zwave docs]: /components/climate.zwave/ -[cover.wink docs]: /components/cover.wink/ +[climate.zwave docs]: /components/zwave#climate +[cover.wink docs]: /components/wink#cover [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [digital_ocean docs]: /components/digital_ocean/ @@ -287,19 +287,19 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematic docs]: /components/homematic/ [http docs]: /components/http/ [hue docs]: /components/hue/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [insteon_plm docs]: /components/insteon_plm/ -[light.deconz docs]: /components/light.deconz/ -[light.flux_led docs]: /components/light.flux_led/ -[light.homekit_controller docs]: /components/light.homekit_controller/ -[light.lifx docs]: /components/light.lifx/ -[light.tplink docs]: /components/light.tplink/ -[light.wemo docs]: /components/light.wemo/ +[light.deconz docs]: /components/deconz#light +[light.flux_led docs]: /components/flux_led +[light.homekit_controller docs]: /components/homekit_controller +[light.lifx docs]: /components/lifx +[light.tplink docs]: /components/tplink +[light.wemo docs]: /components/wemo [media_extractor docs]: /components/media_extractor/ -[media_player.braviatv docs]: /components/media_player.braviatv/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.vizio docs]: /components/media_player.vizio/ +[media_player.braviatv docs]: /components/braviatv +[media_player.firetv docs]: /components/androidtv +[media_player.samsungtv docs]: /components/samsungtv +[media_player.vizio docs]: /components/vizio [mqtt docs]: /components/mqtt/ [neato docs]: /components/neato/ [netgear_lte docs]: /components/netgear_lte/ @@ -307,20 +307,20 @@ Experiencing issues introduced by this release? Please report them in our [issue [nuimo_controller docs]: /components/nuimo_controller/ [prometheus docs]: /components/prometheus/ [rachio docs]: /components/rachio/ -[sensor.dht docs]: /components/sensor.dht/ -[sensor.fitbit docs]: /components/sensor.fitbit/ -[sensor.loopenergy docs]: /components/sensor.loopenergy/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.postnl docs]: /components/sensor.postnl/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.dht docs]: /components/dht +[sensor.fitbit docs]: /components/fitbit +[sensor.loopenergy docs]: /components/loopenergy +[sensor.pi_hole docs]: /components/pi_hole +[sensor.pollen docs]: /components/iqvia +[sensor.postnl docs]: /components/postnl +[sensor.waze_travel_time docs]: /components/waze_travel_time [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ -[switch.anel_pwrctrl docs]: /components/switch.anel_pwrctrl/ -[switch.digital_ocean docs]: /components/switch.digital_ocean/ -[switch.homekit_controller docs]: /components/switch.homekit_controller/ -[switch.neato docs]: /components/switch.neato/ -[switch.rachio docs]: /components/switch.rachio/ -[vacuum.neato docs]: /components/vacuum.neato/ +[switch.anel_pwrctrl docs]: /components/anel_pwrctrl +[switch.digital_ocean docs]: /components/digital_ocean#switch +[switch.homekit_controller docs]: /components/homekit_controller +[switch.neato docs]: /components/neato#switch +[switch.rachio docs]: /components/rachio#switch +[vacuum.neato docs]: /components/neato#vacuum [weather.darksky docs]: /components/weather.darksky/ [wemo docs]: /components/wemo/ [wink docs]: /components/wink/ diff --git a/source/_posts/2018-07-16-release-73-2.markdown b/source/_posts/2018-07-16-release-73-2.markdown index 2cbd1909c2e..97b601c3e0c 100644 --- a/source/_posts/2018-07-16-release-73-2.markdown +++ b/source/_posts/2018-07-16-release-73-2.markdown @@ -14,40 +14,40 @@ A man in the middle attack is when an attacker is able to inject itself between After research, the following integrations have been impacted. Although the odds are extremely small, we still suggest that if you use any of these integrations, to create new API keys or change your password. -- [alarm_control_panel.alarmdotcom](/components/alarm_control_panel.alarmdotcom/) -- [climate.sensibo](/components/climate.sensibo/) +- [alarm_control_panel.alarmdotcom](/components/alarmdotcom) +- [climate.sensibo](/components/sensibo) - [cloud](/components/cloud/) (only short lived tokens impacted) -- [device_tracker.automatic](/components/device_tracker.automatic/) +- [device_tracker.automatic](/components/automatic) - [duckdns](/components/duckdns/) - [freedns](/components/freedns/) - [google_assistant](/components/google_assistant/) (manual setup) - [google_domains](/components/google_domains/) - [homematicip_cloud](/components/homematicip_cloud/) -- [image_processing.openalpr_cloud](/components/image_processing.openalpr_cloud/) +- [image_processing.openalpr_cloud](/components/openalpr_local_cloud) - [microsoft_face](/components/microsoft_face/) - [namecheapdns](/components/namecheapdns/) - [no_ip](/components/no_ip/) -- [notify.flock](/components/notify.flock/) -- [notify.prowl](/components/notify.prowl/) +- [notify.flock](/components/flock) +- [notify.prowl](/components/prowl) - [rest_command](/components/rest_command/) -- [scene.lifx_cloud](/components/scene.lifx_cloud/) -- [switch.hook](/components/switch.hook/) +- [scene.lifx_cloud](/components/lifx_cloud) +- [switch.hook](/components/hook) - [switch.rest](/components/switch.rest/) -- [telegram_bot.polling](/components/telegram_bot.polling/) -- [tts.voicerss](/components/tts.voicerss/) +- [telegram_bot.polling](/components/polling) +- [tts.voicerss](/components/voicerss) Also impacted, but integrations are read only: -- [sensor.airvisual](/components/sensor.airvisual/) -- [sensor.ebox](/components/sensor.ebox/) -- [sensor.fido](/components/sensor.fido/) -- [sensor.foobot](/components/sensor.foobot/) -- [sensor.hydroquebec](/components/sensor.hydroquebec/) -- [sensor.startca](/components/sensor.startca/) -- [sensor.teksavvy](/components/sensor.teksavvy/) -- [sensor.thethingsnetwork](/components/sensor.thethingsnetwork/) -- [sensor.tibber](/components/sensor.tibber/) -- [sensor.waqi](/components/sensor.waqi/) +- [sensor.airvisual](/components/airvisual) +- [sensor.ebox](/components/ebox) +- [sensor.fido](/components/fido) +- [sensor.foobot](/components/foobot) +- [sensor.hydroquebec](/components/hydroquebec) +- [sensor.startca](/components/startca) +- [sensor.teksavvy](/components/teksavvy) +- [sensor.thethingsnetwork](/components/thethingsnetwork#sensor) +- [sensor.tibber](/components/tibber#sensor) +- [sensor.waqi](/components/waqi) If you are running Home Assistant on a system with Python 3.4, we've created a new release 0.64.4b0 with the patch applied. We have made it available as a beta. To install the pre-release run `python3 -m pip install homeassistant==0.64.4b0`. @@ -58,47 +58,47 @@ For complete transparency, the following two sets of integrations also used aioh Affected, but not transmitting authentication: - [sensor.buienradar](/components/sensor.buienradar/) -- [sensor.citybikes](/components/sensor.citybikes/) -- [sensor.comed_hourly_pricing](/components/sensor.comed_hourly_pricing/) -- [sensor.luftdaten](/components/sensor.luftdaten/) -- [sensor.pollen](/components/sensor.pollen/) -- [sensor.sochain](/components/sensor.sochain/) -- [sensor.swiss_public_transport](/components/sensor.swiss_public_transport/) -- [sensor.viaggiatreno](/components/sensor.viaggiatreno/) -- [sensor.wunderground](/components/sensor.wunderground/) -- [sensor.yr](/components/sensor.yr/) -- [weather.ipma](/components/weather.ipma/) -- [tts.google](/components/tts.google/) -- [tts.yandextts](/components/tts.yandextts/) +- [sensor.citybikes](/components/citybikes) +- [sensor.comed_hourly_pricing](/components/comed_hourly_pricing) +- [sensor.luftdaten](/components/luftdaten#sensor) +- [sensor.pollen](/components/iqvia) +- [sensor.sochain](/components/sochain) +- [sensor.swiss_public_transport](/components/swiss_public_transport) +- [sensor.viaggiatreno](/components/viaggiatreno) +- [sensor.wunderground](/components/wunderground) +- [sensor.yr](/components/yr) +- [weather.ipma](/components/ipma) +- [tts.google](/components/google_translate) +- [tts.yandextts](/components/yandextts) - [updater](/components/updater/) Local, so cannot be impacted: - [android_ip_webcam](/components/android_ip_webcam/) - [apple_tv](/components/apple_tv/) -- [camera.amcrest](/components/camera.amcrest/) -- [camera.doorbird](/components/camera.doorbird/) -- [camera.familyhub](/components/camera.familyhub/) -- [camera.generic](/components/camera.generic/) -- [camera.mjpeg](/components/camera.mjpeg/) -- [camera.proxy](/components/camera.proxy/) -- [camera.synology](/components/camera.synology/) +- [camera.amcrest](/components/amcrest) +- [camera.doorbird](/components/doorbird#camera) +- [camera.familyhub](/components/familyhub) +- [camera.generic](/components/generic) +- [camera.mjpeg](/components/mjpeg) +- [camera.proxy](/components/proxy) +- [camera.synology](/components/synology) - [deconz](/components/deconz/) -- [device_tracker.upc_connect](/components/device_tracker.upc_connect/) +- [device_tracker.upc_connect](/components/upc_connect) - [hassio](/components/hassio/) - [hue](/components/hue/) -- [media_player.bluesound](/components/media_player.bluesound/) -- [media_player.epson](/components/media_player.epson/) -- [media_player.kodi](/components/media_player.kodi/) -- [media_player.squeezebox](/components/media_player.squeezebox/) -- [media_player.volumio](/components/media_player.volumio/) -- [notify.kodi](/components/notify.kodi/) +- [media_player.bluesound](/components/bluesound) +- [media_player.epson](/components/epson) +- [media_player.kodi](/components/kodi) +- [media_player.squeezebox](/components/squeezebox) +- [media_player.volumio](/components/volumio) +- [notify.kodi](/components/kodi) - [qwikswitch](/components/qwikswitch/) - [rainmachine](/components/rainmachine/) -- [scene.hunterdouglas_powerview](/components/scene.hunterdouglas_powerview/) -- [sensor.netdata](/components/sensor.netdata/) -- [sensor.pi_hole](/components/sensor.pi_hole/) -- [sensor.sma](/components/sensor.sma/) -- [sensor.worxlandroid](/components/sensor.worxlandroid/) +- [scene.hunterdouglas_powerview](/components/hunterdouglas_powerview) +- [sensor.netdata](/components/netdata) +- [sensor.pi_hole](/components/pi_hole) +- [sensor.sma](/components/sma#sensors) +- [sensor.worxlandroid](/components/worxlandroid) - [spc](/components/spc/) -- [tts.marytts](/components/tts.marytts/) +- [tts.marytts](/components/marytts) diff --git a/source/_posts/2018-07-21-release-74.markdown b/source/_posts/2018-07-21-release-74.markdown index 89b569e3cfd..b59ad718dec 100644 --- a/source/_posts/2018-07-21-release-74.markdown +++ b/source/_posts/2018-07-21-release-74.markdown @@ -326,26 +326,26 @@ Experiencing issues introduced by this release? Please report them in our [issue [@teharris1]: https://github.com/teharris1 [@w1ll1am23]: https://github.com/w1ll1am23 [alarm_control_panel docs]: /components/alarm_control_panel/ -[alarm_control_panel.homematicip_cloud docs]: /components/alarm_control_panel.homematicip_cloud/ +[alarm_control_panel.homematicip_cloud docs]: /components/homematicip_cloud [alexa docs]: /components/alexa/ [auth docs]: /components/auth/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ -[binary_sensor.ring docs]: /components/binary_sensor.ring/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[binary_sensor.ring docs]: /components/ring#binary-sensor [calendar.google docs]: /components/calendar.google/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.push docs]: /components/camera.push/ -[climate.fritzbox docs]: /components/climate.fritzbox/ +[camera.onvif docs]: /components/onvif +[camera.push docs]: /components/push +[climate.fritzbox docs]: /components/fritzbox [cloudflare docs]: /components/cloudflare/ [config docs]: /components/config/ [cover.group docs]: /components/cover.group/ -[cover.lutron_caseta docs]: /components/cover.lutron_caseta/ +[cover.lutron_caseta docs]: /components/lutron_caseta/ [cover.mqtt docs]: /components/cover.mqtt/ [cover.rflink docs]: /components/cover.rflink/ -[cover.tahoma docs]: /components/cover.tahoma/ +[cover.tahoma docs]: /components/tahoma [cover.template docs]: /components/cover.template/ [cover.velbus docs]: /components/cover.velbus/ -[cover.wink docs]: /components/cover.wink/ +[cover.wink docs]: /components/wink#cover [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [dialogflow docs]: /components/dialogflow/ @@ -354,57 +354,57 @@ Experiencing issues introduced by this release? Please report them in our [issue [eufy docs]: /components/eufy/ [fritzbox docs]: /components/fritzbox/ [frontend docs]: /components/frontend/ -[google docs]: /components/google/ +[google docs]: /components/google_translate [google_assistant docs]: /components/google_assistant/ [homekit_controller docs]: /components/homekit_controller/ [homematic docs]: /components/homematic/ [homematicip_cloud docs]: /components/homematicip_cloud/ [http docs]: /components/http/ [image_processing docs]: /components/image_processing/ -[image_processing.facebox docs]: /components/image_processing.facebox/ -[light.deconz docs]: /components/light.deconz/ -[light.eufy docs]: /components/light.eufy/ -[light.flux_led docs]: /components/light.flux_led/ -[light.homematicip_cloud docs]: /components/light.homematicip_cloud/ -[light.limitlessled docs]: /components/light.limitlessled/ -[light.mystrom docs]: /components/light.mystrom/ -[light.tuya docs]: /components/light.tuya/ +[image_processing.facebox docs]: /components/facebox +[light.deconz docs]: /components/deconz#light +[light.eufy docs]: /components/eufy +[light.flux_led docs]: /components/flux_led +[light.homematicip_cloud docs]: /components/homematicip_cloud/ +[light.limitlessled docs]: /components/limitlessled +[light.mystrom docs]: /components/mystrom#light +[light.tuya docs]: /components/tuya [light.xiaomi_aqara docs]: /components/light.xiaomi_aqara/ -[light.zwave docs]: /components/light.zwave/ +[light.zwave docs]: /components/zwave [media_extractor docs]: /components/media_extractor/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.lg_netcast docs]: /components/media_player.lg_netcast/ -[media_player.liveboxplaytv docs]: /components/media_player.liveboxplaytv/ -[media_player.philips_js docs]: /components/media_player.philips_js/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.lg_netcast docs]: /components/lg_netcast +[media_player.liveboxplaytv docs]: /components/liveboxplaytv +[media_player.philips_js docs]: /components/philips_js [mysensors docs]: /components/mysensors/ [onboarding docs]: /components/onboarding/ [prometheus docs]: /components/prometheus/ -[sensor.arlo docs]: /components/sensor.arlo/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.duke_energy docs]: /components/sensor.duke_energy/ -[sensor.efergy docs]: /components/sensor.efergy/ -[sensor.fixer docs]: /components/sensor.fixer/ -[sensor.gtfs docs]: /components/sensor.gtfs/ -[sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.nut docs]: /components/sensor.nut/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.synologydsm docs]: /components/sensor.synologydsm/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ -[sensor.wirelesstag docs]: /components/sensor.wirelesstag/ -[switch.amcrest docs]: /components/switch.amcrest/ -[switch.enocean docs]: /components/switch.enocean/ -[switch.eufy docs]: /components/switch.eufy/ -[switch.fritzbox docs]: /components/switch.fritzbox/ -[switch.insteon_plm docs]: /components/switch.insteon_plm/ -[switch.tuya docs]: /components/switch.tuya/ +[sensor.arlo docs]: /components/arlo#sensor +[sensor.deconz docs]: /components/deconz#sensor +[sensor.duke_energy docs]: /components/duke_energy +[sensor.efergy docs]: /components/efergy +[sensor.fixer docs]: /components/fixer +[sensor.gtfs docs]: /components/gtfs +[sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.nut docs]: /components/nut +[sensor.sql docs]: /components/sql +[sensor.synologydsm docs]: /components/synologydsm +[sensor.tibber docs]: /components/tibber#sensor +[sensor.waze_travel_time docs]: /components/waze_travel_time +[sensor.wirelesstag docs]: /components/wirelesstag#sensor +[switch.amcrest docs]: /components/amcrest +[switch.enocean docs]: /components/enocean#switch +[switch.eufy docs]: /components/eufy +[switch.fritzbox docs]: /components/fritzbox +[switch.insteon_plm docs]: /components/insteon_plm/ +[switch.tuya docs]: /components/tuya [tahoma docs]: /components/tahoma/ [tts docs]: /components/tts/ [tuya docs]: /components/tuya/ -[vacuum.roomba docs]: /components/vacuum.roomba/ +[vacuum.roomba docs]: /components/roomba [watson_iot docs]: /components/watson_iot/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [#15600]: https://github.com/home-assistant/home-assistant/pull/15600 [#15604]: https://github.com/home-assistant/home-assistant/pull/15604 @@ -417,5 +417,5 @@ Experiencing issues introduced by this release? Please report them in our [issue [cast docs]: /components/cast/ [frontend docs]: /components/frontend/ [homekit docs]: /components/homekit/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.sonos docs]: /components/sonos [sonos docs]: /components/sonos/ diff --git a/source/_posts/2018-08-03-release-75.markdown b/source/_posts/2018-08-03-release-75.markdown index 7007ee01c1a..b3ff88e65a8 100644 --- a/source/_posts/2018-08-03-release-75.markdown +++ b/source/_posts/2018-08-03-release-75.markdown @@ -305,64 +305,64 @@ Experiencing issues introduced by this release? Please report them in our [issue [@w1ll1am23]: https://github.com/w1ll1am23 [@wingy3181]: https://github.com/wingy3181 [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ -[alarm_control_panel.simplisafe docs]: /components/alarm_control_panel.simplisafe/ +[alarm_control_panel.simplisafe docs]: /components/simplisafe [alarmdecoder docs]: /components/alarmdecoder/ [api docs]: /components/api/ [apple_tv docs]: /components/apple_tv/ [arlo docs]: /components/arlo/ [auth docs]: /components/auth/ -[binary_sensor.alarmdecoder docs]: /components/binary_sensor.alarmdecoder/ -[binary_sensor.ihc docs]: /components/binary_sensor.ihc/ -[binary_sensor.insteon_plm docs]: /components/binary_sensor.insteon_plm/ -[binary_sensor.tahoma docs]: /components/binary_sensor.tahoma/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[calendar.todoist docs]: /components/calendar.todoist/ +[binary_sensor.alarmdecoder docs]: /components/alarmdecoder +[binary_sensor.ihc docs]: /components/ihc#binary-sensor +[binary_sensor.insteon_plm docs]: /components/insteon_plm/ +[binary_sensor.tahoma docs]: /components/tahoma +[binary_sensor.trend docs]: /components/trend +[calendar.todoist docs]: /components/todoist [camera docs]: /components/camera/ [camera.demo docs]: /components/camera.demo/ -[camera.nest docs]: /components/camera.nest/ -[camera.proxy docs]: /components/camera.proxy/ -[climate.heatmiser docs]: /components/climate.heatmiser/ -[climate.honeywell docs]: /components/climate.honeywell/ -[climate.spider docs]: /components/climate.spider/ -[climate.tuya docs]: /components/climate.tuya/ +[camera.nest docs]: /components/nest#camera +[camera.proxy docs]: /components/proxy +[climate.heatmiser docs]: /components/heatmiser +[climate.honeywell docs]: /components/honeywell +[climate.spider docs]: /components/spider#climate +[climate.tuya docs]: /components/tuya [cloud docs]: /components/cloud/ [config docs]: /components/config/ -[cover.aladdin_connect docs]: /components/cover.aladdin_connect/ -[cover.brunt docs]: /components/cover.brunt/ -[cover.tuya docs]: /components/cover.tuya/ +[cover.aladdin_connect docs]: /components/aladdin_connect +[cover.brunt docs]: /components/brunt +[cover.tuya docs]: /components/tuya [device_tracker docs]: /components/device_tracker/ -[device_tracker.tile docs]: /components/device_tracker.tile/ +[device_tracker.tile docs]: /components/tile [fan docs]: /components/fan/ -[fan.comfoconnect docs]: /components/fan.comfoconnect/ -[fan.dyson docs]: /components/fan.dyson/ -[fan.insteon_local docs]: /components/fan.insteon_local/ +[fan.comfoconnect docs]: /components/comfoconnect +[fan.dyson docs]: /components/dyson#fan +[fan.insteon_local docs]: /components/insteon_local/ [fan.template docs]: /components/fan.template/ -[fan.tuya docs]: /components/fan.tuya/ -[fan.wink docs]: /components/fan.wink/ -[fan.zha docs]: /components/fan.zha/ +[fan.tuya docs]: /components/tuya +[fan.wink docs]: /components/wink#fan +[fan.zha docs]: /components/zha [google_assistant docs]: /components/google_assistant/ [hassio docs]: /components/hassio/ [homematic docs]: /components/homematic/ [homematicip_cloud docs]: /components/homematicip_cloud/ [http docs]: /components/http/ [ihc docs]: /components/ihc/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [insteon_plm docs]: /components/insteon_plm/ [light docs]: /components/light/ -[light.deconz docs]: /components/light.deconz/ -[light.futurenow docs]: /components/light.futurenow/ -[light.ihc docs]: /components/light.ihc/ +[light.deconz docs]: /components/deconz#light +[light.futurenow docs]: /components/futurenow +[light.ihc docs]: /components/ihc#light [light.mqtt docs]: /components/light.mqtt/ -[light.sisyphus docs]: /components/light.sisyphus/ -[light.tplink docs]: /components/light.tplink/ +[light.sisyphus docs]: /components/sisyphus +[light.tplink docs]: /components/tplink [mailgun docs]: /components/mailgun/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.bluesound docs]: /components/media_player.bluesound/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.pandora docs]: /components/media_player.pandora/ -[media_player.sisyphus docs]: /components/media_player.sisyphus/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.bluesound docs]: /components/bluesound +[media_player.denonavr docs]: /components/denonavr/ +[media_player.pandora docs]: /components/pandora +[media_player.sisyphus docs]: /components/sisyphus +[media_player.sonos docs]: /components/sonos [mqtt docs]: /components/mqtt/ [neato docs]: /components/neato/ [nest docs]: /components/nest/ @@ -370,44 +370,44 @@ Experiencing issues introduced by this release? Please report them in our [issue [netgear_lte docs]: /components/netgear_lte/ [notify docs]: /components/notify/ [rachio docs]: /components/rachio/ -[scene.tuya docs]: /components/scene.tuya/ -[sensor.bme280 docs]: /components/sensor.bme280/ +[scene.tuya docs]: /components/tuya +[sensor.bme280 docs]: /components/bme280 [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.citybikes docs]: /components/sensor.citybikes/ +[sensor.citybikes docs]: /components/citybikes [sensor.command_line docs]: /components/sensor.command_line/ -[sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/ -[sensor.geizhals docs]: /components/sensor.geizhals/ -[sensor.ihc docs]: /components/sensor.ihc/ -[sensor.magicseaweed docs]: /components/sensor.magicseaweed/ -[sensor.modem_callerid docs]: /components/sensor.modem_callerid/ -[sensor.moon docs]: /components/sensor.moon/ -[sensor.mvglive docs]: /components/sensor.mvglive/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.netgear_lte docs]: /components/sensor.netgear_lte/ -[sensor.nzbget docs]: /components/sensor.nzbget/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.pyload docs]: /components/sensor.pyload/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.sql docs]: /components/sensor.sql/ +[sensor.fritzbox_callmonitor docs]: /components/fritzbox#sensor_callmonitor/ +[sensor.geizhals docs]: /components/geizhals +[sensor.ihc docs]: /components/ihc#sensor +[sensor.magicseaweed docs]: /components/magicseaweed +[sensor.modem_callerid docs]: /components/modem_callerid +[sensor.moon docs]: /components/moon +[sensor.mvglive docs]: /components/mvglive +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.netgear_lte docs]: /components/netgear_lte +[sensor.nzbget docs]: /components/nzbget +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.pollen docs]: /components/iqvia +[sensor.pyload docs]: /components/pyload +[sensor.scrape docs]: /components/scrape +[sensor.sql docs]: /components/sql [sensor.strings.moon.json docs]: /components/sensor.strings.moon.json/ -[sensor.sytadin docs]: /components/sensor.sytadin/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.sytadin docs]: /components/sytadin +[sensor.waze_travel_time docs]: /components/waze_travel_time [sisyphus docs]: /components/sisyphus/ [smappee docs]: /components/smappee/ [spider docs]: /components/spider/ [switch docs]: /components/switch/ -[switch.ihc docs]: /components/switch.ihc/ -[switch.insteon_plm docs]: /components/switch.insteon_plm/ +[switch.ihc docs]: /components/ihc#switch +[switch.insteon_plm docs]: /components/insteon_plm/ [switch.mqtt docs]: /components/switch.mqtt/ -[switch.spider docs]: /components/switch.spider/ -[switch.tplink docs]: /components/switch.tplink/ +[switch.spider docs]: /components/spider +[switch.tplink docs]: /components/tplink [tahoma docs]: /components/tahoma/ [tts docs]: /components/tts/ [tuya docs]: /components/tuya/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.neato docs]: /components/neato#vacuum [vera docs]: /components/vera/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [wemo docs]: /components/wemo/ [zwave docs]: /components/zwave/ @@ -416,7 +416,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@Danielhiversen]: https://github.com/Danielhiversen [@superpuffin]: https://github.com/superpuffin [rfxtrx docs]: /components/rfxtrx/ -[sensor.dht docs]: /components/sensor.dht/ +[sensor.dht docs]: /components/dht [#15830]: https://github.com/home-assistant/home-assistant/pull/15830 [#15832]: https://github.com/home-assistant/home-assistant/pull/15832 [@Cinntax]: https://github.com/Cinntax diff --git a/source/_posts/2018-08-17-release-76.markdown b/source/_posts/2018-08-17-release-76.markdown index b9573bdca2b..3cceffb4b09 100644 --- a/source/_posts/2018-08-17-release-76.markdown +++ b/source/_posts/2018-08-17-release-76.markdown @@ -335,33 +335,33 @@ Experiencing issues introduced by this release? Please report them in our [issue [@vrih]: https://github.com/vrih [august docs]: /components/august/ [auth docs]: /components/auth/ -[binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/ -[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ -[binary_sensor.openuv docs]: /components/binary_sensor.openuv/ -[binary_sensor.threshold docs]: /components/binary_sensor.threshold/ -[binary_sensor.velbus docs]: /components/binary_sensor.velbus/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ -[calendar.todoist docs]: /components/calendar.todoist/ -[camera.yi docs]: /components/camera.yi/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.radiotherm docs]: /components/climate.radiotherm/ +[binary_sensor.bayesian docs]: /components/bayesian +[binary_sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[binary_sensor.openuv docs]: /components/openuv +[binary_sensor.threshold docs]: /components/threshold +[binary_sensor.velbus docs]: /components/velbus +[binary_sensor.workday docs]: /components/workday +[calendar.todoist docs]: /components/todoist +[camera.yi docs]: /components/yi +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.radiotherm docs]: /components/radiotherm [config docs]: /components/config/ -[cover.tahoma docs]: /components/cover.tahoma/ +[cover.tahoma docs]: /components/tahoma [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ -[fan.dyson docs]: /components/fan.dyson/ +[fan.dyson docs]: /components/dyson#fan [fan.velbus docs]: /components/fan.velbus/ [hassio docs]: /components/hassio/ [http docs]: /components/http/ -[image_processing.facebox docs]: /components/image_processing.facebox/ -[light.deconz docs]: /components/light.deconz/ +[image_processing.facebox docs]: /components/facebox +[light.deconz docs]: /components/deconz#light [light.group docs]: /components/light.group/ [light.velbus docs]: /components/velbus/ [media_extractor docs]: /components/media_extractor/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.mediaroom docs]: /components/media_player.mediaroom/ -[media_player.pjlink docs]: /components/media_player.pjlink/ +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.kodi docs]: /components/kodi +[media_player.mediaroom docs]: /components/mediaroom +[media_player.pjlink docs]: /components/pjlink [mqtt docs]: /components/mqtt/ [mysensors docs]: /components/mysensors/ [nest docs]: /components/nest/ @@ -369,30 +369,30 @@ Experiencing issues introduced by this release? Please report them in our [issue [onboarding docs]: /components/onboarding/ [openuv docs]: /components/openuv/ [persistent_notification docs]: /components/persistent_notification/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.enphase_envoy docs]: /components/sensor.enphase_envoy/ -[sensor.irish_rail_transport docs]: /components/sensor.irish_rail_transport/ -[sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.min_max docs]: /components/sensor.min_max/ -[sensor.opensky docs]: /components/sensor.opensky/ -[sensor.openuv docs]: /components/sensor.openuv/ -[sensor.rmvtransport docs]: /components/sensor.rmvtransport/ -[sensor.sense docs]: /components/sensor.sense/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.sonarr docs]: /components/sensor.sonarr/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ -[sensor.worxlandroid docs]: /components/sensor.worxlandroid/ -[switch.amcrest docs]: /components/switch.amcrest/ -[switch.deconz docs]: /components/switch.deconz/ -[switch.snmp docs]: /components/switch.snmp/ -[switch.velbus docs]: /components/switch.velbus/ +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.enphase_envoy docs]: /components/enphase_envoy +[sensor.irish_rail_transport docs]: /components/irish_rail_transport +[sensor.lastfm docs]: /components/lastfm +[sensor.min_max docs]: /components/min_max +[sensor.opensky docs]: /components/opensky +[sensor.openuv docs]: /components/openuv +[sensor.rmvtransport docs]: /components/rmvtransport +[sensor.sense docs]: /components/sense +[sensor.shodan docs]: /components/shodan +[sensor.snmp docs]: /components/snmp#sensor +[sensor.sonarr docs]: /components/sonarr +[sensor.statistics docs]: /components/statistics +[sensor.waze_travel_time docs]: /components/waze_travel_time +[sensor.worxlandroid docs]: /components/worxlandroid +[switch.amcrest docs]: /components/amcrest +[switch.deconz docs]: /components/deconz#switch +[switch.snmp docs]: /components/snmp#switch +[switch.velbus docs]: /components/velbus [tahoma docs]: /components/tahoma/ [vacuum docs]: /components/vacuum/ [vacuum.demo docs]: /components/vacuum.demo/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [velbus docs]: /components/velbus/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [zwave docs]: /components/zwave/ diff --git a/source/_posts/2018-08-29-release-77.markdown b/source/_posts/2018-08-29-release-77.markdown index c6b4c57c317..daa33258605 100644 --- a/source/_posts/2018-08-29-release-77.markdown +++ b/source/_posts/2018-08-29-release-77.markdown @@ -76,7 +76,7 @@ You didn't think we would forget about Lovelace, did you? This release include a [@exxamalte]: https://github.com/exxamalte [@lamiskin]: https://github.com/lamiskin [feedreader docs]: /components/feedreader/ -[light.lifx docs]: /components/light.lifx/ +[light.lifx docs]: /components/lifx [wemo docs]: /components/wemo/ ## Release 0.77.3 - September 3 @@ -418,26 +418,26 @@ Experiencing issues introduced by this release? Please report them in our [issue [alexa docs]: /components/alexa/ [api docs]: /components/api/ [auth docs]: /components/auth/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.wemo docs]: /components/binary_sensor.wemo/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.trend docs]: /components/trend +[binary_sensor.wemo docs]: /components/wemo [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ [bmw_connected_drive docs]: /components/bmw_connected_drive/ [calendar.google docs]: /components/calendar.google/ [camera docs]: /components/camera/ -[camera.generic docs]: /components/camera.generic/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.push docs]: /components/camera.push/ +[camera.generic docs]: /components/generic +[camera.proxy docs]: /components/proxy +[camera.push docs]: /components/push [climate docs]: /components/climate/ -[climate.ephember docs]: /components/climate.ephember/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ +[climate.ephember docs]: /components/ephember +[climate.generic_thermostat docs]: /components/generic_thermostat [climate.knx docs]: /components/climate.knx/ -[climate.maxcube docs]: /components/climate.maxcube/ -[climate.sensibo docs]: /components/climate.sensibo/ +[climate.maxcube docs]: /components/maxcube +[climate.sensibo docs]: /components/sensibo [config docs]: /components/config/ [conversation docs]: /components/conversation/ -[cover.aladdin_connect docs]: /components/cover.aladdin_connect/ -[cover.brunt docs]: /components/cover.brunt/ +[cover.aladdin_connect docs]: /components/aladdin_connect +[cover.brunt docs]: /components/brunt [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [ecovacs docs]: /components/ecovacs/ @@ -446,49 +446,49 @@ Experiencing issues introduced by this release? Please report them in our [issue [hassio docs]: /components/hassio/ [homematic docs]: /components/homematic/ [http docs]: /components/http/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [input_datetime docs]: /components/input_datetime/ [insteon_local docs]: /components/insteon_local/ [insteon_plm docs]: /components/insteon_plm/ [konnected docs]: /components/konnected/ -[light.deconz docs]: /components/light.deconz/ -[light.wemo docs]: /components/light.wemo/ +[light.deconz docs]: /components/deconz#light +[light.wemo docs]: /components/wemo [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[lock.bmw_connected_drive docs]: /components/lock.bmw_connected_drive/ +[lock.bmw_connected_drive docs]: /components/bmw_connected_drive [media_extractor docs]: /components/media_extractor/ -[media_player.frontier_silicon docs]: /components/media_player.frontier_silicon/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.sonos docs]: /components/media_player.sonos/ +[media_player.frontier_silicon docs]: /components/frontier_silicon +[media_player.mpd docs]: /components/mpd +[media_player.plex docs]: /components/plex#media-player +[media_player.sonos docs]: /components/sonos [mqtt_eventstream docs]: /components/mqtt_eventstream/ [mqtt_statestream docs]: /components/mqtt_statestream/ [notify docs]: /components/notify/ [openuv docs]: /components/openuv/ [panel_custom docs]: /components/panel_custom/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.geizhals docs]: /components/sensor.geizhals/ -[sensor.glances docs]: /components/sensor.glances/ +[sensor.deconz docs]: /components/deconz#sensor +[sensor.geizhals docs]: /components/geizhals +[sensor.glances docs]: /components/glances [sensor.netatmo_public docs]: /components/netatmo/#sensor -[sensor.noaa_tides docs]: /components/sensor.noaa_tides/ -[sensor.openuv docs]: /components/sensor.openuv/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.sytadin docs]: /components/sensor.sytadin/ -[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/ +[sensor.noaa_tides docs]: /components/noaa_tides +[sensor.openuv docs]: /components/openuv +[sensor.scrape docs]: /components/scrape +[sensor.shodan docs]: /components/shodan +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.sytadin docs]: /components/sytadin +[sensor.worldtidesinfo docs]: /components/worldtidesinfo [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ [sonos docs]: /components/sonos/ [splunk docs]: /components/splunk/ -[switch.deconz docs]: /components/switch.deconz/ -[switch.fritzdect docs]: /components/switch.fritzdect/ -[switch.konnected docs]: /components/switch.konnected/ -[switch.wemo docs]: /components/switch.wemo/ +[switch.deconz docs]: /components/deconz#switch +[switch.fritzdect docs]: /components/fritzdect +[switch.konnected docs]: /components/konnected#switch +[switch.wemo docs]: /components/wemo [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tellduslive docs]: /components/tellduslive/ [upnp docs]: /components/upnp/ -[vacuum.ecovacs docs]: /components/vacuum.ecovacs/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.ecovacs docs]: /components/ecovacs#vacuum +[vacuum.neato docs]: /components/neato#vacuum [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [waterfurnace docs]: /components/waterfurnace/ [websocket_api docs]: /components/websocket_api/ diff --git a/source/_posts/2018-09-15-release-78.markdown b/source/_posts/2018-09-15-release-78.markdown index fb947a4f5c4..36dbe8f7bb4 100644 --- a/source/_posts/2018-09-15-release-78.markdown +++ b/source/_posts/2018-09-15-release-78.markdown @@ -43,8 +43,8 @@ Also on your profile page is a new list of existing refresh tokens. These are al [@awarecan]: https://github.com/awarecan [@frenck]: https://github.com/frenck [@mtdcr]: https://github.com/mtdcr -[media_player.cast docs]: /components/media_player.cast/ -[sensor.snmp docs]: /components/sensor.snmp/ +[media_player.cast docs]: /components/cast +[sensor.snmp docs]: /components/snmp#sensor ## Release 0.78.2 - September 21 @@ -389,7 +389,7 @@ The configuration value type should no longer be used. ([@endor-force] - [#15935 [@vrih]: https://github.com/vrih [@zellux]: https://github.com/zellux [@zoe1337]: https://github.com/zoe1337 -[alarm_control_panel.yale_smart_alarm docs]: /components/alarm_control_panel.yale_smart_alarm/ +[alarm_control_panel.yale_smart_alarm docs]: /components/yale_smart_alarm [arlo docs]: /components/arlo/ [asterisk_mbox docs]: /components/asterisk_mbox/ [auth docs]: /components/auth/ @@ -400,19 +400,19 @@ The configuration value type should no longer be used. ([@endor-force] - [#15935 [automation.state docs]: /docs/automation/trigger/#state-trigger [automation.template docs]: /docs/automation/trigger/#template-trigger [automation.zone docs]: /docs/automation/trigger/#zone-trigger -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.openuv docs]: /components/binary_sensor.openuv/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.openuv docs]: /components/openuv [camera docs]: /components/camera/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.push docs]: /components/camera.push/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.nest docs]: /components/climate.nest/ -[climate.opentherm_gw docs]: /components/climate.opentherm_gw/ -[climate.radiotherm docs]: /components/climate.radiotherm/ +[camera.proxy docs]: /components/proxy +[camera.push docs]: /components/push +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.nest docs]: /components/nest#climate +[climate.opentherm_gw docs]: /components/opentherm_gw +[climate.radiotherm docs]: /components/radiotherm [config docs]: /components/config/ -[cover.insteon docs]: /components/cover.insteon/ +[cover.insteon docs]: /components/insteon [cover.mqtt docs]: /components/cover.mqtt/ -[cover.myq docs]: /components/cover.myq/ +[cover.myq docs]: /components/myq [cover.rflink docs]: /components/cover.rflink/ [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ @@ -423,62 +423,62 @@ The configuration value type should no longer be used. ([@endor-force] - [#15935 [homematic docs]: /components/homematic/ [hue docs]: /components/hue/ [insteon docs]: /components/insteon/ -[light.deconz docs]: /components/light.deconz/ -[light.hue docs]: /components/light.hue/ +[light.deconz docs]: /components/deconz#light +[light.hue docs]: /components/hue [light.mqtt docs]: /components/light.mqtt/ -[light.tplink docs]: /components/light.tplink/ +[light.tplink docs]: /components/tplink [media_extractor docs]: /components/media_extractor/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.webostv docs]: /components/media_player.webostv/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.cast docs]: /components/cast +[media_player.kodi docs]: /components/kodi +[media_player.onkyo docs]: /components/onkyo +[media_player.songpal docs]: /components/songpal +[media_player.sonos docs]: /components/sonos +[media_player.webostv docs]: /components/webostv#media-player +[media_player.yamaha docs]: /components/yamaha [mqtt docs]: /components/mqtt/ [netatmo docs]: /components/netatmo/ [notify docs]: /components/notify/ [openuv docs]: /components/openuv/ [rfxtrx docs]: /components/rfxtrx/ -[scene.deconz docs]: /components/scene.deconz/ +[scene.deconz docs]: /components/deconz#scene [script docs]: /components/script/ -[sensor.alpha_vantage docs]: /components/sensor.alpha_vantage/ -[sensor.apcupsd docs]: /components/sensor.apcupsd/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.dht docs]: /components/sensor.dht/ -[sensor.dnsip docs]: /components/sensor.dnsip/ -[sensor.enphase_envoy docs]: /components/sensor.enphase_envoy/ -[sensor.geizhals docs]: /components/sensor.geizhals/ -[sensor.habitica docs]: /components/sensor.habitica/ -[sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.miflora docs]: /components/sensor.miflora/ -[sensor.mvglive docs]: /components/sensor.mvglive/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.netgear_lte docs]: /components/sensor.netgear_lte/ -[sensor.openuv docs]: /components/sensor.openuv/ -[sensor.qnap docs]: /components/sensor.qnap/ -[sensor.sense docs]: /components/sensor.sense/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tahoma docs]: /components/sensor.tahoma/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.trafikverket_weatherstation docs]: /components/sensor.trafikverket_weatherstation/ -[sensor.twitch docs]: /components/sensor.twitch/ -[sensor.velbus docs]: /components/sensor.velbus/ -[sensor.volkszaehler docs]: /components/sensor.volkszaehler/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.alpha_vantage docs]: /components/alpha_vantage +[sensor.apcupsd docs]: /components/apcupsd#sensor +[sensor.darksky docs]: /components/darksky +[sensor.deconz docs]: /components/deconz#sensor +[sensor.dht docs]: /components/dht +[sensor.dnsip docs]: /components/dnsip +[sensor.enphase_envoy docs]: /components/enphase_envoy +[sensor.geizhals docs]: /components/geizhals +[sensor.habitica docs]: /components/habitica +[sensor.lastfm docs]: /components/lastfm +[sensor.miflora docs]: /components/miflora +[sensor.mvglive docs]: /components/mvglive +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.netgear_lte docs]: /components/netgear_lte +[sensor.openuv docs]: /components/openuv +[sensor.qnap docs]: /components/qnap +[sensor.sense docs]: /components/sense +[sensor.shodan docs]: /components/shodan +[sensor.snmp docs]: /components/snmp#sensor +[sensor.sql docs]: /components/sql +[sensor.statistics docs]: /components/statistics +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tahoma docs]: /components/tahoma +[sensor.tibber docs]: /components/tibber#sensor +[sensor.trafikverket_weatherstation docs]: /components/trafikverket_weatherstation +[sensor.twitch docs]: /components/twitch +[sensor.velbus docs]: /components/velbus +[sensor.volkszaehler docs]: /components/volkszaehler +[sensor.waze_travel_time docs]: /components/waze_travel_time [snips docs]: /components/snips/ -[switch.deconz docs]: /components/switch.deconz/ -[switch.dlink docs]: /components/switch.dlink/ -[switch.snmp docs]: /components/switch.snmp/ -[switch.switchbot docs]: /components/switch.switchbot/ -[switch.switchmate docs]: /components/switch.switchmate/ -[switch.tahoma docs]: /components/switch.tahoma/ -[switch.tplink docs]: /components/switch.tplink/ +[switch.deconz docs]: /components/deconz#switch +[switch.dlink docs]: /components/dlink +[switch.snmp docs]: /components/snmp#switch +[switch.switchbot docs]: /components/switchbot +[switch.switchmate docs]: /components/switchmate +[switch.tahoma docs]: /components/tahoma +[switch.tplink docs]: /components/tplink [tahoma docs]: /components/tahoma/ [telegram_bot docs]: /components/telegram_bot/ [tts docs]: /components/tts/ diff --git a/source/_posts/2018-10-01-release-79.markdown b/source/_posts/2018-10-01-release-79.markdown index 8befbe48f22..06628f90417 100644 --- a/source/_posts/2018-10-01-release-79.markdown +++ b/source/_posts/2018-10-01-release-79.markdown @@ -73,11 +73,11 @@ Oh, and yes, there is also some cool new integrations. Support has been added fo [@amelchio]: https://github.com/amelchio [@awarecan]: https://github.com/awarecan [@rohankapoorcom]: https://github.com/rohankapoorcom -[binary_sensor.nest docs]: /components/binary_sensor.nest/ -[binary_sensor.ring docs]: /components/binary_sensor.ring/ -[light.isy994 docs]: /components/light.isy994/ -[sensor.history_stats docs]: /components/sensor.history_stats/ -[sensor.ring docs]: /components/sensor.ring/ +[binary_sensor.nest docs]: /components/nest#binary-sensor +[binary_sensor.ring docs]: /components/ring#binary-sensor +[light.isy994 docs]: /components/isy994 +[sensor.history_stats docs]: /components/history_stats +[sensor.ring docs]: /components/ring#sensor [zoneminder docs]: /components/zoneminder/ ## Release 0.79.2 - October 1 @@ -90,7 +90,7 @@ Oh, and yes, there is also some cool new integrations. Support has been added fo [@balloob]: https://github.com/balloob [@rohankapoorcom]: https://github.com/rohankapoorcom [mqtt docs]: /components/mqtt/ -[switch.zoneminder docs]: /components/switch.zoneminder/ +[switch.zoneminder docs]: /components/zoneminder#switch ## Release 0.79.3 - October 2 @@ -453,41 +453,41 @@ Experiencing issues introduced by this release? Please report them in our [issue [@vikramgorla]: https://github.com/vikramgorla [@w1ll1am23]: https://github.com/w1ll1am23 [@zoe1337]: https://github.com/zoe1337 -[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ +[alarm_control_panel.spc docs]: /components/spc [alexa docs]: /components/alexa/ [apple_tv docs]: /components/apple_tv/ [asterisk_mbox docs]: /components/asterisk_mbox/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ -[binary_sensor.nest docs]: /components/binary_sensor.nest/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[binary_sensor.nest docs]: /components/nest#binary-sensor [binary_sensor.rest docs]: /components/binary_sensor.rest/ -[binary_sensor.spc docs]: /components/binary_sensor.spc/ -[binary_sensor.wirelesstag docs]: /components/binary_sensor.wirelesstag/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.spc docs]: /components/spc#binary-sensor +[binary_sensor.wirelesstag docs]: /components/wirelesstag#binary-sensor +[binary_sensor.workday docs]: /components/workday +[binary_sensor.zha docs]: /components/zha [bmw_connected_drive docs]: /components/bmw_connected_drive/ -[camera.axis docs]: /components/camera.axis/ -[camera.logi_circle docs]: /components/camera.logi_circle/ -[camera.mjpeg docs]: /components/camera.mjpeg/ +[camera.axis docs]: /components/axis +[camera.logi_circle docs]: /components/logi_circle#camera +[camera.mjpeg docs]: /components/mjpeg [camera.mqtt docs]: /components/camera.mqtt/ -[camera.nest docs]: /components/camera.nest/ -[camera.ring docs]: /components/camera.ring/ -[camera.zoneminder docs]: /components/camera.zoneminder/ -[climate.econet docs]: /components/climate.econet/ -[climate.opentherm_gw docs]: /components/climate.opentherm_gw/ -[climate.wink docs]: /components/climate.wink/ +[camera.nest docs]: /components/nest#camera +[camera.ring docs]: /components/ring#camera +[camera.zoneminder docs]: /components/zoneminder#camera +[climate.econet docs]: /components/econet +[climate.opentherm_gw docs]: /components/opentherm_gw +[climate.wink docs]: /components/wink#climate [cloud docs]: /components/cloud/ [config docs]: /components/config/ [cover docs]: /components/cover/ -[cover.deconz docs]: /components/cover.deconz/ -[cover.isy994 docs]: /components/cover.isy994/ -[cover.myq docs]: /components/cover.myq/ -[cover.tuya docs]: /components/cover.tuya/ +[cover.deconz docs]: /components/deconz#cover +[cover.isy994 docs]: /components/isy994 +[cover.myq docs]: /components/myq +[cover.tuya docs]: /components/tuya [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ [ecovacs docs]: /components/ecovacs/ [edp_redy docs]: /components/edp_redy/ -[fan.zha docs]: /components/fan.zha/ +[fan.zha docs]: /components/zha [geo_location docs]: /components/geo_location/ [google_assistant docs]: /components/google_assistant/ [hangouts docs]: /components/hangouts/ @@ -499,23 +499,23 @@ Experiencing issues introduced by this release? Please report them in our [issue [huawei_lte docs]: /components/huawei_lte/ [ios docs]: /components/ios/ [konnected docs]: /components/konnected/ -[light.deconz docs]: /components/light.deconz/ -[light.isy994 docs]: /components/light.isy994/ -[light.rpi_gpio_pwm docs]: /components/light.rpi_gpio_pwm/ -[light.yeelight docs]: /components/light.yeelight/ -[light.zha docs]: /components/light.zha/ -[light.zwave docs]: /components/light.zwave/ +[light.deconz docs]: /components/deconz#light +[light.isy994 docs]: /components/isy994 +[light.rpi_gpio_pwm docs]: /components/rpi_gpio_pwm +[light.yeelight docs]: /components/yeelight +[light.zha docs]: /components/zha +[light.zwave docs]: /components/zwave [logi_circle docs]: /components/logi_circle/ [mailbox docs]: /components/mailbox/ -[mailbox.asterisk_cdr docs]: /components/mailbox.asterisk_cdr/ -[mailbox.asterisk_mbox docs]: /components/mailbox.asterisk_mbox/ +[mailbox.asterisk_cdr docs]: /components/asterisk_cdr +[mailbox.asterisk_mbox docs]: /components/asterisk_mbox [media_extractor docs]: /components/media_extractor/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.panasonic_viera docs]: /components/media_player.panasonic_viera/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.soundtouch docs]: /components/media_player.soundtouch/ -[media_player.webostv docs]: /components/media_player.webostv/ +[media_player.cast docs]: /components/cast +[media_player.panasonic_viera docs]: /components/panasonic_viera +[media_player.samsungtv docs]: /components/samsungtv +[media_player.sonos docs]: /components/sonos +[media_player.soundtouch docs]: /components/soundtouch +[media_player.webostv docs]: /components/webostv#media-player [mqtt docs]: /components/mqtt/ [neato docs]: /components/neato/ [netgear_lte docs]: /components/netgear_lte/ @@ -524,50 +524,50 @@ Experiencing issues introduced by this release? Please report them in our [issue [persistent_notification docs]: /components/persistent_notification/ [python_script docs]: /components/python_script/ [rachio docs]: /components/rachio/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.dyson docs]: /components/sensor.dyson/ +[sensor.airvisual docs]: /components/airvisual +[sensor.deconz docs]: /components/deconz#sensor +[sensor.dyson docs]: /components/dyson#sensor [sensor.edp_redy docs]: /components/sensor.edp_redy/ -[sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ -[sensor.huawei_lte docs]: /components/sensor.huawei_lte/ +[sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[sensor.huawei_lte docs]: /components/huawei_lte#sensor [sensor.ios docs]: /components/sensor.ios/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ -[sensor.linky docs]: /components/sensor.linky/ -[sensor.logi_circle docs]: /components/sensor.logi_circle/ -[sensor.nest docs]: /components/sensor.nest/ -[sensor.netdata docs]: /components/sensor.netdata/ -[sensor.netgear_lte docs]: /components/sensor.netgear_lte/ -[sensor.qnap docs]: /components/sensor.qnap/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.rmvtransport docs]: /components/sensor.rmvtransport/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.starlingbank docs]: /components/sensor.starlingbank/ -[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.tahoma docs]: /components/sensor.tahoma/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.twitch docs]: /components/sensor.twitch/ -[sensor.velbus docs]: /components/sensor.velbus/ -[sensor.wirelesstag docs]: /components/sensor.wirelesstag/ -[sensor.yr docs]: /components/sensor.yr/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.jewish_calendar docs]: /components/jewish_calendar +[sensor.linky docs]: /components/linky +[sensor.logi_circle docs]: /components/logi_circle#sensor +[sensor.nest docs]: /components/nest#sensor +[sensor.netdata docs]: /components/netdata +[sensor.netgear_lte docs]: /components/netgear_lte +[sensor.qnap docs]: /components/qnap +[sensor.rest docs]: /components/rest +[sensor.rmvtransport docs]: /components/rmvtransport +[sensor.scrape docs]: /components/scrape +[sensor.shodan docs]: /components/shodan +[sensor.starlingbank docs]: /components/starlingbank +[sensor.swiss_public_transport docs]: /components/swiss_public_transport +[sensor.tahoma docs]: /components/tahoma +[sensor.tibber docs]: /components/tibber#sensor +[sensor.twitch docs]: /components/twitch +[sensor.velbus docs]: /components/velbus +[sensor.wirelesstag docs]: /components/wirelesstag#sensor +[sensor.yr docs]: /components/yr +[sensor.zha docs]: /components/zha [shiftr docs]: /components/shiftr/ [sonos docs]: /components/sonos/ [spc docs]: /components/spc/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.deconz docs]: /components/switch.deconz/ +[switch.broadlink docs]: /components/broadlink#switch +[switch.deconz docs]: /components/deconz#switch [switch.edp_redy docs]: /components/switch.edp_redy/ -[switch.konnected docs]: /components/switch.konnected/ +[switch.konnected docs]: /components/konnected#switch [switch.mqtt docs]: /components/switch.mqtt/ -[switch.switchmate docs]: /components/switch.switchmate/ -[switch.wake_on_lan docs]: /components/switch.wake_on_lan/ -[switch.wirelesstag docs]: /components/switch.wirelesstag/ -[switch.zha docs]: /components/switch.zha/ +[switch.switchmate docs]: /components/switchmate +[switch.wake_on_lan docs]: /components/wake_on_lan#switch +[switch.wirelesstag docs]: /components/wirelesstag#switch +[switch.zha docs]: /components/zha [tahoma docs]: /components/tahoma/ [tradfri docs]: /components/tradfri/ [updater docs]: /components/updater/ -[vacuum.ecovacs docs]: /components/vacuum.ecovacs/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.ecovacs docs]: /components/ecovacs#vacuum +[vacuum.neato docs]: /components/neato#vacuum [velbus docs]: /components/velbus/ [wake_on_lan docs]: /components/wake_on_lan/ [websocket_api docs]: /components/websocket_api/ diff --git a/source/_posts/2018-10-12-release-80.markdown b/source/_posts/2018-10-12-release-80.markdown index 68d358d6fc9..43d246c595f 100644 --- a/source/_posts/2018-10-12-release-80.markdown +++ b/source/_posts/2018-10-12-release-80.markdown @@ -56,7 +56,7 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [@mbrrg]: https://github.com/mbrrg [@pvizeli]: https://github.com/pvizeli [@quazzie]: https://github.com/quazzie -[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ +[alarm_control_panel.spc docs]: /components/spc [api docs]: /components/api/ [hangouts docs]: /components/hangouts/ [websocket_api docs]: /components/websocket_api/ @@ -74,12 +74,12 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [@Anonym-tsk]: https://github.com/Anonym-tsk [@balloob]: https://github.com/balloob [@fronzbot]: https://github.com/fronzbot -[alarm_control_panel.blink docs]: /components/alarm_control_panel.blink/ -[binary_sensor.blink docs]: /components/binary_sensor.blink/ +[alarm_control_panel.blink docs]: /components/blink +[binary_sensor.blink docs]: /components/blink [blink docs]: /components/blink/ -[camera.blink docs]: /components/camera.blink/ +[camera.blink docs]: /components/blink [cloud docs]: /components/cloud/ -[sensor.blink docs]: /components/sensor.blink/ +[sensor.blink docs]: /components/blink [telegram_bot docs]: /components/telegram_bot/ ## Release 0.80.3 - October 18 @@ -97,8 +97,8 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [@balloob]: https://github.com/balloob [@hobbypunk90]: https://github.com/hobbypunk90 [hangouts docs]: /components/hangouts/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.snapcast docs]: /components/media_player.snapcast/ +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.snapcast docs]: /components/snapcast [upnp docs]: /components/upnp/ ## New Features @@ -589,45 +589,45 @@ Experiencing issues introduced by this release? Please report them in our [issue [@tsvi]: https://github.com/tsvi [@zxdavb]: https://github.com/zxdavb [alarm_control_panel docs]: /components/alarm_control_panel/ -[alarm_control_panel.blink docs]: /components/alarm_control_panel.blink/ +[alarm_control_panel.blink docs]: /components/blink [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ -[alarm_control_panel.simplisafe docs]: /components/alarm_control_panel.simplisafe/ -[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ +[alarm_control_panel.simplisafe docs]: /components/simplisafe +[alarm_control_panel.spc docs]: /components/spc [alert docs]: /components/alert/ [aqualogic docs]: /components/aqualogic/ [auth docs]: /components/auth/ [automation docs]: /components/automation/ [automation.webhook docs]: /docs/automation/trigger/#webhook-trigger -[binary_sensor.blink docs]: /components/binary_sensor.blink/ -[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ -[binary_sensor.ffmpeg_motion docs]: /components/binary_sensor.ffmpeg_motion/ -[binary_sensor.ffmpeg_noise docs]: /components/binary_sensor.ffmpeg_noise/ -[binary_sensor.fritzbox docs]: /components/binary_sensor.fritzbox/ +[binary_sensor.blink docs]: /components/blink +[binary_sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[binary_sensor.ffmpeg_motion docs]: /components/ffmpeg_motion_motion/ +[binary_sensor.ffmpeg_noise docs]: /components/ffmpeg_motion_noise/ +[binary_sensor.fritzbox docs]: /components/fritzbox [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.openuv docs]: /components/binary_sensor.openuv/ -[binary_sensor.ping docs]: /components/binary_sensor.ping/ -[binary_sensor.rachio docs]: /components/binary_sensor.rachio/ -[binary_sensor.spc docs]: /components/binary_sensor.spc/ +[binary_sensor.openuv docs]: /components/openuv +[binary_sensor.ping docs]: /components/ping#binary-sensor +[binary_sensor.rachio docs]: /components/rachio +[binary_sensor.spc docs]: /components/spc#binary-sensor [blink docs]: /components/blink/ [bmw_connected_drive docs]: /components/bmw_connected_drive/ [camera docs]: /components/camera/ -[camera.blink docs]: /components/camera.blink/ -[camera.mjpeg docs]: /components/camera.mjpeg/ +[camera.blink docs]: /components/blink +[camera.mjpeg docs]: /components/mjpeg [camera.mqtt docs]: /components/camera.mqtt/ -[camera.onvif docs]: /components/camera.onvif/ +[camera.onvif docs]: /components/onvif [climate docs]: /components/climate/ -[climate.evohome docs]: /components/climate.evohome/ -[climate.fritzbox docs]: /components/climate.fritzbox/ -[climate.honeywell docs]: /components/climate.honeywell/ +[climate.evohome docs]: /components/evohome +[climate.fritzbox docs]: /components/fritzbox +[climate.honeywell docs]: /components/honeywell [climate.mqtt docs]: /components/climate.mqtt/ [config docs]: /components/config/ [counter docs]: /components/counter/ [cover docs]: /components/cover/ [cover.mqtt docs]: /components/cover.mqtt/ -[cover.myq docs]: /components/cover.myq/ +[cover.myq docs]: /components/myq [device_sun_light_trigger docs]: /components/device_sun_light_trigger/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.tile docs]: /components/device_tracker.tile/ +[device_tracker.tile docs]: /components/tile [duckdns docs]: /components/duckdns/ [emulated_hue docs]: /components/emulated_hue/ [envisalink docs]: /components/envisalink/ @@ -655,11 +655,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [input_text docs]: /components/input_text/ [keyboard docs]: /components/keyboard/ [light docs]: /components/light/ -[light.hue docs]: /components/light.hue/ -[light.lifx docs]: /components/light.lifx/ +[light.hue docs]: /components/hue +[light.lifx docs]: /components/lifx [light.mqtt docs]: /components/light.mqtt/ -[light.mqtt_json docs]: /components/light.mqtt_json/ -[light.opple docs]: /components/light.opple/ +[light.mqtt_json docs]: /components/light.mqtt +[light.opple docs]: /components/opple [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ [lock docs]: /components/lock/ [lock.mqtt docs]: /components/lock.mqtt/ @@ -668,9 +668,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [lovelace docs]: /components/lovelace/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.soundtouch docs]: /components/media_player.soundtouch/ +[media_player.samsungtv docs]: /components/samsungtv +[media_player.sonos docs]: /components/sonos +[media_player.soundtouch docs]: /components/soundtouch [microsoft_face docs]: /components/microsoft_face/ [mqtt docs]: /components/mqtt/ [netatmo docs]: /components/netatmo/ @@ -683,31 +683,31 @@ Experiencing issues introduced by this release? Please report them in our [issue [scene docs]: /components/scene/ [script docs]: /components/script/ [sensor docs]: /components/sensor/ -[sensor.aqualogic docs]: /components/sensor.aqualogic/ -[sensor.blink docs]: /components/sensor.blink/ -[sensor.enphase_envoy docs]: /components/sensor.enphase_envoy/ -[sensor.geo_rss_events docs]: /components/sensor.geo_rss_events/ -[sensor.gitlab_ci docs]: /components/sensor.gitlab_ci/ -[sensor.google_travel_time docs]: /components/sensor.google_travel_time/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ -[sensor.miflora docs]: /components/sensor.miflora/ +[sensor.aqualogic docs]: /components/aqualogic#sensor +[sensor.blink docs]: /components/blink +[sensor.enphase_envoy docs]: /components/enphase_envoy +[sensor.geo_rss_events docs]: /components/geo_rss_events +[sensor.gitlab_ci docs]: /components/gitlab_ci +[sensor.google_travel_time docs]: /components/google_travel_time +[sensor.jewish_calendar docs]: /components/jewish_calendar +[sensor.miflora docs]: /components/miflora [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.mqtt_room docs]: /components/sensor.mqtt_room/ +[sensor.mqtt_room docs]: /components/mqtt_room [sensor.netatmo_public docs]: /components/netatmo/#sensor -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.tibber docs]: /components/sensor.tibber/ +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.scrape docs]: /components/scrape +[sensor.tibber docs]: /components/tibber#sensor [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ [sonos docs]: /components/sonos/ [spc docs]: /components/spc/ [switch docs]: /components/switch/ -[switch.aqualogic docs]: /components/switch.aqualogic/ -[switch.flux docs]: /components/switch.flux/ +[switch.aqualogic docs]: /components/aqualogic#switch +[switch.flux docs]: /components/flux [switch.mqtt docs]: /components/switch.mqtt/ -[switch.rachio docs]: /components/switch.rachio/ +[switch.rachio docs]: /components/rachio#switch [switch.rest docs]: /components/switch.rest/ -[switch.tradfri docs]: /components/switch.tradfri/ -[switch.volvooncall docs]: /components/switch.volvooncall/ +[switch.tradfri docs]: /components/tradfri +[switch.volvooncall docs]: /components/volvooncall [switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ [telegram_bot docs]: /components/telegram_bot/ [tibber docs]: /components/tibber/ @@ -719,7 +719,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [verisure docs]: /components/verisure/ [weather docs]: /components/weather/ [weather.darksky docs]: /components/weather.darksky/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [webhook docs]: /components/webhook/ [websocket_api docs]: /components/websocket_api/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ diff --git a/source/_posts/2018-10-29-release-81.markdown b/source/_posts/2018-10-29-release-81.markdown index fd388fa081d..a85119923b4 100644 --- a/source/_posts/2018-10-29-release-81.markdown +++ b/source/_posts/2018-10-29-release-81.markdown @@ -117,8 +117,8 @@ _0.81.3 was skipped because it broke LL._ [homekit docs]: /components/homekit/ [konnected docs]: /components/konnected/ [nest docs]: /components/nest/ -[switch.flux docs]: /components/switch.flux/ -[weather.smhi docs]: /components/weather.smhi/ +[switch.flux docs]: /components/flux +[weather.smhi docs]: /components/smhi ## Release 0.81.5 - November 3 @@ -688,45 +688,45 @@ Experiencing issues introduced by this release? Please report them in our [issue [@wonderslug]: https://github.com/wonderslug [@zhumuht]: https://github.com/zhumuht [abode docs]: /components/abode/ -[alarm_control_panel.elkm1 docs]: /components/alarm_control_panel.elkm1/ -[alarm_control_panel.simplisafe docs]: /components/alarm_control_panel.simplisafe/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.elkm1 docs]: /components/elkm1 +[alarm_control_panel.simplisafe docs]: /components/simplisafe +[alarm_control_panel.totalconnect docs]: /components/totalconnect [arlo docs]: /components/arlo/ [august docs]: /components/august/ [automation.webhook docs]: /docs/automation/trigger/#webhook-trigger [automation.zone docs]: /docs/automation/trigger/#zone-trigger -[binary_sensor.august docs]: /components/binary_sensor.august/ -[binary_sensor.bloomsky docs]: /components/binary_sensor.bloomsky/ -[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ +[binary_sensor.august docs]: /components/august#binary-sensor +[binary_sensor.bloomsky docs]: /components/bloomsky#binary-sensor +[binary_sensor.bmw_connected_drive docs]: /components/bmw_connected_drive [binary_sensor.knx docs]: /components/binary_sensor.knx/ [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.octoprint docs]: /components/binary_sensor.octoprint/ -[binary_sensor.opentherm_gw docs]: /components/binary_sensor.opentherm_gw/ +[binary_sensor.octoprint docs]: /components/octoprint#binary-sensor +[binary_sensor.opentherm_gw docs]: /components/opentherm_gw#binary-sensors [binary_sensor.rflink docs]: /components/binary_sensor.rflink/ -[binary_sensor.ring docs]: /components/binary_sensor.ring/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.ring docs]: /components/ring#binary-sensor +[binary_sensor.trend docs]: /components/trend +[binary_sensor.workday docs]: /components/workday [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.zha docs]: /components/zha [blink docs]: /components/blink/ [bmw_connected_drive docs]: /components/bmw_connected_drive/ -[calendar.todoist docs]: /components/calendar.todoist/ +[calendar.todoist docs]: /components/todoist [camera.ffmpeg docs]: /components/camera.ffmpeg/ -[camera.neato docs]: /components/camera.neato/ -[camera.ring docs]: /components/camera.ring/ +[camera.neato docs]: /components/neato#camera +[camera.ring docs]: /components/ring#camera [climate docs]: /components/climate/ -[climate.daikin docs]: /components/climate.daikin/ -[climate.dyson docs]: /components/climate.dyson/ -[climate.elkm1 docs]: /components/climate.elkm1/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ +[climate.daikin docs]: /components/daikin#climate +[climate.dyson docs]: /components/dyson#climate +[climate.elkm1 docs]: /components/elkm1 +[climate.eq3btsmart docs]: /components/eq3btsmart [climate.knx docs]: /components/climate.knx/ -[climate.mill docs]: /components/climate.mill/ +[climate.mill docs]: /components/mill [climate.mqtt docs]: /components/climate.mqtt/ -[climate.opentherm_gw docs]: /components/climate.opentherm_gw/ -[climate.wink docs]: /components/climate.wink/ +[climate.opentherm_gw docs]: /components/opentherm_gw +[climate.wink docs]: /components/wink#climate [cloud docs]: /components/cloud/ [config docs]: /components/config/ -[cover.deconz docs]: /components/cover.deconz/ +[cover.deconz docs]: /components/deconz#cover [cover.knx docs]: /components/cover.knx/ [cover.mqtt docs]: /components/cover.mqtt/ [cover.rflink docs]: /components/cover.rflink/ @@ -747,39 +747,39 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematic docs]: /components/homematic/ [huawei_lte docs]: /components/huawei_lte/ [ifttt docs]: /components/ifttt/ -[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.opencv docs]: /components/opencv [insteon docs]: /components/insteon/ [knx docs]: /components/knx/ [konnected docs]: /components/konnected/ [lifx docs]: /components/lifx/ -[light.abode docs]: /components/light.abode/ -[light.flux_led docs]: /components/light.flux_led/ +[light.abode docs]: /components/abode#light +[light.flux_led docs]: /components/flux_led [light.knx docs]: /components/light.knx/ -[light.lifx docs]: /components/light.lifx/ -[light.limitlessled docs]: /components/light.limitlessled/ +[light.lifx docs]: /components/lifx +[light.limitlessled docs]: /components/limitlessled [light.mqtt docs]: /components/light.mqtt/ -[light.opple docs]: /components/light.opple/ -[light.osramlightify docs]: /components/light.osramlightify/ +[light.opple docs]: /components/opple +[light.osramlightify docs]: /components/osramlightify [light.rflink docs]: /components/light.rflink/ [light.template docs]: /components/light.template/ -[light.tuya docs]: /components/light.tuya/ +[light.tuya docs]: /components/tuya [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.yeelight docs]: /components/light.yeelight/ -[light.zwave docs]: /components/light.zwave/ -[lock.august docs]: /components/lock.august/ +[light.yeelight docs]: /components/yeelight +[light.zwave docs]: /components/zwave +[lock.august docs]: /components/august [lock.template docs]: /components/lock.template/ [logbook docs]: /components/logbook/ [lovelace docs]: /components/lovelace/ [media_extractor docs]: /components/media_extractor/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.horizon docs]: /components/media_player.horizon/ -[media_player.lg_soundbar docs]: /components/media_player.lg_soundbar/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.volumio docs]: /components/media_player.volumio/ -[media_player.webostv docs]: /components/media_player.webostv/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.horizon docs]: /components/horizon +[media_player.lg_soundbar docs]: /components/lg_soundbar +[media_player.mpd docs]: /components/mpd +[media_player.samsungtv docs]: /components/samsungtv +[media_player.volumio docs]: /components/volumio +[media_player.webostv docs]: /components/webostv#media-player +[media_player.yamaha docs]: /components/yamaha [mqtt docs]: /components/mqtt/ [notify docs]: /components/notify/ [octoprint docs]: /components/octoprint/ @@ -790,74 +790,74 @@ Experiencing issues introduced by this release? Please report them in our [issue [rflink docs]: /components/rflink/ [route53 docs]: /components/route53/ [sabnzbd docs]: /components/sabnzbd/ -[sensor.api_streams docs]: /components/sensor.api_streams/ +[sensor.api_streams docs]: /components/sensor.websocket_apis/ [sensor.bloomsky docs]: /components/bloomsky/#sensor -[sensor.bmw_connected_drive docs]: /components/sensor.bmw_connected_drive/ -[sensor.dnsip docs]: /components/sensor.dnsip/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.elkm1 docs]: /components/sensor.elkm1/ -[sensor.fastdotcom docs]: /components/sensor.fastdotcom/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.fints docs]: /components/sensor.fints/ -[sensor.geo_rss_events docs]: /components/sensor.geo_rss_events/ -[sensor.gitlab_ci docs]: /components/sensor.gitlab_ci/ -[sensor.haveibeenpwned docs]: /components/sensor.haveibeenpwned/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.huawei_lte docs]: /components/sensor.huawei_lte/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ +[sensor.bmw_connected_drive docs]: /components/bmw_connected_drive +[sensor.dnsip docs]: /components/dnsip +[sensor.dsmr docs]: /components/dsmr +[sensor.elkm1 docs]: /components/elkm1 +[sensor.fastdotcom docs]: /components/fastdotcom +[sensor.filter docs]: /components/filter +[sensor.fints docs]: /components/fints +[sensor.geo_rss_events docs]: /components/geo_rss_events +[sensor.gitlab_ci docs]: /components/gitlab_ci +[sensor.haveibeenpwned docs]: /components/haveibeenpwned +[sensor.homematic docs]: /components/homematic +[sensor.huawei_lte docs]: /components/huawei_lte#sensor +[sensor.jewish_calendar docs]: /components/jewish_calendar [sensor.knx docs]: /components/sensor.knx/ -[sensor.linky docs]: /components/sensor.linky/ -[sensor.mold_indicator docs]: /components/sensor.mold_indicator/ +[sensor.linky docs]: /components/linky +[sensor.mold_indicator docs]: /components/mold_indicator [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.octoprint docs]: /components/sensor.octoprint/ -[sensor.opentherm_gw docs]: /components/sensor.opentherm_gw/ +[sensor.octoprint docs]: /components/octoprint#sensor +[sensor.opentherm_gw docs]: /components/opentherm_gw#sensors [sensor.rflink docs]: /components/sensor.rflink/ -[sensor.ring docs]: /components/sensor.ring/ -[sensor.rmvtransport docs]: /components/sensor.rmvtransport/ -[sensor.rtorrent docs]: /components/sensor.rtorrent/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.syncthru docs]: /components/sensor.syncthru/ -[sensor.template docs]: /components/sensor.template/ -[sensor.thermoworks_smoke docs]: /components/sensor.thermoworks_smoke/ -[sensor.transport_nsw docs]: /components/sensor.transport_nsw/ +[sensor.ring docs]: /components/ring#sensor +[sensor.rmvtransport docs]: /components/rmvtransport +[sensor.rtorrent docs]: /components/rtorrent +[sensor.shodan docs]: /components/shodan +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.syncthru docs]: /components/syncthru +[sensor.template docs]: /components/template +[sensor.thermoworks_smoke docs]: /components/thermoworks_smoke +[sensor.transport_nsw docs]: /components/transport_nsw [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ -[sensor.zha docs]: /components/sensor.zha/ -[sensor.zoneminder docs]: /components/sensor.zoneminder/ -[sensor.zwave docs]: /components/sensor.zwave/ +[sensor.zha docs]: /components/zha +[sensor.zoneminder docs]: /components/zoneminder#sensor +[sensor.zwave docs]: /components/zwave [simplisafe docs]: /components/simplisafe/ [smhi docs]: /components/smhi/ -[switch.broadlink docs]: /components/switch.broadlink/ -[switch.elkm1 docs]: /components/switch.elkm1/ -[switch.flux docs]: /components/switch.flux/ +[switch.broadlink docs]: /components/broadlink#switch +[switch.elkm1 docs]: /components/elkm1 +[switch.flux docs]: /components/flux [switch.knx docs]: /components/switch.knx/ [switch.mqtt docs]: /components/switch.mqtt/ -[switch.neato docs]: /components/switch.neato/ -[switch.netio docs]: /components/switch.netio/ -[switch.recswitch docs]: /components/switch.recswitch/ +[switch.neato docs]: /components/neato#switch +[switch.netio docs]: /components/netio +[switch.recswitch docs]: /components/recswitch [switch.rflink docs]: /components/switch.rflink/ -[switch.switchmate docs]: /components/switch.switchmate/ +[switch.switchmate docs]: /components/switchmate [switch.template docs]: /components/switch.template/ -[switch.unifi docs]: /components/switch.unifi/ +[switch.unifi docs]: /components/unifi#switch [switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zwave docs]: /components/switch.zwave/ +[switch.zwave docs]: /components/zwave [telegram_bot docs]: /components/telegram_bot/ [tts docs]: /components/tts/ [twilio docs]: /components/twilio/ [unifi docs]: /components/unifi/ [upnp docs]: /components/upnp/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.neato docs]: /components/neato#vacuum [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [vera docs]: /components/vera/ [verisure docs]: /components/verisure/ [water_heater docs]: /components/water_heater/ [weather docs]: /components/weather/ [weather.demo docs]: /components/weather.demo/ -[weather.met docs]: /components/weather.met/ -[weather.smhi docs]: /components/weather.smhi/ -[weather.yweather docs]: /components/weather.yweather/ +[weather.met docs]: /components/met +[weather.smhi docs]: /components/smhi +[weather.yweather docs]: /components/yweather [websocket_api docs]: /components/websocket_api/ [wink docs]: /components/wink/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ diff --git a/source/_posts/2018-11-08-release-82.markdown b/source/_posts/2018-11-08-release-82.markdown index 5cd2c4423e8..ec19198fc39 100644 --- a/source/_posts/2018-11-08-release-82.markdown +++ b/source/_posts/2018-11-08-release-82.markdown @@ -69,11 +69,11 @@ And we have one more thing… we have soft-forked Open Z-Wave and have added sup [@pszafer]: https://github.com/pszafer [@pvizeli]: https://github.com/pvizeli [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[climate.daikin docs]: /components/climate.daikin/ +[climate.daikin docs]: /components/daikin#climate [cover.mqtt docs]: /components/cover.mqtt/ [daikin docs]: /components/daikin/ [edp_redy docs]: /components/edp_redy/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.tensorflow docs]: /components/tensorflow [notify docs]: /components/notify/ [sense docs]: /components/sense/ [zwave docs]: /components/zwave/ @@ -564,48 +564,48 @@ Experiencing issues introduced by this release? Please report them in our [issue [@tsvi]: https://github.com/tsvi [@vacumet]: https://github.com/vacumet [@victorcerutti]: https://github.com/victorcerutti -[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ +[alarm_control_panel.manual docs]: /components/manual [alert docs]: /components/alert/ [alexa docs]: /components/alexa/ [august docs]: /components/august/ [auth docs]: /components/auth/ [automation.webhook docs]: /docs/automation/trigger/#webhook-trigger [axis docs]: /components/axis/ -[binary_sensor.august docs]: /components/binary_sensor.august/ -[binary_sensor.axis docs]: /components/binary_sensor.axis/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ +[binary_sensor.august docs]: /components/august#binary-sensor +[binary_sensor.axis docs]: /components/axis#binary-sensor +[binary_sensor.deconz docs]: /components/deconz#binary-sensor [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.pilight docs]: /components/binary_sensor.pilight/ +[binary_sensor.pilight docs]: /components/pilight#binary-sensor [binary_sensor.template docs]: /components/binary_sensor.template/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.trend docs]: /components/trend [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[binary_sensor.zigbee docs]: /components/binary_sensor.zigbee/ +[binary_sensor.zha docs]: /components/zha +[binary_sensor.zigbee docs]: /components/zigbee#binary-sensor [bloomsky docs]: /components/bloomsky/ [camera docs]: /components/camera/ -[camera.amcrest docs]: /components/camera.amcrest/ -[camera.arlo docs]: /components/camera.arlo/ -[camera.canary docs]: /components/camera.canary/ -[camera.mjpeg docs]: /components/camera.mjpeg/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.ring docs]: /components/camera.ring/ -[camera.synology docs]: /components/camera.synology/ -[camera.xiaomi docs]: /components/camera.xiaomi/ -[camera.yi docs]: /components/camera.yi/ -[climate.daikin docs]: /components/climate.daikin/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.mill docs]: /components/climate.mill/ -[climate.velbus docs]: /components/climate.velbus/ -[climate.vera docs]: /components/climate.vera/ +[camera.amcrest docs]: /components/amcrest +[camera.arlo docs]: /components/arlo#camera +[camera.canary docs]: /components/canary#camera +[camera.mjpeg docs]: /components/mjpeg +[camera.onvif docs]: /components/onvif +[camera.ring docs]: /components/ring#camera +[camera.synology docs]: /components/synology +[camera.xiaomi docs]: /components/xiaomi_aqara +[camera.yi docs]: /components/yi +[climate.daikin docs]: /components/daikin#climate +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.mill docs]: /components/mill +[climate.velbus docs]: /components/velbus +[climate.vera docs]: /components/vera [cloud docs]: /components/cloud/ -[cover.deconz docs]: /components/cover.deconz/ +[cover.deconz docs]: /components/deconz#cover [cover.mqtt docs]: /components/cover.mqtt/ [deconz docs]: /components/deconz/ [device_sun_light_trigger docs]: /components/device_sun_light_trigger/ [device_tracker docs]: /components/device_tracker/ [dialogflow docs]: /components/dialogflow/ [doorbird docs]: /components/doorbird/ -[fan.wemo docs]: /components/fan.wemo/ +[fan.wemo docs]: /components/wemo#fan [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [ffmpeg docs]: /components/ffmpeg/ [geo_location docs]: /components/geo_location/ @@ -615,26 +615,26 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematicip_cloud docs]: /components/homematicip_cloud/ [http docs]: /components/http/ [ifttt docs]: /components/ifttt/ -[image_processing.microsoft_face_detect docs]: /components/image_processing.microsoft_face_detect/ -[image_processing.microsoft_face_identify docs]: /components/image_processing.microsoft_face_identify/ -[image_processing.opencv docs]: /components/image_processing.opencv/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.microsoft_face_detect docs]: /components/microsoft_face_detect +[image_processing.microsoft_face_identify docs]: /components/microsoft_face_identify +[image_processing.opencv docs]: /components/opencv +[image_processing.tensorflow docs]: /components/tensorflow [input_number docs]: /components/input_number/ [keyboard_remote docs]: /components/keyboard_remote/ [knx docs]: /components/knx/ -[light.avion docs]: /components/light.avion/ -[light.deconz docs]: /components/light.deconz/ +[light.avion docs]: /components/avion +[light.deconz docs]: /components/deconz#light [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.yeelight docs]: /components/light.yeelight/ -[lock.august docs]: /components/lock.august/ +[light.yeelight docs]: /components/yeelight +[lock.august docs]: /components/august [lovelace docs]: /components/lovelace/ [mailgun docs]: /components/mailgun/ [media_extractor docs]: /components/media_extractor/ -[media_player.directv docs]: /components/media_player.directv/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.directv docs]: /components/directv +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.onkyo docs]: /components/onkyo +[media_player.samsungtv docs]: /components/samsungtv +[media_player.yamaha docs]: /components/yamaha [mychevy docs]: /components/mychevy/ [notify docs]: /components/notify/ [opentherm_gw docs]: /components/opentherm_gw/ @@ -645,50 +645,50 @@ Experiencing issues introduced by this release? Please report them in our [issue [ring docs]: /components/ring/ [route53 docs]: /components/route53/ [rpi_pfio docs]: /components/rpi_pfio/ -[scene.deconz docs]: /components/scene.deconz/ -[sensor.bom docs]: /components/sensor.bom/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.dte_energy_bridge docs]: /components/sensor.dte_energy_bridge/ -[sensor.greeneye_monitor_current docs]: /components/sensor.greeneye_monitor_current/ -[sensor.greeneye_monitor_pulse docs]: /components/sensor.greeneye_monitor_pulse/ -[sensor.greeneye_monitor_temperature docs]: /components/sensor.greeneye_monitor_temperature/ +[scene.deconz docs]: /components/deconz#scene +[sensor.bom docs]: /components/bom#sensor +[sensor.darksky docs]: /components/darksky +[sensor.deconz docs]: /components/deconz#sensor +[sensor.dte_energy_bridge docs]: /components/dte_energy_bridge +[sensor.greeneye_monitor_current docs]: /components/greeneye_monitor_current/ +[sensor.greeneye_monitor_pulse docs]: /components/greeneye_monitor_pulse/ +[sensor.greeneye_monitor_temperature docs]: /components/greeneye_monitor_temperature/ [sensor.igd docs]: /components/sensor.igd/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ -[sensor.logi_circle docs]: /components/sensor.logi_circle/ -[sensor.meteo_france docs]: /components/sensor.meteo_france/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.pi_hole docs]: /components/sensor.pi_hole/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.rmvtransport docs]: /components/sensor.rmvtransport/ -[sensor.rtorrent docs]: /components/sensor.rtorrent/ -[sensor.sense docs]: /components/sensor.sense/ -[sensor.sma docs]: /components/sensor.sma/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.version docs]: /components/sensor.version/ -[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.jewish_calendar docs]: /components/jewish_calendar +[sensor.logi_circle docs]: /components/logi_circle#sensor +[sensor.meteo_france docs]: /components/meteo_france +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.pi_hole docs]: /components/pi_hole +[sensor.pollen docs]: /components/iqvia +[sensor.rmvtransport docs]: /components/rmvtransport +[sensor.rtorrent docs]: /components/rtorrent +[sensor.sense docs]: /components/sense +[sensor.sma docs]: /components/sma#sensors +[sensor.sql docs]: /components/sql +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.version docs]: /components/version +[sensor.wunderground docs]: /components/wunderground [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ [simplisafe docs]: /components/simplisafe/ [sun docs]: /components/sun/ -[switch.deconz docs]: /components/switch.deconz/ -[switch.dlink docs]: /components/switch.dlink/ -[switch.doorbird docs]: /components/switch.doorbird/ -[switch.flux docs]: /components/switch.flux/ -[switch.unifi docs]: /components/switch.unifi/ +[switch.deconz docs]: /components/deconz#switch +[switch.dlink docs]: /components/dlink +[switch.doorbird docs]: /components/doorbird#switch +[switch.flux docs]: /components/flux +[switch.unifi docs]: /components/unifi#switch [switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zigbee docs]: /components/switch.zigbee/ +[switch.zigbee docs]: /components/zigbee#switch [telegram_bot docs]: /components/telegram_bot/ [tts docs]: /components/tts/ [twilio docs]: /components/twilio/ [updater docs]: /components/updater/ [upnp docs]: /components/upnp/ [vacuum.mqtt docs]: /components/vacuum.mqtt/ -[vacuum.roomba docs]: /components/vacuum.roomba/ +[vacuum.roomba docs]: /components/roomba [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [velbus docs]: /components/velbus/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [wemo docs]: /components/wemo/ [zha docs]: /components/zha/ diff --git a/source/_posts/2018-11-28-release-83.markdown b/source/_posts/2018-11-28-release-83.markdown index 94980f1f677..2e07fe3193e 100644 --- a/source/_posts/2018-11-28-release-83.markdown +++ b/source/_posts/2018-11-28-release-83.markdown @@ -91,7 +91,7 @@ Note, this release includes a migration to add an index to speed up the logbook [@iantrich]: https://github.com/iantrich [@marchingphoenix]: https://github.com/marchingphoenix [@pbalogh77]: https://github.com/pbalogh77 -[binary_sensor.rainmachine docs]: /components/binary_sensor.rainmachine/ +[binary_sensor.rainmachine docs]: /components/rainmachine [emulated_hue docs]: /components/emulated_hue/ [fibaro docs]: /components/fibaro/ [google_assistant docs]: /components/google_assistant/ @@ -99,8 +99,8 @@ Note, this release includes a migration to add an index to speed up the logbook [http docs]: /components/http/ [logbook docs]: /components/logbook/ [owntracks docs]: /components/owntracks/ -[sensor.rainmachine docs]: /components/sensor.rainmachine/ -[sensor.seventeentrack docs]: /components/sensor.seventeentrack/ +[sensor.rainmachine docs]: /components/rainmachine +[sensor.seventeentrack docs]: /components/seventeentrack [shopping_list docs]: /components/shopping_list/ ## Release 0.83.2 - November 30 @@ -119,7 +119,7 @@ Note, this release includes a migration to add an index to speed up the logbook [@pbalogh77]: https://github.com/pbalogh77 [@stonith]: https://github.com/stonith [http docs]: /components/http/ -[light.fibaro docs]: /components/light.fibaro/ +[light.fibaro docs]: /components/fibaro [mqtt docs]: /components/mqtt/ [tts docs]: /components/tts/ @@ -144,7 +144,7 @@ We had an issue where users that are still using the legacy auth for API access [@w1ll1am23]: https://github.com/w1ll1am23 [asuswrt docs]: /components/asuswrt/ [google_assistant docs]: /components/google_assistant/ -[sensor.asuswrt docs]: /components/sensor.asuswrt/ +[sensor.asuswrt docs]: /components/asuswrt [wink docs]: /components/wink/ ## If you need help... @@ -671,42 +671,42 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ultrara1n]: https://github.com/ultrara1n [@vetegrodd]: https://github.com/vetegrodd [@w1ll1am23]: https://github.com/w1ll1am23 -[alarm_control_panel.ialarm docs]: /components/alarm_control_panel.ialarm/ -[alarm_control_panel.lupusec docs]: /components/alarm_control_panel.lupusec/ -[alarm_control_panel.manual_mqtt docs]: /components/alarm_control_panel.manual_mqtt/ -[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ +[alarm_control_panel.ialarm docs]: /components/ialarm +[alarm_control_panel.lupusec docs]: /components/lupusec +[alarm_control_panel.manual_mqtt docs]: /components/manual_mqtt/ +[alarm_control_panel.totalconnect docs]: /components/totalconnect [alexa docs]: /components/alexa/ [api docs]: /components/api/ [asuswrt docs]: /components/asuswrt/ [august docs]: /components/august/ -[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ -[binary_sensor.fibaro docs]: /components/binary_sensor.fibaro/ -[binary_sensor.insteon docs]: /components/binary_sensor.insteon/ -[binary_sensor.lupusec docs]: /components/binary_sensor.lupusec/ +[binary_sensor.deconz docs]: /components/deconz#binary-sensor +[binary_sensor.fibaro docs]: /components/fibaro +[binary_sensor.insteon docs]: /components/insteon +[binary_sensor.lupusec docs]: /components/lupusec [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.point docs]: /components/binary_sensor.point/ -[binary_sensor.rainmachine docs]: /components/binary_sensor.rainmachine/ -[binary_sensor.sense docs]: /components/binary_sensor.sense/ +[binary_sensor.point docs]: /components/point#binary-sensor +[binary_sensor.rainmachine docs]: /components/rainmachine +[binary_sensor.sense docs]: /components/sense [binary_sensor.template docs]: /components/binary_sensor.template/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.w800rf32 docs]: /components/binary_sensor.w800rf32/ +[binary_sensor.trend docs]: /components/trend +[binary_sensor.w800rf32 docs]: /components/w800rf32#binary-sensor [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ [blink docs]: /components/blink/ [camera.mqtt docs]: /components/camera.mqtt/ [climate docs]: /components/climate/ -[climate.daikin docs]: /components/climate.daikin/ -[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ -[climate.homematic docs]: /components/climate.homematic/ -[climate.melissa docs]: /components/climate.melissa/ -[climate.mill docs]: /components/climate.mill/ -[climate.nest docs]: /components/climate.nest/ -[climate.velbus docs]: /components/climate.velbus/ +[climate.daikin docs]: /components/daikin#climate +[climate.generic_thermostat docs]: /components/generic_thermostat +[climate.homematic docs]: /components/homematic +[climate.melissa docs]: /components/melissa +[climate.mill docs]: /components/mill +[climate.nest docs]: /components/nest#climate +[climate.velbus docs]: /components/velbus [cloud docs]: /components/cloud/ [coinbase docs]: /components/coinbase/ -[cover.deconz docs]: /components/cover.deconz/ -[cover.fibaro docs]: /components/cover.fibaro/ +[cover.deconz docs]: /components/deconz#cover +[cover.fibaro docs]: /components/fibaro [cover.mqtt docs]: /components/cover.mqtt/ -[cover.myq docs]: /components/cover.myq/ +[cover.myq docs]: /components/myq [daikin docs]: /components/daikin/ [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ @@ -721,36 +721,36 @@ Experiencing issues introduced by this release? Please report them in our [issue [homekit_controller docs]: /components/homekit_controller/ [homematic docs]: /components/homematic/ [http docs]: /components/http/ -[image_processing.opencv docs]: /components/image_processing.opencv/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.opencv docs]: /components/opencv +[image_processing.tensorflow docs]: /components/tensorflow [insteon docs]: /components/insteon/ [lifx docs]: /components/lifx/ -[light.deconz docs]: /components/light.deconz/ -[light.fibaro docs]: /components/light.fibaro/ -[light.homematic docs]: /components/light.homematic/ -[light.lifx docs]: /components/light.lifx/ -[light.mqtt_json docs]: /components/light.mqtt_json/ -[light.niko_home_control docs]: /components/light.niko_home_control/ +[light.deconz docs]: /components/deconz#light +[light.fibaro docs]: /components/fibaro +[light.homematic docs]: /components/homematic +[light.lifx docs]: /components/lifx +[light.mqtt_json docs]: /components/light.mqtt +[light.niko_home_control docs]: /components/niko_home_control [light.switch docs]: /components/light.switch/ [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ [lock docs]: /components/lock/ [lock.mqtt docs]: /components/lock.mqtt/ -[lock.nello docs]: /components/lock.nello/ -[lock.zwave docs]: /components/lock.zwave/ +[lock.nello docs]: /components/nello +[lock.zwave docs]: /components/zwave#lock [logbook docs]: /components/logbook/ [lovelace docs]: /components/lovelace/ [luftdaten docs]: /components/luftdaten/ [lupusec docs]: /components/lupusec/ [media_extractor docs]: /components/media_extractor/ -[media_player.directv docs]: /components/media_player.directv/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.epson docs]: /components/media_player.epson/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.kodi docs]: /components/media_player.kodi/ -[media_player.onkyo docs]: /components/media_player.onkyo/ -[media_player.panasonic_bluray docs]: /components/media_player.panasonic_bluray/ -[media_player.sonos docs]: /components/media_player.sonos/ -[media_player.ziggo_mediabox_xl docs]: /components/media_player.ziggo_mediabox_xl/ +[media_player.directv docs]: /components/directv +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.epson docs]: /components/epson +[media_player.firetv docs]: /components/androidtv +[media_player.kodi docs]: /components/kodi +[media_player.onkyo docs]: /components/onkyo +[media_player.panasonic_bluray docs]: /components/panasonic_bluray +[media_player.sonos docs]: /components/sonos +[media_player.ziggo_mediabox_xl docs]: /components/ziggo_mediabox_xl [melissa docs]: /components/melissa/ [mqtt docs]: /components/mqtt/ [mysensors docs]: /components/mysensors/ @@ -763,47 +763,47 @@ Experiencing issues introduced by this release? Please report them in our [issue [prometheus docs]: /components/prometheus/ [rainmachine docs]: /components/rainmachine/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ -[scene.deconz docs]: /components/scene.deconz/ -[sensor.airvisual docs]: /components/sensor.airvisual/ -[sensor.asuswrt docs]: /components/sensor.asuswrt/ -[sensor.coinbase docs]: /components/sensor.coinbase/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.deconz docs]: /components/sensor.deconz/ -[sensor.elkm1 docs]: /components/sensor.elkm1/ -[sensor.fibaro docs]: /components/sensor.fibaro/ -[sensor.flunearyou docs]: /components/sensor.flunearyou/ -[sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ -[sensor.launch_library docs]: /components/sensor.launch_library/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ -[sensor.magicseaweed docs]: /components/sensor.magicseaweed/ -[sensor.point docs]: /components/sensor.point/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.rainmachine docs]: /components/sensor.rainmachine/ +[scene.deconz docs]: /components/deconz#scene +[sensor.airvisual docs]: /components/airvisual +[sensor.asuswrt docs]: /components/asuswrt +[sensor.coinbase docs]: /components/coinbase +[sensor.darksky docs]: /components/darksky +[sensor.deconz docs]: /components/deconz#sensor +[sensor.elkm1 docs]: /components/elkm1 +[sensor.fibaro docs]: /components/fibaro +[sensor.flunearyou docs]: /components/flunearyou +[sensor.fritzbox_callmonitor docs]: /components/fritzbox#sensor_callmonitor/ +[sensor.glances docs]: /components/glances +[sensor.jewish_calendar docs]: /components/jewish_calendar +[sensor.launch_library docs]: /components/launch_library +[sensor.luftdaten docs]: /components/luftdaten#sensor +[sensor.magicseaweed docs]: /components/magicseaweed +[sensor.point docs]: /components/point#sensor +[sensor.pollen docs]: /components/iqvia +[sensor.rainmachine docs]: /components/rainmachine [sensor.ruter docs]: /components/sensor.ruter/ -[sensor.season docs]: /components/sensor.season/ -[sensor.seventeentrack docs]: /components/sensor.seventeentrack/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.srp_energy docs]: /components/sensor.srp_energy/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.swiss_hydrological_data docs]: /components/sensor.swiss_hydrological_data/ -[sensor.tautulli docs]: /components/sensor.tautulli/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.transport_nsw docs]: /components/sensor.transport_nsw/ -[sensor.version docs]: /components/sensor.version/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.season docs]: /components/season +[sensor.seventeentrack docs]: /components/seventeentrack +[sensor.sql docs]: /components/sql +[sensor.srp_energy docs]: /components/srp_energy +[sensor.statistics docs]: /components/statistics +[sensor.swiss_hydrological_data docs]: /components/swiss_hydrological_data +[sensor.tautulli docs]: /components/tautulli +[sensor.tibber docs]: /components/tibber#sensor +[sensor.transport_nsw docs]: /components/transport_nsw +[sensor.version docs]: /components/version +[sensor.waze_travel_time docs]: /components/waze_travel_time [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ [shopping_list docs]: /components/shopping_list/ [smhi docs]: /components/smhi/ [sonos docs]: /components/sonos/ -[switch.deconz docs]: /components/switch.deconz/ -[switch.fibaro docs]: /components/switch.fibaro/ -[switch.flux docs]: /components/switch.flux/ -[switch.homekit_controller docs]: /components/switch.homekit_controller/ -[switch.lupusec docs]: /components/switch.lupusec/ -[switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.switchmate docs]: /components/switch.switchmate/ +[switch.deconz docs]: /components/deconz#switch +[switch.fibaro docs]: /components/fibaro +[switch.flux docs]: /components/flux +[switch.homekit_controller docs]: /components/homekit_controller +[switch.lupusec docs]: /components/lupusec +[switch.rainmachine docs]: /components/rainmachine#switch +[switch.switchmate docs]: /components/switchmate [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tibber docs]: /components/tibber/ [toon docs]: /components/toon/ @@ -813,8 +813,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [velbus docs]: /components/velbus/ [verisure docs]: /components/verisure/ [w800rf32 docs]: /components/w800rf32/ -[weather.ecobee docs]: /components/weather.ecobee/ -[weather.smhi docs]: /components/weather.smhi/ +[weather.ecobee docs]: /components/ecobee +[weather.smhi docs]: /components/smhi [wemo docs]: /components/wemo/ [wink docs]: /components/wink/ [wirelesstag docs]: /components/wirelesstag/ diff --git a/source/_posts/2018-12-12-release-84.markdown b/source/_posts/2018-12-12-release-84.markdown index cacbac526e2..e009bcd9576 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -106,7 +106,7 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav [@syssi]: https://github.com/syssi [asuswrt docs]: /components/asuswrt/ [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[light.lutron docs]: /components/light.lutron/ +[light.lutron docs]: /components/lutron [logbook docs]: /components/logbook/ [owntracks docs]: /components/owntracks/ [tts docs]: /components/tts/ @@ -129,7 +129,7 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav [@ehendrix23]: https://github.com/ehendrix23 [@mopolus]: https://github.com/mopolus [ihc docs]: /components/ihc/ -[remote.harmony docs]: /components/remote.harmony/ +[remote.harmony docs]: /components/harmony ## Release 0.84.5 - December 19 @@ -161,9 +161,9 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav [@zsarnett]: https://github.com/zsarnett [@iantrich]: https://github.com/iantrich [@liaanvdm]: https://github.com/liaanvdm -[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ +[alarm_control_panel.manual docs]: /components/manual [config docs]: /components/config/ -[lock.zwave docs]: /components/lock.zwave/ +[lock.zwave docs]: /components/zwave#lock ## If you need help... @@ -636,46 +636,46 @@ Experiencing issues introduced by this release? Please report them in our [issue [@trainman419]: https://github.com/trainman419 [@yottatsa]: https://github.com/yottatsa [@zxdavb]: https://github.com/zxdavb -[alarm_control_panel.blink docs]: /components/alarm_control_panel.blink/ -[alarm_control_panel.lupusec docs]: /components/alarm_control_panel.lupusec/ +[alarm_control_panel.blink docs]: /components/blink +[alarm_control_panel.lupusec docs]: /components/lupusec [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ -[alarm_control_panel.yale_smart_alarm docs]: /components/alarm_control_panel.yale_smart_alarm/ +[alarm_control_panel.yale_smart_alarm docs]: /components/yale_smart_alarm [alexa docs]: /components/alexa/ [apple_tv docs]: /components/apple_tv/ [august docs]: /components/august/ [automation docs]: /components/automation/ -[binary_sensor.blink docs]: /components/binary_sensor.blink/ -[binary_sensor.fibaro docs]: /components/binary_sensor.fibaro/ -[binary_sensor.ihc docs]: /components/binary_sensor.ihc/ +[binary_sensor.blink docs]: /components/blink +[binary_sensor.fibaro docs]: /components/fibaro +[binary_sensor.ihc docs]: /components/ihc#binary-sensor [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.point docs]: /components/binary_sensor.point/ -[binary_sensor.sense docs]: /components/binary_sensor.sense/ -[binary_sensor.tahoma docs]: /components/binary_sensor.tahoma/ -[binary_sensor.tellduslive docs]: /components/binary_sensor.tellduslive/ -[binary_sensor.volvooncall docs]: /components/binary_sensor.volvooncall/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.point docs]: /components/point#binary-sensor +[binary_sensor.sense docs]: /components/sense +[binary_sensor.tahoma docs]: /components/tahoma +[binary_sensor.tellduslive docs]: /components/tellduslive +[binary_sensor.volvooncall docs]: /components/volvooncall +[binary_sensor.zha docs]: /components/zha [blink docs]: /components/blink/ -[camera.blink docs]: /components/camera.blink/ -[camera.mjpeg docs]: /components/camera.mjpeg/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.push docs]: /components/camera.push/ -[camera.uvc docs]: /components/camera.uvc/ -[climate.daikin docs]: /components/climate.daikin/ -[climate.evohome docs]: /components/climate.evohome/ -[climate.mill docs]: /components/climate.mill/ +[camera.blink docs]: /components/blink +[camera.mjpeg docs]: /components/mjpeg +[camera.proxy docs]: /components/proxy +[camera.push docs]: /components/push +[camera.uvc docs]: /components/uvc +[climate.daikin docs]: /components/daikin#climate +[climate.evohome docs]: /components/evohome +[climate.mill docs]: /components/mill [climate.mqtt docs]: /components/climate.mqtt/ -[climate.toon docs]: /components/climate.toon/ +[climate.toon docs]: /components/toon#climate [cloud docs]: /components/cloud/ [config docs]: /components/config/ [cover.mqtt docs]: /components/cover.mqtt/ -[cover.tellduslive docs]: /components/cover.tellduslive/ +[cover.tellduslive docs]: /components/tellduslive [daikin docs]: /components/daikin/ [device_tracker docs]: /components/device_tracker/ [elkm1 docs]: /components/elkm1/ [evohome docs]: /components/evohome/ [fan.mqtt docs]: /components/fan.mqtt/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ -[fan.zha docs]: /components/fan.zha/ +[fan.zha docs]: /components/zha [fibaro docs]: /components/fibaro/ [frontend docs]: /components/frontend/ [geo_location docs]: /components/geo_location/ @@ -690,30 +690,30 @@ Experiencing issues introduced by this release? Please report them in our [issue [image_processing docs]: /components/image_processing/ [influxdb docs]: /components/influxdb/ [lifx docs]: /components/lifx/ -[light.decora_wifi docs]: /components/light.decora_wifi/ -[light.fibaro docs]: /components/light.fibaro/ -[light.ihc docs]: /components/light.ihc/ -[light.lightwave docs]: /components/light.lightwave/ -[light.lutron docs]: /components/light.lutron/ +[light.decora_wifi docs]: /components/decora_wifi/ +[light.fibaro docs]: /components/fibaro +[light.ihc docs]: /components/ihc#light +[light.lightwave docs]: /components/lightwave +[light.lutron docs]: /components/lutron [light.mqtt docs]: /components/light.mqtt/ -[light.niko_home_control docs]: /components/light.niko_home_control/ -[light.tellduslive docs]: /components/light.tellduslive/ +[light.niko_home_control docs]: /components/niko_home_control +[light.tellduslive docs]: /components/tellduslive [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.yeelight docs]: /components/light.yeelight/ -[light.zha docs]: /components/light.zha/ +[light.yeelight docs]: /components/yeelight +[light.zha docs]: /components/zha [lightwave docs]: /components/lightwave/ -[lock.verisure docs]: /components/lock.verisure/ -[lock.volvooncall docs]: /components/lock.volvooncall/ +[lock.verisure docs]: /components/verisure +[lock.volvooncall docs]: /components/volvooncall [logbook docs]: /components/logbook/ [lovelace docs]: /components/lovelace/ [lupusec docs]: /components/lupusec/ [media_extractor docs]: /components/media_extractor/ [media_player.demo docs]: /components/media_player.demo/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.hdmi_cec docs]: /components/media_player.hdmi_cec/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.vizio docs]: /components/media_player.vizio/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.firetv docs]: /components/androidtv +[media_player.hdmi_cec docs]: /components/hdmi_cec +[media_player.plex docs]: /components/plex#media-player +[media_player.vizio docs]: /components/vizio [mqtt docs]: /components/mqtt/ [netatmo docs]: /components/netatmo/ [notify docs]: /components/notify/ @@ -722,47 +722,47 @@ Experiencing issues introduced by this release? Please report them in our [issue [point docs]: /components/point/ [rainmachine docs]: /components/rainmachine/ [remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ -[scene.fibaro docs]: /components/scene.fibaro/ +[scene.fibaro docs]: /components/fibaro [script docs]: /components/script/ [sense docs]: /components/sense/ -[sensor.awair docs]: /components/sensor.awair/ -[sensor.blink docs]: /components/sensor.blink/ -[sensor.bom docs]: /components/sensor.bom/ -[sensor.daikin docs]: /components/sensor.daikin/ -[sensor.dht docs]: /components/sensor.dht/ -[sensor.entur_public_transport docs]: /components/sensor.entur_public_transport/ -[sensor.influxdb docs]: /components/sensor.influxdb/ +[sensor.awair docs]: /components/awair +[sensor.blink docs]: /components/blink +[sensor.bom docs]: /components/bom#sensor +[sensor.daikin docs]: /components/daikin#sensor +[sensor.dht docs]: /components/dht +[sensor.entur_public_transport docs]: /components/entur_public_transport +[sensor.influxdb docs]: /components/influxdb#sensor [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.point docs]: /components/sensor.point/ -[sensor.qbittorrent docs]: /components/sensor.qbittorrent/ -[sensor.rtorrent docs]: /components/sensor.rtorrent/ -[sensor.sense docs]: /components/sensor.sense/ -[sensor.seventeentrack docs]: /components/sensor.seventeentrack/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.statistics docs]: /components/sensor.statistics/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tellduslive docs]: /components/sensor.tellduslive/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.volvooncall docs]: /components/sensor.volvooncall/ -[sensor.waterfurnace docs]: /components/sensor.waterfurnace/ +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.point docs]: /components/point#sensor +[sensor.qbittorrent docs]: /components/qbittorrent +[sensor.rtorrent docs]: /components/rtorrent +[sensor.sense docs]: /components/sense +[sensor.seventeentrack docs]: /components/seventeentrack +[sensor.snmp docs]: /components/snmp#sensor +[sensor.statistics docs]: /components/statistics +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tellduslive docs]: /components/tellduslive +[sensor.tibber docs]: /components/tibber#sensor +[sensor.volvooncall docs]: /components/volvooncall +[sensor.waterfurnace docs]: /components/waterfurnace [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ -[sensor.zha docs]: /components/sensor.zha/ +[sensor.zha docs]: /components/zha [shopping_list docs]: /components/shopping_list/ [simplisafe docs]: /components/simplisafe/ [skybell docs]: /components/skybell/ -[switch.hdmi_cec docs]: /components/switch.hdmi_cec/ -[switch.hlk_sw16 docs]: /components/switch.hlk_sw16/ -[switch.ihc docs]: /components/switch.ihc/ -[switch.lightwave docs]: /components/switch.lightwave/ +[switch.hdmi_cec docs]: /components/hdmi_cec +[switch.hlk_sw16 docs]: /components/hlk_sw16 +[switch.ihc docs]: /components/ihc#switch +[switch.lightwave docs]: /components/lightwave [switch.mqtt docs]: /components/switch.mqtt/ -[switch.snmp docs]: /components/switch.snmp/ -[switch.switchbot docs]: /components/switch.switchbot/ -[switch.switchmate docs]: /components/switch.switchmate/ -[switch.tellduslive docs]: /components/switch.tellduslive/ -[switch.volvooncall docs]: /components/switch.volvooncall/ +[switch.snmp docs]: /components/snmp#switch +[switch.switchbot docs]: /components/switchbot +[switch.switchmate docs]: /components/switchmate +[switch.tellduslive docs]: /components/tellduslive +[switch.volvooncall docs]: /components/volvooncall [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zha docs]: /components/switch.zha/ +[switch.zha docs]: /components/zha [tellduslive docs]: /components/tellduslive/ [tibber docs]: /components/tibber/ [tts docs]: /components/tts/ @@ -770,8 +770,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [verisure docs]: /components/verisure/ [volvooncall docs]: /components/volvooncall/ [waterfurnace docs]: /components/waterfurnace/ -[weather.bom docs]: /components/weather.bom/ -[weather.ipma docs]: /components/weather.ipma/ +[weather.bom docs]: /components/bom +[weather.ipma docs]: /components/ipma [websocket_api docs]: /components/websocket_api/ [wunderlist docs]: /components/wunderlist/ [zha docs]: /components/zha/ diff --git a/source/_posts/2019-01-09-release-85.markdown b/source/_posts/2019-01-09-release-85.markdown index 9306f47df1d..65a906164ea 100644 --- a/source/_posts/2019-01-09-release-85.markdown +++ b/source/_posts/2019-01-09-release-85.markdown @@ -716,49 +716,49 @@ Experiencing issues introduced by this release? Please report them in our [issue [@wcomartin]: https://github.com/wcomartin [@wonderslug]: https://github.com/wonderslug [ads docs]: /components/ads/ -[air_pollutants docs]: /components/air_pollutants/ +[air_pollutants docs]: /components/air_quality [air_quality docs]: /components/air_quality/ -[alarm_control_panel.ialarm docs]: /components/alarm_control_panel.ialarm/ +[alarm_control_panel.ialarm docs]: /components/ialarm [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ -[alarm_control_panel.ness_alarm docs]: /components/alarm_control_panel.ness_alarm/ -[alarm_control_panel.nx584 docs]: /components/alarm_control_panel.nx584/ -[alarm_control_panel.yale_smart_alarm docs]: /components/alarm_control_panel.yale_smart_alarm/ +[alarm_control_panel.ness_alarm docs]: /components/ness_alarm +[alarm_control_panel.nx584 docs]: /components/nx584 +[alarm_control_panel.yale_smart_alarm docs]: /components/yale_smart_alarm [alarmdecoder docs]: /components/alarmdecoder/ [alexa docs]: /components/alexa/ [arlo docs]: /components/arlo/ [asuswrt docs]: /components/asuswrt/ [automation docs]: /components/automation/ -[binary_sensor.alarmdecoder docs]: /components/binary_sensor.alarmdecoder/ -[binary_sensor.esphome docs]: /components/binary_sensor.esphome/ -[binary_sensor.hikvision docs]: /components/binary_sensor.hikvision/ -[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ -[binary_sensor.homeworks docs]: /components/binary_sensor.homeworks/ -[binary_sensor.insteon docs]: /components/binary_sensor.insteon/ -[binary_sensor.isy994 docs]: /components/binary_sensor.isy994/ +[binary_sensor.alarmdecoder docs]: /components/alarmdecoder +[binary_sensor.esphome docs]: /components/esphome +[binary_sensor.hikvision docs]: /components/hikvision +[binary_sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[binary_sensor.homeworks docs]: /components/homeworks +[binary_sensor.insteon docs]: /components/insteon +[binary_sensor.isy994 docs]: /components/isy994 [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ -[binary_sensor.ness_alarm docs]: /components/binary_sensor.ness_alarm/ -[binary_sensor.plum_lightpad docs]: /components/binary_sensor.plum_lightpad/ -[binary_sensor.satel_integra docs]: /components/binary_sensor.satel_integra/ -[binary_sensor.tellduslive docs]: /components/binary_sensor.tellduslive/ -[binary_sensor.wemo docs]: /components/binary_sensor.wemo/ +[binary_sensor.ness_alarm docs]: /components/ness_alarm +[binary_sensor.plum_lightpad docs]: /components/plum_lightpad +[binary_sensor.satel_integra docs]: /components/satel_integra +[binary_sensor.tellduslive docs]: /components/tellduslive +[binary_sensor.wemo docs]: /components/wemo [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ -[binary_sensor.zha docs]: /components/binary_sensor.zha/ -[camera.axis docs]: /components/camera.axis/ -[camera.mjpeg docs]: /components/camera.mjpeg/ -[camera.skybell docs]: /components/camera.skybell/ -[camera.yi docs]: /components/camera.yi/ -[camera.zoneminder docs]: /components/camera.zoneminder/ -[climate.daikin docs]: /components/climate.daikin/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ -[climate.homekit_controller docs]: /components/climate.homekit_controller/ +[binary_sensor.zha docs]: /components/zha +[camera.axis docs]: /components/axis +[camera.mjpeg docs]: /components/mjpeg +[camera.skybell docs]: /components/skybell#camera +[camera.yi docs]: /components/yi +[camera.zoneminder docs]: /components/zoneminder#camera +[climate.daikin docs]: /components/daikin#climate +[climate.eq3btsmart docs]: /components/eq3btsmart +[climate.homekit_controller docs]: /components/homekit_controller [climate.knx docs]: /components/climate.knx/ -[climate.mill docs]: /components/climate.mill/ +[climate.mill docs]: /components/mill [climate.mqtt docs]: /components/climate.mqtt/ -[climate.radiotherm docs]: /components/climate.radiotherm/ +[climate.radiotherm docs]: /components/radiotherm [config docs]: /components/config/ -[cover.esphome docs]: /components/cover.esphome/ +[cover.esphome docs]: /components/esphome [cover.rflink docs]: /components/cover.rflink/ -[cover.tellduslive docs]: /components/cover.tellduslive/ +[cover.tellduslive docs]: /components/tellduslive [cover.xiaomi_aqara docs]: /components/cover.xiaomi_aqara/ [daikin docs]: /components/daikin/ [demo docs]: /components/demo/ @@ -769,9 +769,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [envisalink docs]: /components/envisalink/ [esphome docs]: /components/esphome/ [eufy docs]: /components/eufy/ -[fan.esphome docs]: /components/fan.esphome/ -[fan.wemo docs]: /components/fan.wemo/ -[fan.zha docs]: /components/fan.zha/ +[fan.esphome docs]: /components/esphome +[fan.wemo docs]: /components/wemo#fan +[fan.zha docs]: /components/zha [freebox docs]: /components/freebox/ [homekit docs]: /components/homekit/ [homekit_controller docs]: /components/homekit_controller/ @@ -781,36 +781,36 @@ Experiencing issues introduced by this release? Please report them in our [issue [huawei_lte docs]: /components/huawei_lte/ [idteck_prox docs]: /components/idteck_prox/ [ihc docs]: /components/ihc/ -[image_processing.seven_segments docs]: /components/image_processing.seven_segments/ +[image_processing.seven_segments docs]: /components/seven_segments [insteon docs]: /components/insteon/ [knx docs]: /components/knx/ [lcn docs]: /components/lcn/ [light docs]: /components/light/ -[light.ads docs]: /components/light.ads/ -[light.esphome docs]: /components/light.esphome/ -[light.homekit_controller docs]: /components/light.homekit_controller/ -[light.homeworks docs]: /components/light.homeworks/ -[light.hue docs]: /components/light.hue/ -[light.lcn docs]: /components/light.lcn/ +[light.ads docs]: /components/ads#light +[light.esphome docs]: /components/esphome +[light.homekit_controller docs]: /components/homekit_controller +[light.homeworks docs]: /components/homeworks +[light.hue docs]: /components/hue +[light.lcn docs]: /components/lcn#light [light.mqtt docs]: /components/light.mqtt/ -[light.plum_lightpad docs]: /components/light.plum_lightpad/ +[light.plum_lightpad docs]: /components/plum_lightpad [light.rflink docs]: /components/light.rflink/ -[light.tellduslive docs]: /components/light.tellduslive/ -[light.wemo docs]: /components/light.wemo/ -[light.x10 docs]: /components/light.x10/ +[light.tellduslive docs]: /components/tellduslive +[light.wemo docs]: /components/wemo +[light.x10 docs]: /components/x10 [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ -[light.zha docs]: /components/light.zha/ -[light.zwave docs]: /components/light.zwave/ +[light.zha docs]: /components/zha +[light.zwave docs]: /components/zwave [lock.mqtt docs]: /components/lock.mqtt/ [lutron docs]: /components/lutron/ [media_extractor docs]: /components/media_extractor/ -[media_player.directv docs]: /components/media_player.directv/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.emby docs]: /components/media_player.emby/ -[media_player.gpmdp docs]: /components/media_player.gpmdp/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.xiaomi_tv docs]: /components/media_player.xiaomi_tv/ +[media_player.directv docs]: /components/directv +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.emby docs]: /components/emby +[media_player.gpmdp docs]: /components/gpmdp +[media_player.mpd docs]: /components/mpd +[media_player.songpal docs]: /components/songpal +[media_player.xiaomi_tv docs]: /components/xiaomi_tv [mqtt docs]: /components/mqtt/ [mychevy docs]: /components/mychevy/ [mythicbeastsdns docs]: /components/mythicbeastsdns/ @@ -822,85 +822,85 @@ Experiencing issues introduced by this release? Please report them in our [issue [plant docs]: /components/plant/ [plum_lightpad docs]: /components/plum_lightpad/ [rainmachine docs]: /components/rainmachine/ -[remote.harmony docs]: /components/remote.harmony/ +[remote.harmony docs]: /components/harmony [rflink docs]: /components/rflink/ [rpi_gpio docs]: /components/rpi_gpio/ [satel_integra docs]: /components/satel_integra/ -[scene.lutron docs]: /components/scene.lutron/ -[sensor.aftership docs]: /components/sensor.aftership/ -[sensor.ambient_station docs]: /components/sensor.ambient_station/ -[sensor.awair docs]: /components/sensor.awair/ -[sensor.bme680 docs]: /components/sensor.bme680/ -[sensor.brottsplatskartan docs]: /components/sensor.brottsplatskartan/ -[sensor.cert_expiry docs]: /components/sensor.cert_expiry/ -[sensor.daikin docs]: /components/sensor.daikin/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.dublin_bus_transport docs]: /components/sensor.dublin_bus_transport/ -[sensor.eliqonline docs]: /components/sensor.eliqonline/ -[sensor.entur_public_transport docs]: /components/sensor.entur_public_transport/ +[scene.lutron docs]: /components/lutron#scene +[sensor.aftership docs]: /components/aftership +[sensor.ambient_station docs]: /components/ambient_station +[sensor.awair docs]: /components/awair +[sensor.bme680 docs]: /components/bme680 +[sensor.brottsplatskartan docs]: /components/brottsplatskartan +[sensor.cert_expiry docs]: /components/cert_expiry +[sensor.daikin docs]: /components/daikin#sensor +[sensor.darksky docs]: /components/darksky +[sensor.dublin_bus_transport docs]: /components/dublin_bus_transport +[sensor.eliqonline docs]: /components/eliqonline +[sensor.entur_public_transport docs]: /components/entur_public_transport [sensor.esphome docs]: /components/esphome/ -[sensor.fail2ban docs]: /components/sensor.fail2ban/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.flunearyou docs]: /components/sensor.flunearyou/ -[sensor.freebox docs]: /components/sensor.freebox/ -[sensor.geizhals docs]: /components/sensor.geizhals/ -[sensor.geo_rss_events docs]: /components/sensor.geo_rss_events/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.gtfs docs]: /components/sensor.gtfs/ -[sensor.gtt docs]: /components/sensor.gtt/ -[sensor.homematic docs]: /components/sensor.homematic/ -[sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ -[sensor.huawei_lte docs]: /components/sensor.huawei_lte/ -[sensor.islamic_prayer_times docs]: /components/sensor.islamic_prayer_times/ -[sensor.launch_library docs]: /components/sensor.launch_library/ -[sensor.london_underground docs]: /components/sensor.london_underground/ -[sensor.luftdaten docs]: /components/sensor.luftdaten/ +[sensor.fail2ban docs]: /components/fail2ban +[sensor.filter docs]: /components/filter +[sensor.flunearyou docs]: /components/flunearyou +[sensor.freebox docs]: /components/freebox#sensor +[sensor.geizhals docs]: /components/geizhals +[sensor.geo_rss_events docs]: /components/geo_rss_events +[sensor.glances docs]: /components/glances +[sensor.gtfs docs]: /components/gtfs +[sensor.gtt docs]: /components/gtt +[sensor.homematic docs]: /components/homematic +[sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[sensor.huawei_lte docs]: /components/huawei_lte#sensor +[sensor.islamic_prayer_times docs]: /components/islamic_prayer_times +[sensor.launch_library docs]: /components/launch_library +[sensor.london_underground docs]: /components/london_underground +[sensor.luftdaten docs]: /components/luftdaten#sensor [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.mychevy docs]: /components/sensor.mychevy/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.nmbs docs]: /components/sensor.nmbs/ -[sensor.ohmconnect docs]: /components/sensor.ohmconnect/ -[sensor.openweathermap docs]: /components/sensor.openweathermap/ -[sensor.plum_lightpad docs]: /components/sensor.plum_lightpad/ -[sensor.point docs]: /components/sensor.point/ -[sensor.prezzibenzina docs]: /components/sensor.prezzibenzina/ +[sensor.mychevy docs]: /components/mychevy +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.nmbs docs]: /components/nmbs +[sensor.ohmconnect docs]: /components/ohmconnect +[sensor.openweathermap docs]: /components/openweathermap#sensor +[sensor.plum_lightpad docs]: /components/plum_lightpad +[sensor.point docs]: /components/point#sensor +[sensor.prezzibenzina docs]: /components/prezzibenzina [sensor.ruter docs]: /components/sensor.ruter/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.seventeentrack docs]: /components/sensor.seventeentrack/ -[sensor.solaredge docs]: /components/sensor.solaredge/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tautulli docs]: /components/sensor.tautulli/ -[sensor.tellduslive docs]: /components/sensor.tellduslive/ +[sensor.scrape docs]: /components/scrape +[sensor.seventeentrack docs]: /components/seventeentrack +[sensor.solaredge docs]: /components/solaredge +[sensor.sql docs]: /components/sql +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tautulli docs]: /components/tautulli +[sensor.tellduslive docs]: /components/tellduslive [sensor.xiaomi_aqara docs]: /components/sensor.xiaomi_aqara/ -[sensor.zha docs]: /components/sensor.zha/ -[sensor.zoneminder docs]: /components/sensor.zoneminder/ +[sensor.zha docs]: /components/zha +[sensor.zoneminder docs]: /components/zoneminder#sensor [skybell docs]: /components/skybell/ [splunk docs]: /components/splunk/ -[switch.esphome docs]: /components/switch.esphome/ -[switch.homekit_controller docs]: /components/switch.homekit_controller/ -[switch.homematicip_cloud docs]: /components/switch.homematicip_cloud/ -[switch.lutron docs]: /components/switch.lutron/ -[switch.pencom docs]: /components/switch.pencom/ -[switch.raspyrfm docs]: /components/switch.raspyrfm/ -[switch.rpi_rf docs]: /components/switch.rpi_rf/ -[switch.switchbot docs]: /components/switch.switchbot/ -[switch.tellduslive docs]: /components/switch.tellduslive/ -[switch.wemo docs]: /components/switch.wemo/ +[switch.esphome docs]: /components/esphome +[switch.homekit_controller docs]: /components/homekit_controller +[switch.homematicip_cloud docs]: /components/homematicip_cloud/ +[switch.lutron docs]: /components/lutron +[switch.pencom docs]: /components/pencom +[switch.raspyrfm docs]: /components/raspyrfm +[switch.rpi_rf docs]: /components/rpi_rf +[switch.switchbot docs]: /components/switchbot +[switch.tellduslive docs]: /components/tellduslive +[switch.wemo docs]: /components/wemo [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zha docs]: /components/switch.zha/ +[switch.zha docs]: /components/zha [tahoma docs]: /components/tahoma/ [tellduslive docs]: /components/tellduslive/ [tibber docs]: /components/tibber/ [timer docs]: /components/timer/ [tts docs]: /components/tts/ [upnp docs]: /components/upnp/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.neato docs]: /components/neato#vacuum [volvooncall docs]: /components/volvooncall/ [weather docs]: /components/weather/ -[weather.ipma docs]: /components/weather.ipma/ -[weather.openweathermap docs]: /components/weather.openweathermap/ -[weather.smhi docs]: /components/weather.smhi/ +[weather.ipma docs]: /components/ipma +[weather.openweathermap docs]: /components/openweathermap#weather +[weather.smhi docs]: /components/smhi [websocket_api docs]: /components/websocket_api/ [wemo docs]: /components/wemo/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ diff --git a/source/_posts/2019-01-23-release-86.markdown b/source/_posts/2019-01-23-release-86.markdown index 79bd248a685..6095750ffc4 100644 --- a/source/_posts/2019-01-23-release-86.markdown +++ b/source/_posts/2019-01-23-release-86.markdown @@ -76,7 +76,7 @@ Another noteworthy breaking change (sorry!), is that the automation `time` trigg [@eliseomartelli]: https://github.com/eliseomartelli [@fronzbot]: https://github.com/fronzbot [blink docs]: /components/blink/ -[sensor.gtt docs]: /components/sensor.gtt/ +[sensor.gtt docs]: /components/gtt ## Release 0.86.2 - January 24 @@ -596,29 +596,29 @@ Experiencing issues introduced by this release? Please report them in our [issue [abode docs]: /components/abode/ [ads docs]: /components/ads/ [alarm_control_panel docs]: /components/alarm_control_panel/ -[alarm_control_panel.alarmdotcom docs]: /components/alarm_control_panel.alarmdotcom/ -[alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/ -[alarm_control_panel.elkm1 docs]: /components/alarm_control_panel.elkm1/ -[alarm_control_panel.homekit_controller docs]: /components/alarm_control_panel.homekit_controller/ +[alarm_control_panel.alarmdotcom docs]: /components/alarmdotcom +[alarm_control_panel.arlo docs]: /components/arlo +[alarm_control_panel.elkm1 docs]: /components/elkm1 +[alarm_control_panel.homekit_controller docs]: /components/homekit_controller [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ [alexa docs]: /components/alexa/ [automation.geo_location docs]: /docs/automation/trigger/#geo_location-trigger [automation.interval docs]: /docs/automation/trigger/#interval-trigger [automation.time docs]: /docs/automation/trigger/#time-trigger -[binary_sensor.fibaro docs]: /components/binary_sensor.fibaro/ -[binary_sensor.hive docs]: /components/binary_sensor.hive/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.fibaro docs]: /components/fibaro +[binary_sensor.hive docs]: /components/hive#binary-sensor +[binary_sensor.workday docs]: /components/workday [binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ [blink docs]: /components/blink/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.xiaomi docs]: /components/camera.xiaomi/ -[camera.zoneminder docs]: /components/camera.zoneminder/ -[climate.hive docs]: /components/climate.hive/ +[camera.proxy docs]: /components/proxy +[camera.xiaomi docs]: /components/xiaomi_aqara +[camera.zoneminder docs]: /components/zoneminder#camera +[climate.hive docs]: /components/hive#climate [climate.mqtt docs]: /components/climate.mqtt/ -[climate.sensibo docs]: /components/climate.sensibo/ +[climate.sensibo docs]: /components/sensibo [cloud docs]: /components/cloud/ -[cover.fibaro docs]: /components/cover.fibaro/ -[cover.homekit_controller docs]: /components/cover.homekit_controller/ +[cover.fibaro docs]: /components/fibaro +[cover.homekit_controller docs]: /components/homekit_controller [cover.mqtt docs]: /components/cover.mqtt/ [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ @@ -637,25 +637,25 @@ Experiencing issues introduced by this release? Please report them in our [issue [homekit_controller docs]: /components/homekit_controller/ [homematicip_cloud docs]: /components/homematicip_cloud/ [ihc docs]: /components/ihc/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.tensorflow docs]: /components/tensorflow [influxdb docs]: /components/influxdb/ [konnected docs]: /components/konnected/ -[light.fibaro docs]: /components/light.fibaro/ -[light.hive docs]: /components/light.hive/ -[light.homematicip_cloud docs]: /components/light.homematicip_cloud/ +[light.fibaro docs]: /components/fibaro +[light.hive docs]: /components/hive#light +[light.homematicip_cloud docs]: /components/homematicip_cloud/ [light.mqtt docs]: /components/light.mqtt/ -[light.rpi_gpio_pwm docs]: /components/light.rpi_gpio_pwm/ -[light.tradfri docs]: /components/light.tradfri/ +[light.rpi_gpio_pwm docs]: /components/rpi_gpio_pwm +[light.tradfri docs]: /components/tradfri [locative docs]: /components/locative/ -[lock.homekit_controller docs]: /components/lock.homekit_controller/ +[lock.homekit_controller docs]: /components/homekit_controller [lock.mqtt docs]: /components/lock.mqtt/ -[lock.nuki docs]: /components/lock.nuki/ -[lock.zwave docs]: /components/lock.zwave/ +[lock.nuki docs]: /components/nuki +[lock.zwave docs]: /components/zwave#lock [mailgun docs]: /components/mailgun/ -[media_player.anthemav docs]: /components/media_player.anthemav/ -[media_player.nad docs]: /components/media_player.nad/ -[media_player.roku docs]: /components/media_player.roku/ -[media_player.songpal docs]: /components/media_player.songpal/ +[media_player.anthemav docs]: /components/anthemav +[media_player.nad docs]: /components/nad +[media_player.roku docs]: /components/roku#media-player +[media_player.songpal docs]: /components/songpal [mqtt docs]: /components/mqtt/ [mysensors docs]: /components/mysensors/ [neato docs]: /components/neato/ @@ -664,53 +664,53 @@ Experiencing issues introduced by this release? Please report them in our [issue [openuv docs]: /components/openuv/ [plant docs]: /components/plant/ [rainmachine docs]: /components/rainmachine/ -[remote.harmony docs]: /components/remote.harmony/ -[remote.roku docs]: /components/remote.roku/ +[remote.harmony docs]: /components/harmony +[remote.roku docs]: /components/roku#remote [roku docs]: /components/roku/ -[scene.fibaro docs]: /components/scene.fibaro/ -[scene.hunterdouglas_powerview docs]: /components/scene.hunterdouglas_powerview/ -[sensor.ambient_station docs]: /components/sensor.ambient_station/ -[sensor.blink docs]: /components/sensor.blink/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.dublin_bus_transport docs]: /components/sensor.dublin_bus_transport/ -[sensor.fail2ban docs]: /components/sensor.fail2ban/ -[sensor.fibaro docs]: /components/sensor.fibaro/ -[sensor.flunearyou docs]: /components/sensor.flunearyou/ -[sensor.freebox docs]: /components/sensor.freebox/ -[sensor.gtt docs]: /components/sensor.gtt/ -[sensor.hive docs]: /components/sensor.hive/ -[sensor.imap_email_content docs]: /components/sensor.imap_email_content/ -[sensor.influxdb docs]: /components/sensor.influxdb/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ -[sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.min_max docs]: /components/sensor.min_max/ +[scene.fibaro docs]: /components/fibaro +[scene.hunterdouglas_powerview docs]: /components/hunterdouglas_powerview +[sensor.ambient_station docs]: /components/ambient_station +[sensor.blink docs]: /components/blink +[sensor.darksky docs]: /components/darksky +[sensor.dublin_bus_transport docs]: /components/dublin_bus_transport +[sensor.fail2ban docs]: /components/fail2ban +[sensor.fibaro docs]: /components/fibaro +[sensor.flunearyou docs]: /components/flunearyou +[sensor.freebox docs]: /components/freebox#sensor +[sensor.gtt docs]: /components/gtt +[sensor.hive docs]: /components/hive#sensor +[sensor.imap_email_content docs]: /components/imap_email_content/ +[sensor.influxdb docs]: /components/influxdb#sensor +[sensor.jewish_calendar docs]: /components/jewish_calendar +[sensor.lastfm docs]: /components/lastfm +[sensor.min_max docs]: /components/min_max [sensor.mqtt docs]: /components/sensor.mqtt/ -[sensor.mychevy docs]: /components/sensor.mychevy/ -[sensor.nest docs]: /components/sensor.nest/ -[sensor.postnl docs]: /components/sensor.postnl/ -[sensor.prezzibenzina docs]: /components/sensor.prezzibenzina/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.sma docs]: /components/sensor.sma/ -[sensor.snmp docs]: /components/sensor.snmp/ -[sensor.tautulli docs]: /components/sensor.tautulli/ -[sensor.vasttrafik docs]: /components/sensor.vasttrafik/ -[sensor.zoneminder docs]: /components/sensor.zoneminder/ +[sensor.mychevy docs]: /components/mychevy +[sensor.nest docs]: /components/nest#sensor +[sensor.postnl docs]: /components/postnl +[sensor.prezzibenzina docs]: /components/prezzibenzina +[sensor.rest docs]: /components/rest +[sensor.sma docs]: /components/sma#sensors +[sensor.snmp docs]: /components/snmp#sensor +[sensor.tautulli docs]: /components/tautulli +[sensor.vasttrafik docs]: /components/vasttrafik +[sensor.zoneminder docs]: /components/zoneminder#sensor [simplisafe docs]: /components/simplisafe/ [sonos docs]: /components/sonos/ -[switch.fibaro docs]: /components/switch.fibaro/ -[switch.hive docs]: /components/switch.hive/ +[switch.fibaro docs]: /components/fibaro +[switch.hive docs]: /components/hive#switch [switch.mqtt docs]: /components/switch.mqtt/ -[switch.snmp docs]: /components/switch.snmp/ -[switch.tradfri docs]: /components/switch.tradfri/ +[switch.snmp docs]: /components/snmp#switch +[switch.tradfri docs]: /components/tradfri [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ -[switch.zoneminder docs]: /components/switch.zoneminder/ +[switch.zoneminder docs]: /components/zoneminder#switch [tahoma docs]: /components/tahoma/ [tellduslive docs]: /components/tellduslive/ [tts docs]: /components/tts/ [unifi docs]: /components/unifi/ [vacuum docs]: /components/vacuum/ [vacuum.mqtt docs]: /components/vacuum.mqtt/ -[vacuum.neato docs]: /components/vacuum.neato/ +[vacuum.neato docs]: /components/neato#vacuum [waterfurnace docs]: /components/waterfurnace/ [wink docs]: /components/wink/ [zha docs]: /components/zha/ diff --git a/source/_posts/2019-02-06-release-87.markdown b/source/_posts/2019-02-06-release-87.markdown index a3325c8ef47..1650298e0a3 100644 --- a/source/_posts/2019-02-06-release-87.markdown +++ b/source/_posts/2019-02-06-release-87.markdown @@ -71,7 +71,7 @@ If you prefer a podcast over release notes, check out [the Hass Podcast](https:/ [@jonudewux]: https://github.com/jonudewux [@mnoorenberghe]: https://github.com/mnoorenberghe [homekit_controller docs]: /components/homekit_controller/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.waze_travel_time docs]: /components/waze_travel_time [transmission docs]: /components/transmission/ [verisure docs]: /components/verisure/ [zoneminder docs]: /components/zoneminder/ @@ -549,37 +549,37 @@ Experiencing issues introduced by this release? Please report them in our [issue [@w1ll1am23]: https://github.com/w1ll1am23 [@zewelor]: https://github.com/zewelor [@zhujisheng]: https://github.com/zhujisheng -[air_pollutants docs]: /components/air_pollutants/ +[air_pollutants docs]: /components/air_quality [air_quality docs]: /components/air_quality/ [alarm_control_panel docs]: /components/alarm_control_panel/ -[alarm_control_panel.abode docs]: /components/alarm_control_panel.abode/ -[alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/ -[alarm_control_panel.homematicip_cloud docs]: /components/alarm_control_panel.homematicip_cloud/ +[alarm_control_panel.abode docs]: /components/abode +[alarm_control_panel.concord232 docs]: /components/concord232#alarm-control-panel +[alarm_control_panel.homematicip_cloud docs]: /components/homematicip_cloud [alert docs]: /components/alert/ [ambient_station docs]: /components/ambient_station/ [android_ip_webcam docs]: /components/android_ip_webcam/ [asuswrt docs]: /components/asuswrt/ [automation.mqtt docs]: /docs/automation/trigger/#mqtt-trigger -[binary_sensor.danfoss_air docs]: /components/binary_sensor.danfoss_air/ -[binary_sensor.homematicip_cloud docs]: /components/binary_sensor.homematicip_cloud/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.danfoss_air docs]: /components/danfoss_air#binary-sensor +[binary_sensor.homematicip_cloud docs]: /components/homematicip_cloud/ +[binary_sensor.trend docs]: /components/trend [blink docs]: /components/blink/ -[camera.amcrest docs]: /components/camera.amcrest/ -[camera.arlo docs]: /components/camera.arlo/ -[camera.canary docs]: /components/camera.canary/ +[camera.amcrest docs]: /components/amcrest +[camera.arlo docs]: /components/arlo#camera +[camera.canary docs]: /components/canary#camera [camera.ffmpeg docs]: /components/camera.ffmpeg/ -[camera.foscam docs]: /components/camera.foscam/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.ring docs]: /components/camera.ring/ -[camera.xiaomi docs]: /components/camera.xiaomi/ -[camera.yi docs]: /components/camera.yi/ -[climate.mill docs]: /components/climate.mill/ -[climate.radiotherm docs]: /components/climate.radiotherm/ +[camera.foscam docs]: /components/foscam +[camera.onvif docs]: /components/onvif +[camera.ring docs]: /components/ring#camera +[camera.xiaomi docs]: /components/xiaomi_aqara +[camera.yi docs]: /components/yi +[climate.mill docs]: /components/mill +[climate.radiotherm docs]: /components/radiotherm [cloud docs]: /components/cloud/ [config docs]: /components/config/ [danfoss_air docs]: /components/danfoss_air/ [device_tracker docs]: /components/device_tracker/ -[device_tracker.gpslogger docs]: /components/device_tracker.gpslogger/ +[device_tracker.gpslogger docs]: /components/gpslogger [dovado docs]: /components/dovado/ [emulated_hue docs]: /components/emulated_hue/ [emulated_roku docs]: /components/emulated_roku/ @@ -595,66 +595,66 @@ Experiencing issues introduced by this release? Please report them in our [issue [homematicip_cloud docs]: /components/homematicip_cloud/ [http docs]: /components/http/ [hue docs]: /components/hue/ -[image_processing.opencv docs]: /components/image_processing.opencv/ -[image_processing.qrcode docs]: /components/image_processing.qrcode/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.opencv docs]: /components/opencv +[image_processing.qrcode docs]: /components/qrcode +[image_processing.tensorflow docs]: /components/tensorflow [isy994 docs]: /components/isy994/ [lcn docs]: /components/lcn/ -[light.everlights docs]: /components/light.everlights/ -[light.hyperion docs]: /components/light.hyperion/ -[light.lcn docs]: /components/light.lcn/ -[light.lifx docs]: /components/light.lifx/ +[light.everlights docs]: /components/everlights +[light.hyperion docs]: /components/hyperion +[light.lcn docs]: /components/lcn#light +[light.lifx docs]: /components/lifx [light.mqtt docs]: /components/light.mqtt/ -[light.yeelight docs]: /components/light.yeelight/ +[light.yeelight docs]: /components/yeelight [locative docs]: /components/locative/ -[lock.zwave docs]: /components/lock.zwave/ +[lock.zwave docs]: /components/zwave#lock [lovelace docs]: /components/lovelace/ [luftdaten docs]: /components/luftdaten/ [lutron docs]: /components/lutron/ [map docs]: /components/map/ [media_extractor docs]: /components/media_extractor/ -[media_player.cast docs]: /components/media_player.cast/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.mpd docs]: /components/media_player.mpd/ -[media_player.pjlink docs]: /components/media_player.pjlink/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.songpal docs]: /components/media_player.songpal/ -[media_player.volumio docs]: /components/media_player.volumio/ +[media_player.cast docs]: /components/cast +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.firetv docs]: /components/androidtv +[media_player.mpd docs]: /components/mpd +[media_player.pjlink docs]: /components/pjlink +[media_player.plex docs]: /components/plex#media-player +[media_player.songpal docs]: /components/songpal +[media_player.volumio docs]: /components/volumio [modbus docs]: /components/modbus/ [mqtt docs]: /components/mqtt/ [nest docs]: /components/nest/ [notify docs]: /components/notify/ [rest_command docs]: /components/rest_command/ [sense docs]: /components/sense/ -[sensor.ambient_station docs]: /components/sensor.ambient_station/ -[sensor.asuswrt docs]: /components/sensor.asuswrt/ -[sensor.brottsplatskartan docs]: /components/sensor.brottsplatskartan/ -[sensor.co2signal docs]: /components/sensor.co2signal/ -[sensor.danfoss_air docs]: /components/sensor.danfoss_air/ -[sensor.dovado docs]: /components/sensor.dovado/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.fritzbox docs]: /components/sensor.fritzbox/ -[sensor.history_stats docs]: /components/sensor.history_stats/ -[sensor.imap docs]: /components/sensor.imap/ -[sensor.influxdb docs]: /components/sensor.influxdb/ -[sensor.integration docs]: /components/sensor.integration/ -[sensor.islamic_prayer_times docs]: /components/sensor.islamic_prayer_times/ -[sensor.lyft docs]: /components/sensor.lyft/ -[sensor.netatmo docs]: /components/sensor.netatmo/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.recollect_waste docs]: /components/sensor.recollect_waste/ -[sensor.rova docs]: /components/sensor.rova/ -[sensor.solaredge docs]: /components/sensor.solaredge/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.tibber docs]: /components/sensor.tibber/ -[sensor.transmission docs]: /components/sensor.transmission/ +[sensor.ambient_station docs]: /components/ambient_station +[sensor.asuswrt docs]: /components/asuswrt +[sensor.brottsplatskartan docs]: /components/brottsplatskartan +[sensor.co2signal docs]: /components/co2signal +[sensor.danfoss_air docs]: /components/danfoss_air#sensor +[sensor.dovado docs]: /components/dovado#sensor +[sensor.filter docs]: /components/filter +[sensor.fritzbox docs]: /components/fritzbox#sensor +[sensor.history_stats docs]: /components/history_stats +[sensor.imap docs]: /components/imap +[sensor.influxdb docs]: /components/influxdb#sensor +[sensor.integration docs]: /components/integration +[sensor.islamic_prayer_times docs]: /components/islamic_prayer_times +[sensor.lyft docs]: /components/lyft +[sensor.netatmo docs]: /components/netatmo#sensor +[sensor.pollen docs]: /components/iqvia +[sensor.recollect_waste docs]: /components/recollect_waste +[sensor.rova docs]: /components/rova +[sensor.solaredge docs]: /components/solaredge +[sensor.sql docs]: /components/sql +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.tibber docs]: /components/tibber#sensor +[sensor.transmission docs]: /components/transmission [smartthings docs]: /components/smartthings/ -[switch.lcn docs]: /components/switch.lcn/ +[switch.lcn docs]: /components/lcn#switch [switch.mqtt docs]: /components/switch.mqtt/ [switch.rest docs]: /components/switch.rest/ -[switch.smartthings docs]: /components/switch.smartthings/ +[switch.smartthings docs]: /components/smartthings#switch [system_health docs]: /components/system_health/ [tellduslive docs]: /components/tellduslive/ [tibber docs]: /components/tibber/ diff --git a/source/_posts/2019-02-20-release-88.markdown b/source/_posts/2019-02-20-release-88.markdown index a9dac153d3a..014c90da34c 100644 --- a/source/_posts/2019-02-20-release-88.markdown +++ b/source/_posts/2019-02-20-release-88.markdown @@ -85,10 +85,10 @@ Note for custom component developers: We are moving to a new file structure. Mor [@dmulcahey]: https://github.com/dmulcahey [@elupus]: https://github.com/elupus [ambient_station docs]: /components/ambient_station/ -[light.yeelight docs]: /components/light.yeelight/ -[media_player.plex docs]: /components/media_player.plex/ -[media_player.samsungtv docs]: /components/media_player.samsungtv/ -[sensor.imap_email_content docs]: /components/sensor.imap_email_content/ +[light.yeelight docs]: /components/yeelight +[media_player.plex docs]: /components/plex#media-player +[media_player.samsungtv docs]: /components/samsungtv +[sensor.imap_email_content docs]: /components/imap_email_content/ [zha docs]: /components/zha/ ## Release 0.88.2 - February 27 @@ -112,7 +112,7 @@ Note for custom component developers: We are moving to a new file structure. Mor [@conleydg]: https://github.com/conleydg [@syssi]: https://github.com/syssi [@yosilevy]: https://github.com/yosilevy -[light.flux_led docs]: /components/light.flux_led/ +[light.flux_led docs]: /components/flux_led [person docs]: /components/person/ [scene docs]: /components/scene/ [smartthings docs]: /components/smartthings/ @@ -621,7 +621,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [abode docs]: /components/abode/ [ads docs]: /components/ads/ [air_quality docs]: /components/air_quality/ -[alarm_control_panel.abode docs]: /components/alarm_control_panel.abode/ +[alarm_control_panel.abode docs]: /components/abode [alarmdecoder docs]: /components/alarmdecoder/ [ambient_station docs]: /components/ambient_station/ [amcrest docs]: /components/amcrest/ @@ -629,15 +629,15 @@ Experiencing issues introduced by this release? Please report them in our [issue [apcupsd docs]: /components/apcupsd/ [apple_tv docs]: /components/apple_tv/ [august docs]: /components/august/ -[binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/ +[binary_sensor.bayesian docs]: /components/bayesian [binary_sensor.modbus docs]: /components/binary_sensor.modbus/ [blink docs]: /components/blink/ [cast docs]: /components/cast/ -[climate.coolmaster docs]: /components/climate.coolmaster/ -[climate.flexit docs]: /components/climate.flexit/ +[climate.coolmaster docs]: /components/coolmaster +[climate.flexit docs]: /components/flexit [climate.modbus docs]: /components/climate.modbus/ -[climate.xs1 docs]: /components/climate.xs1/ -[cover.velux docs]: /components/cover.velux/ +[climate.xs1 docs]: /components/xs1 +[cover.velux docs]: /components/velux [deconz docs]: /components/deconz/ [default_config docs]: /components/default_config/ [device_tracker docs]: /components/device_tracker/ @@ -659,18 +659,18 @@ Experiencing issues introduced by this release? Please report them in our [issue [ipma docs]: /components/ipma/ [isy994 docs]: /components/isy994/ [knx docs]: /components/knx/ -[light.ads docs]: /components/light.ads/ -[light.flux_led docs]: /components/light.flux_led/ -[light.hyperion docs]: /components/light.hyperion/ +[light.ads docs]: /components/ads#light +[light.flux_led docs]: /components/flux_led +[light.hyperion docs]: /components/hyperion [light.knx docs]: /components/light.knx/ [light.rflink docs]: /components/light.rflink/ -[light.tplink docs]: /components/light.tplink/ +[light.tplink docs]: /components/tplink [lock docs]: /components/lock/ [media_extractor docs]: /components/media_extractor/ -[media_player.denonavr docs]: /components/media_player.denonavr/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.universal docs]: /components/media_player.universal/ -[media_player.yamaha docs]: /components/media_player.yamaha/ +[media_player.denonavr docs]: /components/denonavr/ +[media_player.firetv docs]: /components/androidtv +[media_player.universal docs]: /components/universal +[media_player.yamaha docs]: /components/yamaha [modbus docs]: /components/modbus/ [mqtt docs]: /components/mqtt/ [mythicbeastsdns docs]: /components/mythicbeastsdns/ @@ -684,36 +684,36 @@ Experiencing issues introduced by this release? Please report them in our [issue [python_script docs]: /components/python_script/ [rflink docs]: /components/rflink/ [script docs]: /components/script/ -[sensor.ambient_station docs]: /components/sensor.ambient_station/ -[sensor.co2signal docs]: /components/sensor.co2signal/ -[sensor.cpuspeed docs]: /components/sensor.cpuspeed/ -[sensor.darksky docs]: /components/sensor.darksky/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.ebusd docs]: /components/sensor.ebusd/ -[sensor.fastdotcom docs]: /components/sensor.fastdotcom/ -[sensor.github docs]: /components/sensor.github/ -[sensor.gtfs docs]: /components/sensor.gtfs/ -[sensor.imap docs]: /components/sensor.imap/ -[sensor.integration docs]: /components/sensor.integration/ -[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ -[sensor.miflora docs]: /components/sensor.miflora/ +[sensor.ambient_station docs]: /components/ambient_station +[sensor.co2signal docs]: /components/co2signal +[sensor.cpuspeed docs]: /components/cpuspeed +[sensor.darksky docs]: /components/darksky +[sensor.dsmr docs]: /components/dsmr +[sensor.ebusd docs]: /components/ebusd +[sensor.fastdotcom docs]: /components/fastdotcom +[sensor.github docs]: /components/github +[sensor.gtfs docs]: /components/gtfs +[sensor.imap docs]: /components/imap +[sensor.integration docs]: /components/integration +[sensor.jewish_calendar docs]: /components/jewish_calendar +[sensor.miflora docs]: /components/miflora [sensor.modbus docs]: /components/sensor.modbus/ -[sensor.rejseplanen docs]: /components/sensor.rejseplanen/ -[sensor.speedtest docs]: /components/sensor.speedtest/ -[sensor.speedtestdotnet docs]: /components/sensor.speedtestdotnet/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.ted5000 docs]: /components/sensor.ted5000/ -[sensor.thermoworks_smoke docs]: /components/sensor.thermoworks_smoke/ -[sensor.xs1 docs]: /components/sensor.xs1/ +[sensor.rejseplanen docs]: /components/rejseplanen +[sensor.speedtest docs]: /components/speedtestdotnet +[sensor.speedtestdotnet docs]: /components/speedtestdotnetdotnet/ +[sensor.sql docs]: /components/sql +[sensor.ted5000 docs]: /components/ted5000 +[sensor.thermoworks_smoke docs]: /components/thermoworks_smoke +[sensor.xs1 docs]: /components/xs1#sensors [smartthings docs]: /components/smartthings/ [smhi docs]: /components/smhi/ [speedtestdotnet docs]: /components/speedtestdotnet/ [spider docs]: /components/spider/ -[switch.broadlink docs]: /components/switch.broadlink/ +[switch.broadlink docs]: /components/broadlink#switch [switch.modbus docs]: /components/switch.modbus/ -[switch.switchmate docs]: /components/switch.switchmate/ -[switch.tplink docs]: /components/switch.tplink/ -[switch.xs1 docs]: /components/switch.xs1/ +[switch.switchmate docs]: /components/switchmate +[switch.tplink docs]: /components/tplink +[switch.xs1 docs]: /components/xs1 [system_health docs]: /components/system_health/ [system_log docs]: /components/system_log/ [thethingsnetwork docs]: /components/thethingsnetwork/ diff --git a/source/_posts/2019-03-13-release-89.markdown b/source/_posts/2019-03-13-release-89.markdown index 50512c63fb0..058ada9b6f1 100644 --- a/source/_posts/2019-03-13-release-89.markdown +++ b/source/_posts/2019-03-13-release-89.markdown @@ -84,7 +84,7 @@ __Existing SmartThings configuration entries will be removed,__ including the Sm [blink docs]: /components/blink/ [homematicip_cloud docs]: /components/homematicip_cloud/ [neato docs]: /components/neato/ -[sensor.google_travel_time docs]: /components/sensor.google_travel_time/ +[sensor.google_travel_time docs]: /components/google_travel_time [water_heater docs]: /components/water_heater/ [webostv docs]: /components/webostv/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ @@ -104,7 +104,7 @@ __Existing SmartThings configuration entries will be removed,__ including the Sm [@awarecan]: https://github.com/awarecan [@dshokouhi]: https://github.com/dshokouhi [@kstaniek]: https://github.com/kstaniek -[binary_sensor.tod docs]: /components/binary_sensor.tod/ +[binary_sensor.tod docs]: /components/tod [http docs]: /components/http/ [neato docs]: /components/neato/ [smartthings docs]: /components/smartthings/ @@ -624,14 +624,14 @@ Experiencing issues introduced by this release? Please report them in our [issue [ads docs]: /components/ads/ [air_quality docs]: /components/air_quality/ [ambient_station docs]: /components/ambient_station/ -[binary_sensor.hikvision docs]: /components/binary_sensor.hikvision/ -[binary_sensor.nissan_leaf docs]: /components/binary_sensor.nissan_leaf/ +[binary_sensor.hikvision docs]: /components/hikvision +[binary_sensor.nissan_leaf docs]: /components/nissan_leaf [binary_sensor.rest docs]: /components/binary_sensor.rest/ -[binary_sensor.tod docs]: /components/binary_sensor.tod/ -[binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.tod docs]: /components/tod +[binary_sensor.trend docs]: /components/trend [config docs]: /components/config/ [cover docs]: /components/cover/ -[cover.lcn docs]: /components/cover.lcn/ +[cover.lcn docs]: /components/lcn#cover [danfoss_air docs]: /components/danfoss_air/ [deconz docs]: /components/deconz/ [device_tracker docs]: /components/device_tracker/ @@ -646,20 +646,20 @@ Experiencing issues introduced by this release? Please report them in our [issue [http docs]: /components/http/ [hue docs]: /components/hue/ [ihc docs]: /components/ihc/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.tensorflow docs]: /components/tensorflow [insteon docs]: /components/insteon/ [iperf3 docs]: /components/iperf3/ [knx docs]: /components/knx/ [lcn docs]: /components/lcn/ -[light.rpi_gpio_pwm docs]: /components/light.rpi_gpio_pwm/ -[light.tplink docs]: /components/light.tplink/ -[light.yeelight docs]: /components/light.yeelight/ +[light.rpi_gpio_pwm docs]: /components/rpi_gpio_pwm +[light.tplink docs]: /components/tplink +[light.yeelight docs]: /components/yeelight [lutron docs]: /components/lutron/ [media_extractor docs]: /components/media_extractor/ -[media_player.anthemav docs]: /components/media_player.anthemav/ -[media_player.firetv docs]: /components/media_player.firetv/ -[media_player.panasonic_viera docs]: /components/media_player.panasonic_viera/ -[media_player.philips_js docs]: /components/media_player.philips_js/ +[media_player.anthemav docs]: /components/anthemav +[media_player.firetv docs]: /components/androidtv +[media_player.panasonic_viera docs]: /components/panasonic_viera +[media_player.philips_js docs]: /components/philips_js [meteo_france docs]: /components/meteo_france/ [mobile_app docs]: /components/mobile_app/ [modbus docs]: /components/modbus/ @@ -675,44 +675,44 @@ Experiencing issues introduced by this release? Please report them in our [issue [prometheus docs]: /components/prometheus/ [ps4 docs]: /components/ps4/ [raspihats docs]: /components/raspihats/ -[sensor.airvisual docs]: /components/sensor.airvisual/ +[sensor.airvisual docs]: /components/airvisual [sensor.buienradar docs]: /components/sensor.buienradar/ -[sensor.crimereports docs]: /components/sensor.crimereports/ -[sensor.discogs docs]: /components/sensor.discogs/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.etherscan docs]: /components/sensor.etherscan/ -[sensor.filter docs]: /components/sensor.filter/ -[sensor.glances docs]: /components/sensor.glances/ -[sensor.google_travel_time docs]: /components/sensor.google_travel_time/ -[sensor.gtfs docs]: /components/sensor.gtfs/ -[sensor.iperf3 docs]: /components/sensor.iperf3/ -[sensor.linky docs]: /components/sensor.linky/ -[sensor.meteo_france docs]: /components/sensor.meteo_france/ -[sensor.mitemp_bt docs]: /components/sensor.mitemp_bt/ -[sensor.nissan_leaf docs]: /components/sensor.nissan_leaf/ -[sensor.nmbs docs]: /components/sensor.nmbs/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.reddit docs]: /components/sensor.reddit/ -[sensor.rest docs]: /components/sensor.rest/ -[sensor.ripple docs]: /components/sensor.ripple/ -[sensor.rova docs]: /components/sensor.rova/ -[sensor.scrape docs]: /components/sensor.scrape/ -[sensor.shodan docs]: /components/sensor.shodan/ -[sensor.sochain docs]: /components/sensor.sochain/ -[sensor.sql docs]: /components/sensor.sql/ -[sensor.starlingbank docs]: /components/sensor.starlingbank/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[sensor.crimereports docs]: /components/crimereports +[sensor.discogs docs]: /components/discogs +[sensor.dsmr docs]: /components/dsmr +[sensor.etherscan docs]: /components/etherscan +[sensor.filter docs]: /components/filter +[sensor.glances docs]: /components/glances +[sensor.google_travel_time docs]: /components/google_travel_time +[sensor.gtfs docs]: /components/gtfs +[sensor.iperf3 docs]: /components/iperf3 +[sensor.linky docs]: /components/linky +[sensor.meteo_france docs]: /components/meteo_france +[sensor.mitemp_bt docs]: /components/mitemp_bt +[sensor.nissan_leaf docs]: /components/nissan_leaf +[sensor.nmbs docs]: /components/nmbs +[sensor.pollen docs]: /components/iqvia +[sensor.reddit docs]: /components/reddit +[sensor.rest docs]: /components/rest +[sensor.ripple docs]: /components/ripple +[sensor.rova docs]: /components/rova +[sensor.scrape docs]: /components/scrape +[sensor.shodan docs]: /components/shodan +[sensor.sochain docs]: /components/sochain +[sensor.sql docs]: /components/sql +[sensor.starlingbank docs]: /components/starlingbank +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.waze_travel_time docs]: /components/waze_travel_time [simplisafe docs]: /components/simplisafe/ [smartthings docs]: /components/smartthings/ [smhi docs]: /components/smhi/ [snips docs]: /components/snips/ [sonos docs]: /components/sonos/ -[switch.nissan_leaf docs]: /components/switch.nissan_leaf/ -[switch.sony_projector docs]: /components/switch.sony_projector/ -[switch.switchbot docs]: /components/switch.switchbot/ -[switch.switchmate docs]: /components/switch.switchmate/ -[switch.tplink docs]: /components/switch.tplink/ +[switch.nissan_leaf docs]: /components/nissan_leaf +[switch.sony_projector docs]: /components/sony_projector +[switch.switchbot docs]: /components/switchbot +[switch.switchmate docs]: /components/switchmate +[switch.tplink docs]: /components/tplink [system_log docs]: /components/system_log/ [tahoma docs]: /components/tahoma/ [telegram_bot docs]: /components/telegram_bot/ @@ -724,9 +724,9 @@ Experiencing issues introduced by this release? Please report them in our [issue [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [velux docs]: /components/velux/ [water_heater docs]: /components/water_heater/ -[weather.met docs]: /components/weather.met/ -[weather.meteo_france docs]: /components/weather.meteo_france/ -[weather.openweathermap docs]: /components/weather.openweathermap/ +[weather.met docs]: /components/met +[weather.meteo_france docs]: /components/meteo_france/ +[weather.openweathermap docs]: /components/openweathermap#weather [websocket_api docs]: /components/websocket_api/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ diff --git a/source/_posts/2019-03-20-release-90.markdown b/source/_posts/2019-03-20-release-90.markdown index 2396c3647ae..31bdfb92074 100644 --- a/source/_posts/2019-03-20-release-90.markdown +++ b/source/_posts/2019-03-20-release-90.markdown @@ -141,8 +141,8 @@ Experiencing issues introduced by this release? Please report them in our [issue - __http.api_password__ - __Deprecated__ - Users who are still using api_password for authentication will need to move its configuration under auth_providers. Please see the [updated documentation](/docs/authentication/providers/#legacy-api-password) for further details. Those who don't make this change will see an INFO level reminder in the Home Assistant logs until the fix is made for a time, but please note, __api_password authentication will eventually be removed completely__ and we advise users to change to use one of the [other authentication methods](/docs/authentication/providers/#available-auth-providers). If you manually specify auth providers in your `configuration.yaml`, you will need to migrate your API Password from the http section to the auth provider section to continue using it. ([@awarecan] - [#21884]) ([api docs]) ([frontend docs]) ([hassio docs]) ([http docs]) ([mqtt docs]) ([websocket_api docs]) ([zeroconf docs]) ([camera.proxy docs]) - __Default Config__ - Default config no longer contains the discovery component. That is now part of the initial written configuration.yaml. If you rely on default config and want to use discovery, add `discovery:` back to your configuration.yaml. - __Netatmo__ - * Added support for multiple Netatmo thermostats/valves allowing the user to specify different homes or rooms! Please check the [updated documentation](/components/climate.netatmo/) for configuration details. ([@shanbs] - [#19407]) ([netatmo docs]) ([climate.netatmo docs]) - * `current_operation` will no longer return the the boiler status, but the operation_mode. For example, heat, cool, or idle. Please check the [updated documentation](/components/climate.netatmo/) for more details. ([@shanbs] - [#21633]) ([netatmo docs]) + * Added support for multiple Netatmo thermostats/valves allowing the user to specify different homes or rooms! Please check the [updated documentation](/components/netatmo#climate) for configuration details. ([@shanbs] - [#19407]) ([netatmo docs]) ([climate.netatmo docs]) + * `current_operation` will no longer return the the boiler status, but the operation_mode. For example, heat, cool, or idle. Please check the [updated documentation](/components/netatmo#climate) for more details. ([@shanbs] - [#21633]) ([netatmo docs]) - __Utility Meter__ - Currently the offset configuration parameter is an integer that limits daily cycles to have offsets in days, monthly cycles to have offsets in months, etc. This change increases the flexibility of offset by making it a more flexible time period that can be described in a combination of hours, days, months, etc. This makes it possible for a yearly cycle to start at a given day of a given month. Please see the [updated documentation](/components/utility_meter/) for the new configuration options. ([@dgomes] - [#20926]) ([utility_meter docs]) - __KNX__ - An update for xknx to version 0.10.0 requires users to update their configuration by changing `target_temperature_address` to `target_temperature_state_address`. Other fixes and features: @@ -704,7 +704,7 @@ Users will need to change `- platform: firetv` to `- platform: androidtv` in the [@zemerick1]: https://github.com/zemerick1 [@zewelor]: https://github.com/zewelor [air_quality docs]: /components/air_quality/ -[alarm_control_panel.manual_mqtt docs]: /components/alarm_control_panel.manual_mqtt/ +[alarm_control_panel.manual_mqtt docs]: /components/manual_mqtt/ [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ [alarmdecoder docs]: /components/alarmdecoder/ [alert docs]: /components/alert/ @@ -717,20 +717,20 @@ Users will need to change `- platform: firetv` to `- platform: androidtv` in the [auth docs]: /components/auth/ [automation docs]: /components/automation/ [automation.mqtt docs]: /docs/automation/trigger/#mqtt-trigger -[binary_sensor.trend docs]: /components/binary_sensor.trend/ -[binary_sensor.workday docs]: /components/binary_sensor.workday/ +[binary_sensor.trend docs]: /components/trend +[binary_sensor.workday docs]: /components/workday [camera docs]: /components/camera/ [camera.ffmpeg docs]: /components/camera.ffmpeg/ -[camera.generic docs]: /components/camera.generic/ -[camera.onvif docs]: /components/camera.onvif/ -[camera.proxy docs]: /components/camera.proxy/ -[camera.xeoma docs]: /components/camera.xeoma/ +[camera.generic docs]: /components/generic +[camera.onvif docs]: /components/onvif +[camera.proxy docs]: /components/proxy +[camera.xeoma docs]: /components/xeoma [cast docs]: /components/cast/ [cisco_mobility_express docs]: /components/cisco_mobility_express/ -[climate.ephember docs]: /components/climate.ephember/ -[climate.eq3btsmart docs]: /components/climate.eq3btsmart/ -[climate.honeywell docs]: /components/climate.honeywell/ -[climate.netatmo docs]: /components/climate.netatmo/ +[climate.ephember docs]: /components/ephember +[climate.eq3btsmart docs]: /components/eq3btsmart +[climate.honeywell docs]: /components/honeywell +[climate.netatmo docs]: /components/netatmo#climate [cloud docs]: /components/cloud/ [config docs]: /components/config/ [default_config docs]: /components/default_config/ @@ -749,24 +749,24 @@ Users will need to change `- platform: firetv` to `- platform: androidtv` in the [ifttt docs]: /components/ifttt/ [ihc docs]: /components/ihc/ [image_processing docs]: /components/image_processing/ -[image_processing.opencv docs]: /components/image_processing.opencv/ -[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[image_processing.opencv docs]: /components/opencv +[image_processing.tensorflow docs]: /components/tensorflow [knx docs]: /components/knx/ [konnected docs]: /components/konnected/ [lametric docs]: /components/lametric/ [lifx docs]: /components/lifx/ [light docs]: /components/light/ -[light.flux_led docs]: /components/light.flux_led/ -[light.ihc docs]: /components/light.ihc/ -[light.mystrom docs]: /components/light.mystrom/ -[light.nanoleaf docs]: /components/light.nanoleaf/ +[light.flux_led docs]: /components/flux_led +[light.ihc docs]: /components/ihc#light +[light.mystrom docs]: /components/mystrom#light +[light.nanoleaf docs]: /components/nanoleaf [logbook docs]: /components/logbook/ [lutron docs]: /components/lutron/ [media_extractor docs]: /components/media_extractor/ -[media_player.anthemav docs]: /components/media_player.anthemav/ -[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ -[media_player.enigma2 docs]: /components/media_player.enigma2/ -[media_player.firetv docs]: /components/media_player.firetv/ +[media_player.anthemav docs]: /components/anthemav +[media_player.dlna_dmr docs]: /components/dlna_dmr +[media_player.enigma2 docs]: /components/enigma2 +[media_player.firetv docs]: /components/androidtv [mobile_app docs]: /components/mobile_app/ [modbus docs]: /components/modbus/ [mqtt docs]: /components/mqtt/ @@ -774,41 +774,41 @@ Users will need to change `- platform: firetv` to `- platform: androidtv` in the [ness_alarm docs]: /components/ness_alarm/ [netatmo docs]: /components/netatmo/ [notify docs]: /components/notify/ -[notify.sendgrid docs]: /components/notify.sendgrid/ +[notify.sendgrid docs]: /components/sendgrid [onboarding docs]: /components/onboarding/ [openuv docs]: /components/openuv/ [owntracks docs]: /components/owntracks/ [ps4 docs]: /components/ps4/ [rainmachine docs]: /components/rainmachine/ [remote docs]: /components/remote/ -[remote.harmony docs]: /components/remote.harmony/ +[remote.harmony docs]: /components/harmony [satel_integra docs]: /components/satel_integra/ [scene docs]: /components/scene/ [script docs]: /components/script/ [sense docs]: /components/sense/ -[sensor.arwn docs]: /components/sensor.arwn/ -[sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ -[sensor.discogs docs]: /components/sensor.discogs/ -[sensor.dsmr docs]: /components/sensor.dsmr/ -[sensor.flunearyou docs]: /components/sensor.flunearyou/ -[sensor.loopenergy docs]: /components/sensor.loopenergy/ -[sensor.mopar docs]: /components/sensor.mopar/ -[sensor.mqtt_room docs]: /components/sensor.mqtt_room/ -[sensor.netdata docs]: /components/sensor.netdata/ -[sensor.nmbs docs]: /components/sensor.nmbs/ -[sensor.pollen docs]: /components/sensor.pollen/ -[sensor.seventeentrack docs]: /components/sensor.seventeentrack/ -[sensor.starlingbank docs]: /components/sensor.starlingbank/ -[sensor.synologydsm docs]: /components/sensor.synologydsm/ -[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ -[sensor.whois docs]: /components/sensor.whois/ +[sensor.arwn docs]: /components/arwn +[sensor.deutsche_bahn docs]: /components/deutsche_bahn +[sensor.discogs docs]: /components/discogs +[sensor.dsmr docs]: /components/dsmr +[sensor.flunearyou docs]: /components/flunearyou +[sensor.loopenergy docs]: /components/loopenergy +[sensor.mopar docs]: /components/mopar +[sensor.mqtt_room docs]: /components/mqtt_room +[sensor.netdata docs]: /components/netdata +[sensor.nmbs docs]: /components/nmbs +[sensor.pollen docs]: /components/iqvia +[sensor.seventeentrack docs]: /components/seventeentrack +[sensor.starlingbank docs]: /components/starlingbank +[sensor.synologydsm docs]: /components/synologydsm +[sensor.systemmonitor docs]: /components/systemmonitor +[sensor.waze_travel_time docs]: /components/waze_travel_time +[sensor.whois docs]: /components/whois [smartthings docs]: /components/smartthings/ [snips docs]: /components/snips/ [sonos docs]: /components/sonos/ [stream docs]: /components/stream/ -[switch.mystrom docs]: /components/switch.mystrom/ -[switch.vesync docs]: /components/switch.vesync/ +[switch.mystrom docs]: /components/mystrom#switch +[switch.vesync docs]: /components/vesync#switches [tado docs]: /components/tado/ [tellstick docs]: /components/tellstick/ [tesla docs]: /components/tesla/ diff --git a/source/_posts/2019-04-03-release-91.markdown b/source/_posts/2019-04-03-release-91.markdown index 6c49f91e887..0753c7c9493 100644 --- a/source/_posts/2019-04-03-release-91.markdown +++ b/source/_posts/2019-04-03-release-91.markdown @@ -812,7 +812,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [panel_iframe docs]: /components/panel_iframe/ [picotts docs]: /components/picotts/ [plex docs]: /components/plex/ -[pollen docs]: /components/pollen/ +[pollen docs]: /components/iqvia [prometheus docs]: /components/prometheus/ [ps4 docs]: /components/ps4/ [push docs]: /components/push/ diff --git a/source/_posts/2019-04-24-release-92.markdown b/source/_posts/2019-04-24-release-92.markdown index 58984611a7c..79a18f4f204 100644 --- a/source/_posts/2019-04-24-release-92.markdown +++ b/source/_posts/2019-04-24-release-92.markdown @@ -1007,7 +1007,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [geo_rss_events docs]: /components/geo_rss_events/ [geofency docs]: /components/geofency/ [glances docs]: /components/glances/ -[google docs]: /components/google/ +[google docs]: /components/google_translate [google_assistant docs]: /components/google_assistant/ [google_translate docs]: /components/google_translate/ [gpslogger docs]: /components/gpslogger/ diff --git a/source/_posts/2019-05-16-release-93.markdown b/source/_posts/2019-05-16-release-93.markdown index a46cff8fdf9..fb48af10c6b 100644 --- a/source/_posts/2019-05-16-release-93.markdown +++ b/source/_posts/2019-05-16-release-93.markdown @@ -779,7 +779,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [geniushub docs]: /components/geniushub/ [geofency docs]: /components/geofency/ [glances docs]: /components/glances/ -[google docs]: /components/google/ +[google docs]: /components/google_translate [google_assistant docs]: /components/google_assistant/ [greeneye_monitor docs]: /components/greeneye_monitor/ [hangouts docs]: /components/hangouts/ @@ -828,7 +828,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [panasonic_bluray docs]: /components/panasonic_bluray/ [philips_js docs]: /components/philips_js/ [plex docs]: /components/plex/ -[pollen docs]: /components/pollen/ +[pollen docs]: /components/iqvia [ps4 docs]: /components/ps4/ [ptvsd docs]: /components/ptvsd/ [rainmachine docs]: /components/rainmachine/ diff --git a/source/_posts/2019-06-26-release-95.markdown b/source/_posts/2019-06-26-release-95.markdown index da96308d03c..9aa7da8d909 100644 --- a/source/_posts/2019-06-26-release-95.markdown +++ b/source/_posts/2019-06-26-release-95.markdown @@ -720,7 +720,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [geniushub docs]: /components/geniushub/ [gitlab_ci docs]: /components/gitlab_ci/ [glances docs]: /components/glances/ -[google docs]: /components/google/ +[google docs]: /components/google_translate [google_assistant docs]: /components/google_assistant/ [google_cloud docs]: /components/google_cloud/ [heos docs]: /components/heos/ @@ -785,7 +785,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [velbus docs]: /components/velbus/ [velux docs]: /components/velux/ [vera docs]: /components/vera/ -[vlc_telnet docs]: /components/vlc-telnet/ +[vlc_telnet docs]: /components/vlc_telnet [waze_travel_time docs]: /components/waze_travel_time/ [webostv docs]: /components/webostv/ [websocket_api docs]: /components/websocket_api/ diff --git a/source/_posts/2019-08-07-release-97.markdown b/source/_posts/2019-08-07-release-97.markdown index c1601dedffb..c2b58c12af7 100644 --- a/source/_posts/2019-08-07-release-97.markdown +++ b/source/_posts/2019-08-07-release-97.markdown @@ -803,7 +803,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [rejseplanen docs]: /components/rejseplanen/ [remote docs]: /components/remote/ [ring docs]: /components/ring/ -[ritassist docs]: /components/ritassist/ +[ritassist docs]: /components/fleetgo [roku docs]: /components/roku/ [roomba docs]: /components/roomba/ [samsungtv docs]: /components/samsungtv/ diff --git a/source/_posts/2019-09-18-release-99.markdown b/source/_posts/2019-09-18-release-99.markdown index 59fbbae4841..b3bff518efd 100644 --- a/source/_posts/2019-09-18-release-99.markdown +++ b/source/_posts/2019-09-18-release-99.markdown @@ -805,7 +805,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [webhook docs]: /components/webhook/ [withings docs]: /components/withings/ [wwlln docs]: /components/wwlln/ -[xiaomi docs]: /components/xiaomi/ +[xiaomi docs]: /components/xiaomi_aqara [yeelight docs]: /components/yeelight/ [zha docs]: /components/zha/ [zhong_hong docs]: /components/zhong_hong/ diff --git a/source/getting-started/presence-detection.markdown b/source/getting-started/presence-detection.markdown index 8cd1e9d1901..e3ff888bfd1 100644 --- a/source/getting-started/presence-detection.markdown +++ b/source/getting-started/presence-detection.markdown @@ -34,12 +34,12 @@ The map view will hide all devices that are home. [routers]: /components/#presence-detection -[nmap]: /components/device_tracker.nmap_tracker/ -[ha-bluetooth]: /components/device_tracker.bluetooth_tracker/ -[ha-bluetooth-le]: /components/device_tracker.bluetooth_le_tracker/ +[nmap]: /components/nmap_tracker +[ha-bluetooth]: /components/bluetooth_tracker +[ha-bluetooth-le]: /components/bluetooth_le_tracker [ha-owntracks]: /components/owntracks/ -[ha-locative]: /components/device_tracker.locative/ -[ha-gpslogger]: /components/device_tracker.gpslogger/ +[ha-locative]: /components/locative +[ha-gpslogger]: /components/gpslogger [ha-presence]: /components/#presence-detection [mqtt-self]: /components/mqtt/#run-your-own [mqtt-cloud]: /components/mqtt/#cloudmqtt diff --git a/source/help/reporting_issues.markdown b/source/help/reporting_issues.markdown index 73c204d3177..52fbabaae11 100644 --- a/source/help/reporting_issues.markdown +++ b/source/help/reporting_issues.markdown @@ -32,7 +32,7 @@ There are many different ways to run Home Assistant. In this section please ment Please add the link to the documention of the integration/platform in question. E.g., -- issue with the `random` sensor: [/components/sensor.random/](/components/sensor.random/) +- issue with the `random` sensor: [/components/random#sensor](/components/random#sensor) - issue with the `hue` integration: [/components/hue/](/components/hue/) ### Description of problem