mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
b015fab724
@ -107,8 +107,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2022
|
||||
current_minor_version: 8
|
||||
current_patch_version: 1
|
||||
date_released: 2022-08-04
|
||||
current_patch_version: 2
|
||||
date_released: 2022-08-07
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -24,7 +24,7 @@ There is [an issue](https://github.com/rabbitmq/rabbitmq-server/issues/154) with
|
||||
|
||||
## Connect to a public broker
|
||||
|
||||
The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, confiure the MQTT integration to connect to broker `test.mosquitto.org` on port 1183 or 8883.
|
||||
The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, configure the MQTT integration to connect to broker `test.mosquitto.org` on port 1183 or 8883.
|
||||
|
||||
<div class='note'>
|
||||
|
||||
|
@ -440,10 +440,10 @@ The entity id is automatically generated from the entity's name. All MQTT entity
|
||||
```json
|
||||
{
|
||||
"name":"My Super Device",
|
||||
"object_id":"device1",
|
||||
"object_id":"my_super_device",
|
||||
"state_topic": "homeassistant/sensor/device1/state"
|
||||
}
|
||||
```
|
||||
|
||||
In the example above, the entity_id will be `sensor.device1` instead of `sensor.my_super_device`.
|
||||
In the example above, the entity_id will be `sensor.my_super_device` instead of `sensor.device1`.
|
||||
|
||||
|
@ -25,7 +25,7 @@ The Advantage Air integration allows you to control [Advantage Air](https://www.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
The wall-mounted Android table running the [MyPlace](https://play.google.com/store/apps/details?id=com.air.advantage.myair5), [e-zone](https://play.google.com/store/apps/details?id=com.air.advantage.ezone), or [zone10e](https://play.google.com/store/apps/details?id=com.air.advantage.zone10) must have a static IP, which you will enter on the integrations page in Home Assistant.
|
||||
The wall-mounted Android tablet running the [MyPlace](https://play.google.com/store/apps/details?id=com.air.advantage.myair5), [e-zone](https://play.google.com/store/apps/details?id=com.air.advantage.ezone), or [zone10e](https://play.google.com/store/apps/details?id=com.air.advantage.zone10) must have a static IP, which you will enter on the integrations page in Home Assistant.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
|
@ -9,7 +9,7 @@ ha_release: 0.81
|
||||
ha_domain: rflink
|
||||
---
|
||||
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
|
||||
First, you have to set up your [RFLink hub](/integrations/rflink/).
|
||||
|
||||
|
@ -9,7 +9,7 @@ ha_release: 0.55
|
||||
ha_domain: rflink
|
||||
---
|
||||
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
|
||||
First, you have to set up your [RFLink hub](/integrations/rflink/).
|
||||
|
||||
|
@ -15,6 +15,10 @@ ha_platforms:
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
<div class='note warning'>
|
||||
This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2022.10.
|
||||
</div>
|
||||
|
||||
The `flunearyou` sensor platform allows users in the United States and its
|
||||
territories to get information regarding reported flu symptoms from [Flu Near
|
||||
You](https://flunearyou.org/). The platform can return user-reported information as well reports from the
|
||||
|
@ -103,7 +103,7 @@ Theme `sad`: By using the new `modes` key plus the subkey `dark` this theme will
|
||||
|
||||
Note: Since this example theme only has a `dark` mode defined, this mode will automatically be used.
|
||||
|
||||
Theme `day_and_night`: This theme has both a `light` and a `dark` mode section. That tells the frontend to allow the user to choose which mode to use from the user profile (default selection is based on the system settings). Independent of the selection, the primary color will be set to green, but based on the chosen mode either the default light or dark theme will be used as the basis for rendering, plus the secondary text color will be either olive or slategray.
|
||||
Theme `day_and_night`: This theme has both a `light` and a `dark` mode section. That tells the frontend to allow the user to choose which mode to use from the user profile (default selection is based on the system settings). Independent of the selection, the primary color will be set to coral, but based on the chosen mode either the default light or dark theme will be used as the basis for rendering, plus the secondary text color will be either olive or slategray.
|
||||
|
||||
### Theme configuration splitting
|
||||
|
||||
|
@ -29,7 +29,7 @@ This section explains how to generate a Client ID and Client Secret on
|
||||
1. The wizard will ask you to choose a project to manage your application. Select a project and click continue.
|
||||
1. Verify that your calendar API was enabled and click 'Go to credentials'
|
||||
1. Navigate to APIs & Services (left sidebar) > [Credentials](https://console.cloud.google.com/apis/credentials)
|
||||
1. Click on the field on the right of the screen, **OAuth Consent Screen**.
|
||||
1. Click on the field on the left of the screen, **OAuth Consent Screen**.
|
||||
1. Select **External** and **Create**.
|
||||
1. Set the *App Name* (the name of the application asking for consent) to anything you want e.g. *Home Assistant*.
|
||||
1. You then need to select a *Support email*. To do this, simply click the drop down box and select your email address.
|
||||
|
@ -23,8 +23,12 @@ The Govee BLE integration will automatically discover devices once the [Bluetoot
|
||||
|
||||
## Supported devices
|
||||
|
||||
- [H5177/5178 Bluetooth Thermo-Hygrometer](https://us.govee.com/collections/thermo-hydrometer/products/bluetooth-thermo-hygrometer)
|
||||
- H5072 Hygrometer Thermometer
|
||||
- H5074 Hygrometer Thermometer
|
||||
- [H5075 Bluetooth Hygrometer Thermometer](https://us.govee.com/collections/thermo-hydrometer/products/govee-bluetooth-hygrometer-thermometer-h5075)
|
||||
- H5100 Hygrometer Thermometer
|
||||
- [H5177/5178 Bluetooth Thermo-Hygrometer](https://us.govee.com/collections/thermo-hydrometer/products/bluetooth-thermo-hygrometer)
|
||||
- H5179 Hygrometer Thermometer
|
||||
- 5181 Meat Thermometer
|
||||
- 5183 Meat Thermometer
|
||||
- 5185 Meat Thermometer
|
||||
|
@ -9,7 +9,7 @@ ha_release: 0.38
|
||||
ha_domain: rflink
|
||||
---
|
||||
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
|
||||
First, you have to set up your [RFLink hub](/integrations/rflink/).
|
||||
|
||||
|
@ -43,7 +43,7 @@ Button entity to restart the router.
|
||||
|
||||
### Update entity
|
||||
|
||||
Update entity to vieuw current and latest firmware version, and install the latest firmware of the router.
|
||||
Update entity to view current and latest firmware version, and install the latest firmware of the router.
|
||||
|
||||
### Traffic meter data
|
||||
|
||||
|
@ -17,7 +17,7 @@ ha_codeowners:
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
|
||||
The 433 MHz spectrum is used by many manufacturers mostly using their own protocol/standard and includes devices like: light switches, blinds, weather stations, alarms and various other sensors.
|
||||
|
||||
|
@ -9,7 +9,7 @@ ha_release: 0.38
|
||||
ha_domain: rflink
|
||||
---
|
||||
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -9,7 +9,7 @@ ha_release: 0.38
|
||||
ha_domain: rflink
|
||||
---
|
||||
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
The `rflink` integration supports devices that use [RFLink gateway firmware](https://www.rflink.nl/download.php), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/en/21-rflink-). RFLink gateway is an Arduino firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
|
||||
|
||||
First, you have to set up your [RFLink hub](/integrations/rflink/).
|
||||
|
||||
|
@ -44,6 +44,7 @@ Enjoy the release!
|
||||
- [New Integrations](#new-integrations)
|
||||
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
|
||||
- [Release 2022.8.1 - August 4](#release-202281---august-4)
|
||||
- [Release 2022.8.2 - August 7](#release-202282---august-7)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Farewell to the following](#farewell-to-the-following)
|
||||
@ -378,6 +379,47 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[simplisafe docs]: /integrations/simplisafe/
|
||||
[zwave_js docs]: /integrations/zwave_js/
|
||||
|
||||
## Release 2022.8.2 - August 7
|
||||
|
||||
- Update gree to use the network component to set discovery interfaces ([@Jc2k] - [#75812]) ([gree docs])
|
||||
- Use stored philips_js system data on start ([@elupus] - [#75981]) ([philips_js docs])
|
||||
- Ensure bluetooth recovers if Dbus gets restarted ([@bdraco] - [#76249]) ([bluetooth docs])
|
||||
- Fix default sensor names in NextDNS integration ([@bieniu] - [#76264]) ([nextdns docs])
|
||||
- Bump ZHA dependencies ([@puddly] - [#76275]) ([zha docs])
|
||||
- Bump pydeconz to v102 ([@Kane610] - [#76287]) ([deconz docs])
|
||||
- Fix ZHA light color temp support ([@dmulcahey] - [#76305]) ([zha docs])
|
||||
- Bump pySwitchbot to 0.18.4 ([@bdraco] - [#76322]) ([switchbot docs])
|
||||
- Bump aiobafi6 to 0.7.2 to unblock #76328 ([@jfroy] - [#76330]) ([baf docs])
|
||||
- Postpone broadlink platform switch until config entry is ready ([@elupus] - [#76371]) ([broadlink docs])
|
||||
|
||||
[#75812]: https://github.com/home-assistant/core/pull/75812
|
||||
[#75981]: https://github.com/home-assistant/core/pull/75981
|
||||
[#76249]: https://github.com/home-assistant/core/pull/76249
|
||||
[#76264]: https://github.com/home-assistant/core/pull/76264
|
||||
[#76275]: https://github.com/home-assistant/core/pull/76275
|
||||
[#76287]: https://github.com/home-assistant/core/pull/76287
|
||||
[#76305]: https://github.com/home-assistant/core/pull/76305
|
||||
[#76322]: https://github.com/home-assistant/core/pull/76322
|
||||
[#76330]: https://github.com/home-assistant/core/pull/76330
|
||||
[#76371]: https://github.com/home-assistant/core/pull/76371
|
||||
[@Jc2k]: https://github.com/Jc2k
|
||||
[@Kane610]: https://github.com/Kane610
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bieniu]: https://github.com/bieniu
|
||||
[@dmulcahey]: https://github.com/dmulcahey
|
||||
[@elupus]: https://github.com/elupus
|
||||
[@jfroy]: https://github.com/jfroy
|
||||
[@puddly]: https://github.com/puddly
|
||||
[baf docs]: /integrations/baf/
|
||||
[bluetooth docs]: /integrations/bluetooth/
|
||||
[broadlink docs]: /integrations/broadlink/
|
||||
[deconz docs]: /integrations/deconz/
|
||||
[gree docs]: /integrations/gree/
|
||||
[nextdns docs]: /integrations/nextdns/
|
||||
[philips_js docs]: /integrations/philips_js/
|
||||
[switchbot docs]: /integrations/switchbot/
|
||||
[zha docs]: /integrations/zha/
|
||||
|
||||
## Need help? Join the community!
|
||||
|
||||
Home Assistant has a great community of users who are all more than willing
|
||||
|
Loading…
x
Reference in New Issue
Block a user