From 8ccd80db3d053ddadfaea2af775a743fb9a825dd Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Thu, 10 Jan 2019 02:10:09 -0600 Subject: [PATCH 1/4] typo (#8118) --- source/lovelace/changelog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 040c8fc7c2c..803fd9d4c3b 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -28,7 +28,7 @@ footer: true - 📣 UI Editor for [map card] - 🔧 [thermostat card] Step logic updated to match more-info behavior - 🔧 [weather forecast card] Proper RTL support -- 🔧 [thermostat car] Set minimum height of card +- 🔧 [thermostat card] Set minimum height of card - 🔧 Fix incorrect state display being cached - 🔧 Fix `service-button` element `service_data` usage - 🔧 Fix `picture-elements` element positioning to account for card title From bd15a1fc2627dae97c74b29de32ef4dde604b9c6 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Thu, 10 Jan 2019 13:33:18 +0000 Subject: [PATCH 2/4] Since 0.85 mapping is optional (#8120) --- source/_components/upnp.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/upnp.markdown b/source/_components/upnp.markdown index a3c3cd4d366..1c8aad7a87c 100644 --- a/source/_components/upnp.markdown +++ b/source/_components/upnp.markdown @@ -14,7 +14,7 @@ ha_release: 0.18 The `upnp` component enables you to collect network statistics from your router such as bytes in/out and packets in/out. This information is provided by the [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play)/[Internet Gateway Device (IGD) Protocol](https://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol) if enabled on your router. -The IGD automatically creates port forwarding mappings on your router for Home Assistant, exposing your installation to the internet. The mapping will never automatically expire. Upon stopping Home Assistant, the mapping will be removed from your router. +The IGD can automatically create port forwarding mappings on your router for Home Assistant, exposing your installation to the internet. The mapping will never automatically expire. Upon stopping Home Assistant, the mapping will be removed from your router. Please note that UPnP or NAT-PMP needs to be enabled on your router for this component to work. From 7495e107efc56c355c0596a320291f254178fd86 Mon Sep 17 00:00:00 2001 From: Eliseo Martelli Date: Wed, 9 Jan 2019 10:21:06 +0100 Subject: [PATCH 3/4] Renamed pollutants to air quality (#7901) * renamed pollutants to air quality * Update demo.markdown --- .../{air_pollutants.markdown => air_quality.markdown} | 6 +++--- ...nsensemap.markdown => air_quality.opensensemap.markdown} | 4 ++-- source/_components/demo.markdown | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename source/_components/{air_pollutants.markdown => air_quality.markdown} (75%) rename source/_components/{air_pollutants.opensensemap.markdown => air_quality.opensensemap.markdown} (86%) diff --git a/source/_components/air_pollutants.markdown b/source/_components/air_quality.markdown similarity index 75% rename from source/_components/air_pollutants.markdown rename to source/_components/air_quality.markdown index 1713a3c7cf7..edd421269c4 100644 --- a/source/_components/air_pollutants.markdown +++ b/source/_components/air_quality.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "Air Pollutants" -description: "Instructions on how to air pollutants sensors with Home Assistant" +title: "Air Quality" +description: "Instructions on how to add air quality sensors with Home Assistant" date: 2018-11-25 08:00 sidebar: true comments: false @@ -9,7 +9,7 @@ sharing: true footer: true --- -The `air_pollutants` gather information about the air quality and pollution details. +The `air_quality` gather information about the air quality and pollution details. The platforms cover the following levels (if they are available): diff --git a/source/_components/air_pollutants.opensensemap.markdown b/source/_components/air_quality.opensensemap.markdown similarity index 86% rename from source/_components/air_pollutants.opensensemap.markdown rename to source/_components/air_quality.opensensemap.markdown index 7c79058e35e..b294a95e8bb 100644 --- a/source/_components/air_pollutants.opensensemap.markdown +++ b/source/_components/air_quality.opensensemap.markdown @@ -13,7 +13,7 @@ ha_release: 0.85 ha_iot_class: "Cloud Polling" --- -The `opensensemap` air pollutants platform will query the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor air quality sensor station. +The `opensensemap` air quality platform will query the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor air quality sensor station. ## {% linkable_title Setup %} @@ -25,7 +25,7 @@ To enable this platform, add the following lines to your `configuration.yaml` fi ```yaml # Example configuration.yaml entry -air_pollutants: +air_quality: - platform: opensensemap station_id: STATION_ID ``` diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown index 8b0ac25e3c5..8eccea14537 100644 --- a/source/_components/demo.markdown +++ b/source/_components/demo.markdown @@ -17,7 +17,7 @@ The `demo` platform allows you to use components which are providing a demo of t Available demo platforms: -- [Air Pollutants]((/components/air_pollutants/) (`air_pollutants`) +- [Air Quality](/components/air_quality/) (`air_quality`) - [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`) - [Binary sensor](/components/binary_sensor/) (`binary_sensor`) - [Camera](/components/camera/) (`camera`) From 08e6a3d4bc46ed5d2b739299de38ab9d55927d6a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Jan 2019 15:24:04 +0100 Subject: [PATCH 4/4] Add redirect (#8122) --- source/_components/air_quality.markdown | 1 + source/_components/air_quality.opensensemap.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_components/air_quality.markdown b/source/_components/air_quality.markdown index edd421269c4..26d62f2f489 100644 --- a/source/_components/air_quality.markdown +++ b/source/_components/air_quality.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +redirect_from: /components/air_pollutants/ --- The `air_quality` gather information about the air quality and pollution details. diff --git a/source/_components/air_quality.opensensemap.markdown b/source/_components/air_quality.opensensemap.markdown index b294a95e8bb..72c73883f05 100644 --- a/source/_components/air_quality.opensensemap.markdown +++ b/source/_components/air_quality.opensensemap.markdown @@ -11,6 +11,7 @@ logo: opensensemap.png ha_category: Health ha_release: 0.85 ha_iot_class: "Cloud Polling" +redirect_from: /components/air_pollutants.opensensemap/ --- The `opensensemap` air quality platform will query the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor air quality sensor station.