Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2022-08-17 21:43:09 +02:00
commit c4983b4457
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
19 changed files with 183 additions and 13 deletions

View File

@ -108,7 +108,7 @@ GEM
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.1)
tzinfo-data (1.2022.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)

View File

@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 8
current_patch_version: 3
date_released: 2022-08-09
current_patch_version: 5
date_released: 2022-08-15
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -60,6 +60,8 @@
description: "[Scripts](/docs/scripts/) are components that allow users to specify a sequence of actions to be executed by Home Assistant when turned on."
- topic: Sensor
description: "[Sensors](/integrations/sensor) return information about a thing, for instance the level of water in a tank."
- topic: Selectors
description: "[Selectors](/docs/blueprint/selectors/) specify what values are accepted for a blueprint input and how the input is shown in the user interface."
- topic: Service
description: "[Services](/docs/scripts/service-calls/) are called to perform actions."
- topic: Switch
@ -70,5 +72,7 @@
description: "A [trigger](/docs/automation/trigger/) is a set of values or conditions of a platform that are defined to cause an automation to run."
- topic: TTS
description: "TTS ([text to speech](/integrations/tts)) allows Home Assistant to talk to you."
- topic: Variables
description: "[Variables](/docs/scripts/#variables) are a named storage for a value that can be processed e.g. in a script."
- topic: Zone
description: "[Zones](/integrations/zone/) are areas that can be used for presence detection."

View File

@ -49,7 +49,7 @@ longitude:
required: false
type: float
elevation:
description: Altitude above sea level in meters. Impacts weather/sunrise data.
description: Altitude above sea level in meters. Impacts sunrise data.
required: false
type: integer
unit_system:

View File

@ -0,0 +1,6 @@
---
title: "Configuration.yaml by omerome83"
description: ""
ha_category: Example configuration.yaml
ha_external_link: https://github.com/omerome83/homeassistant
---

View File

