mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 12:17:01 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
46020fbb58
@ -7,6 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
redirect_from: /components/air_pollutants/
|
||||||
---
|
---
|
||||||
|
|
||||||
The `air_quality` gather information about the air quality and pollution details.
|
The `air_quality` gather information about the air quality and pollution details.
|
||||||
|
@ -11,6 +11,7 @@ logo: opensensemap.png
|
|||||||
ha_category: Health
|
ha_category: Health
|
||||||
ha_release: 0.85
|
ha_release: 0.85
|
||||||
ha_iot_class: "Cloud Polling"
|
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.
|
The `opensensemap` air quality platform will query the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor air quality sensor station.
|
||||||
|
@ -17,7 +17,6 @@ The `demo` platform allows you to use components which are providing a demo of t
|
|||||||
|
|
||||||
Available demo platforms:
|
Available demo platforms:
|
||||||
|
|
||||||
|
|
||||||
- [Air Quality](/components/air_quality/) (`air_quality`)
|
- [Air Quality](/components/air_quality/) (`air_quality`)
|
||||||
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
||||||
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
||||||
|
@ -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 `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.
|
Please note that UPnP or NAT-PMP needs to be enabled on your router for this component to work.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ footer: true
|
|||||||
- 📣 UI Editor for [map card]
|
- 📣 UI Editor for [map card]
|
||||||
- 🔧 [thermostat card] Step logic updated to match more-info behavior
|
- 🔧 [thermostat card] Step logic updated to match more-info behavior
|
||||||
- 🔧 [weather forecast card] Proper RTL support
|
- 🔧 [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 incorrect state display being cached
|
||||||
- 🔧 Fix `service-button` element `service_data` usage
|
- 🔧 Fix `service-button` element `service_data` usage
|
||||||
- 🔧 Fix `picture-elements` element positioning to account for card title
|
- 🔧 Fix `picture-elements` element positioning to account for card title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user