@ -1,6 +1,6 @@
## Backups
Backup of your Home Assistant and add-on data and configuration. They are stored in a compressed archive file (.tar). Backups are made from the Supervisor Backups panel. There is also a service available that allows you to trigger the creation of a backup from an automation. Backups are stored in the /backup directory.
Backup of your Home Assistant and add-on data and configuration. They are stored in a compressed archive file (.tar). Backups are made from the Supervisor Backups panel. There is also a service available that allows you to trigger the creation of a backup from an automation. Backups are stored in the `/backup` directory.
A full backup includes the following directories:
@ -58,3 +58,4 @@ You often need a backup in case your system has crashed. If you only store them
- [Nextcloud Backup](https://github.com/Sebclem/hassio-nextcloud-backup)
- [Samba backup](https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup)
- [Remote Backup (scp/rsync/rclone)](https://github.com/ikifar2012/remote-backup-addon)
- [Syncthing](https://github.com/Poeschl/Hassio-Addons/tree/main/syncthing)

View File

@ -68,6 +68,7 @@ Also, with **power_on_enabled** as True, the Aquos logo on your TV will stay on
## Currently known supported models
- LC-40LE830U
- LC-40CFE6242E (no volume control, not fully tested but able to poll state)
- LC-46LE830U
- LC-52LE830U
- LC-60LE830U

View File

@ -78,6 +78,7 @@ Known supported devices:
- Marantz SR5011
- Marantz SR6007 - SR6012
- Marantz SR7007
- Marantz SR7012
- Marantz SR8015
- Marantz NR1504
- Marantz NR1506

View File

@ -27,6 +27,7 @@ The Govee BLE integration will automatically discover devices once the [Bluetoot
- H5074 Hygrometer Thermometer
- [H5075 Bluetooth Hygrometer Thermometer](https://us.govee.com/collections/thermo-hydrometer/products/govee-bluetooth-hygrometer-thermometer-h5075)
- H5100 Hygrometer Thermometer
- H5101 Hygrometer Thermometer
- [H5177/5178 Bluetooth Thermo-Hygrometer](https://us.govee.com/collections/thermo-hydrometer/products/bluetooth-thermo-hygrometer)
- H5179 Hygrometer Thermometer
- 5181 Meat Thermometer

View File

@ -168,7 +168,7 @@ tags_attributes:
default: 0
ignore_attributes:
type: [string, list]
description: The list of attribute names to ignore when reporting to InfluxDB. This can be used to filter out attributes that either don't change or don't matter to you in order to reduce the amount of data stored in InfluxDB.
description: The list of attribute names to ignore when reporting to InfluxDB. This can be used to filter out attributes that either don't change or don't matter to you in order to reduce the amount of data stored in InfluxDB. Please be aware of the underlying InfluxDB mechanism that converts non-string attributes to strings and adds a `_str` suffix to the attribute name in this case. It means that when you want to ignore, for example, the `icon_str` attribute that shows in your InfluxDB instance, you need to provide `icon` to `ignore_attributes`.
required: false
component_config:
type: string

View File

@ -27,7 +27,7 @@ ha_integration_type: integration
ha_dhcp: true
---
<p class='note warning'>The Insteon company has shut down and turned off their cloud as of April 2022.</p>
<p class='note warning'>The Insteon company has shut down and turned off its cloud as of April 2022. Recently the service has been restarted but as a paid offering. Time will tell how successful this new model will be.</p>
This integration adds support for integrating your INSTEON network with Home Assistant. It is known to work with the [2413U] USB and [2412S] RS242 flavors of PLM and the [2448A7] USB stick. It has also been tested to work with the [2242] and [2245] Hubs. Device support is provided by the underlying [pyinsteon] package.

View File

@ -17,6 +17,10 @@ ha_integration_type: integration
Integrates [SensorPush](https://www.sensorpush.com/) devices into Home Assistant.
## Activation is required
Sensor entities (temperature, humidity, barometric pressure) will not be available to Home Assistant until you have activated the device with the SensorPush app on iOS or Android.
## Supported devices
- [HT.w Water-Resistant Temperature / Humidity Smart Sensor](https://www.sensorpush.com/products/p/ht-w)

View File

@ -36,10 +36,16 @@ things like locks or garage doors.
Using the Switch as X integration, you can convert those switches into the
entity types that best matches your use case.
{% include integrations/config_flow.md %}
{% include integrations/config_flow.md name="Change device type of a switch" %}
{% configuration_basic %}
Switch entity:
description: The switch entity you want to convert into something else.
Type:
description: The type of entity you want the switch to become.
{% endconfiguration_basic %}
## Switch as X from the existing entity
Where compatible, Switch as X will appear on entity properties. A list of entities can be found in {% my entities title="Settings -> Devices & Services -> Entities" %}.
![Entity properties exampl](/images/integrations/switch_as_x/Entities_Properties.png)

View File

@ -18,7 +18,7 @@ ha_zeroconf: true
ha_integration_type: integration
---
[System Bridge](https://system-bridge.timmo.dev) is an application that runs on your local machine to share system information via its API/WebSocket. You can also send commands to be to the device such as opening a URL or sending keyboard keypresses.
[System Bridge](https://system-bridge.timmo.dev) is an application that runs on your local machine to share system information via its API/WebSocket. You can also send commands to the device such as opening a URL or sending keyboard keypresses.
## Prerequisites

View File

@ -57,3 +57,21 @@ There are a few ways to obtain a bindkey for your device:
* Set your own. The [Telink Flasher](https://atc1441.github.io/TelinkFlasher.html) allows you to generate new bindkeys for devices it supports. The new bind key will work with Home Assistant, but the Mi Home app will not recognize the sensor anymore once the device has been activated by the TeLink flasher application. To use the sensor again with the Xiaomi Mi Home app, the device needs to be removed and then re-added inside the Mi Home app.
* Extract the keys from Xiaomi Cloud using a [token extractor](https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor) tool.
## Devices
### Plant sensor: Flower Care / MiFlora (HHCCJCY01)
HHCCJCY01, also known as MiFlora or "Flower Care", should be automatically discovered. However, if the firmware is too old, it won't send the right BLE beacons and an update via the app is required. The lowest confirmed working firmware version is 3.2.1 (a lower 3.x version could also be alright).
Flower Care firmware update steps:
* Install the official "Flower Care" app by HHCC:
* [Google Play](https://play.google.com/store/apps/details?id=com.huahuacaocao.flowercare) (requires location and storage permission)
* [Apple App Store](https://apps.apple.com/us/app/flower-care/id1095274672)
* Place the device with the app within 10cm of the plant sensor
* Press the "+" button on the top right in the devices tab of the app
* Add the plant sensor to the app and select an arbitrary plant
* Wait for the synchronization of the sensor to finish, and a dialog asking for a firmware update should appear (this might take a few minutes)
* The installed and latest firmware version can be verified by selecting the plant -> three-dot menu -> Hardware settings -> Hardware update
* The Flower Care account and app are not required any further for this integration to work

View File

@ -46,6 +46,8 @@ Enjoy the release!
- [Release 2022.8.1 - August 4](#release-202281---august-4)
- [Release 2022.8.2 - August 7](#release-202282---august-7)
- [Release 2022.8.3 - August 9](#release-202283---august-9)
- [Release 2022.8.4 - August 12](#release-202284---august-12)
- [Release 2022.8.5 - August 15](#release-202285---august-15)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -462,6 +464,112 @@ The following integrations are now available via the Home Assistant UI:
[sms docs]: /integrations/sms/
[unifiprotect docs]: /integrations/unifiprotect/
## Release 2022.8.4 - August 12
- Bump ZHA dependencies ([@puddly] - [#76565]) ([zha docs])
- Replaces aiohttp.hdrs CONTENT_TYPE with plain string for the Swisscom integration ([@DeeVeX] - [#76568]) ([swisscom docs])
- Fix homekit_controller not noticing ip and port changes that zeroconf has found ([@Jc2k] - [#76570]) ([homekit_controller docs])
- Fix Spotify deviding None value in current progress ([@frenck] - [#76581]) ([spotify docs])
- Improve code quality in huawei_lte ([@a-p-z] - [#76583]) ([huawei_lte docs])
- Fix Govee 5181 with old firmware ([@bdraco] - [#76600]) ([govee_ble docs])
- Fix evohome preset modes ([@MartinHjelmare] - [#76606]) ([evohome docs])
- Add missing _abort_if_unique_id_configured to ble integrations ([@bdraco] - [#76624]) ([govee_ble docs]) ([sensorpush docs]) ([inkbird docs]) ([xiaomi_ble docs]) ([moat docs])
- Fix non-awaited coroutine in BMW notify ([@rikroe] - [#76664]) ([bmw_connected_drive docs])
[#76565]: https://github.com/home-assistant/core/pull/76565
[#76568]: https://github.com/home-assistant/core/pull/76568
[#76570]: https://github.com/home-assistant/core/pull/76570
[#76581]: https://github.com/home-assistant/core/pull/76581
[#76583]: https://github.com/home-assistant/core/pull/76583
[#76600]: https://github.com/home-assistant/core/pull/76600
[#76606]: https://github.com/home-assistant/core/pull/76606
[#76624]: https://github.com/home-assistant/core/pull/76624
[#76664]: https://github.com/home-assistant/core/pull/76664
[@DeeVeX]: https://github.com/DeeVeX
[@Jc2k]: https://github.com/Jc2k
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@a-p-z]: https://github.com/a-p-z
[@bdraco]: https://github.com/bdraco
[@frenck]: https://github.com/frenck
[@puddly]: https://github.com/puddly
[@rikroe]: https://github.com/rikroe
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[evohome docs]: /integrations/evohome/
[govee_ble docs]: /integrations/govee_ble/
[homekit_controller docs]: /integrations/homekit_controller/
[huawei_lte docs]: /integrations/huawei_lte/
[inkbird docs]: /integrations/inkbird/
[moat docs]: /integrations/moat/
[sensorpush docs]: /integrations/sensorpush/
[spotify docs]: /integrations/spotify/
[swisscom docs]: /integrations/swisscom/
[xiaomi_ble docs]: /integrations/xiaomi_ble/
[zha docs]: /integrations/zha/
## Release 2022.8.5 - August 15
- Update systembridgeconnector to 3.4.4 ([@timmo001] - [#75362]) ([system_bridge docs])
- 🐛 Fix "The request content was malformed" error in home_connect ([@hansgoed] - [#76411]) ([home_connect docs])
- Bump pySwitchbot to 0.18.5 ([@bdraco] - [#76640]) ([switchbot docs])
- Bump pySwitchbot to 0.18.6 to fix disconnect race ([@bdraco] - [#76656]) ([switchbot docs])
- Bump pySwitchbot to 0.18.10 to handle empty data and disconnects ([@bdraco] - [#76684]) ([switchbot docs])
- Fix google calendar disabled entity handling ([@allenporter] - [#76699]) ([google docs])
- Motion Blinds fix OperationNotAllowed ([@starkillerOG] - [#76712]) ([motion_blinds docs])
- Update xknx to 1.0.0 🎉 ([@marvin-w] - [#76734]) ([knx docs])
- Bump aiohomekit to 1.2.10 ([@bdraco] - [#76738]) ([homekit_controller docs])
- Fix bad data with inkbird bbq sensors ([@bdraco] - [#76739]) ([inkbird docs])
- Bump bimmer_connected to 0.10.2 ([@rikroe] - [#76751]) ([bmw_connected_drive docs])
- Bump aiohue to 4.5.0 ([@marcelveldt] - [#76757]) ([hue docs])
- Fix stale data with SensorPush sensors ([@bdraco] - [#76771]) ([sensorpush docs])
- Bump homeconnect to 0.7.2 ([@BraveChicken1] - [#76773]) ([home_connect docs])
- Bump aiohomekit to 1.2.11 ([@bdraco] - [#76784]) ([homekit_controller docs])
- Fix bluetooth callback registration not surviving a reload ([@bdraco] - [#76817]) ([bluetooth docs])
- Correct referenced entities and devices for event triggers ([@emontnemery] - [#76818]) ([automation docs])
- Fix lifx homekit discoveries not being ignorable or updating the IP ([@bdraco] - [#76825]) ([lifx docs])
[#75362]: https://github.com/home-assistant/core/pull/75362
[#76411]: https://github.com/home-assistant/core/pull/76411
[#76640]: https://github.com/home-assistant/core/pull/76640
[#76656]: https://github.com/home-assistant/core/pull/76656
[#76684]: https://github.com/home-assistant/core/pull/76684
[#76699]: https://github.com/home-assistant/core/pull/76699
[#76712]: https://github.com/home-assistant/core/pull/76712
[#76734]: https://github.com/home-assistant/core/pull/76734
[#76738]: https://github.com/home-assistant/core/pull/76738
[#76739]: https://github.com/home-assistant/core/pull/76739
[#76751]: https://github.com/home-assistant/core/pull/76751
[#76757]: https://github.com/home-assistant/core/pull/76757
[#76771]: https://github.com/home-assistant/core/pull/76771
[#76773]: https://github.com/home-assistant/core/pull/76773
[#76784]: https://github.com/home-assistant/core/pull/76784
[#76817]: https://github.com/home-assistant/core/pull/76817
[#76818]: https://github.com/home-assistant/core/pull/76818
[#76825]: https://github.com/home-assistant/core/pull/76825
[@BraveChicken1]: https://github.com/BraveChicken1
[@allenporter]: https://github.com/allenporter
[@bdraco]: https://github.com/bdraco
[@emontnemery]: https://github.com/emontnemery
[@hansgoed]: https://github.com/hansgoed
[@marcelveldt]: https://github.com/marcelveldt
[@marvin-w]: https://github.com/marvin-w
[@rikroe]: https://github.com/rikroe
[@starkillerOG]: https://github.com/starkillerOG
[@timmo001]: https://github.com/timmo001
[automation docs]: /integrations/automation/
[bluetooth docs]: /integrations/bluetooth/
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[google docs]: /integrations/google/
[home_connect docs]: /integrations/home_connect/
[homekit_controller docs]: /integrations/homekit_controller/
[hue docs]: /integrations/hue/
[inkbird docs]: /integrations/inkbird/
[knx docs]: /integrations/knx/
[lifx docs]: /integrations/lifx/
[motion_blinds docs]: /integrations/motion_blinds/
[sensorpush docs]: /integrations/sensorpush/
[switchbot docs]: /integrations/switchbot/
[system_bridge docs]: /integrations/system_bridge/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -24,7 +24,7 @@ the database, and even change how long it stores the data
## Delete old backups
Open the Home Assistant UI and go to {% my backups title="Settings > System > Backups" %}, here you will see all your backups,
Open the Home Assistant UI and go to {% my backup title="Settings > System > Backups" %}, here you will see all your backups,
these can be downloaded and placed somewhere safe. When you have done that, you can delete
them in the UI and it will free up some space for you.
@ -32,8 +32,7 @@ them in the UI and it will free up some space for you.
Add-ons can take a lot of space, not just the add-on itself but also their data.
Open the Home Assistant UI and go to {% my supervisor title="Settings > Add-ons" %} in the sidebar, you will be
on the "Dashboard" tab when you click on {% my supervisor title="Settings > Add-ons" %}, here you will see
Open the Home Assistant UI and go to {% my supervisor title="Settings > Add-ons" %} in the sidebar. Here you will see
all your installed add-ons, maybe you have some that you no longer use, if
you do those can be uninstalled to free up some space.
@ -46,5 +45,5 @@ documentation for your hypervisor on how to expand disks for virtual machines.
Home Assistant will auto-expand to use the newly added space.
If you are not running a VM, you need to replace your storage medium
(typically, this will be an SD card). You can use [backups](/hassio/haos_common_tasks/#home-assistant-os-backups) to quickly restore your Home Assistant
(typically, this will be an SD card). You can use [backups](/common-tasks/os#home-assistant-os-backups) to quickly restore your Home Assistant
installation on a new storage medium.

View File

@ -0,0 +1,21 @@
---
title: "Supervisor Version"
description: "More information on why supervisor_version marks the installation as unsupported."
---
## The issue
Only the latest version of the supervisor is supported. Users may control when Supervisor
updates by disabling its default auto-update behavior and updating it manually.
But using any version of Supervisor besides the latest is not supported.
## The solution
Update Supervisor to the latest version by running the following command:
```bash
ha supervisor update
```
Or re-enable auto update with this command:
```bash
ha supervisor options --auto-update
```