mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
165eb9f3a8
@ -54,3 +54,11 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Deleting Automations
|
||||||
|
|
||||||
|
When automations remain visible in the Home Assistant Dashboard, even after having deleted in the YAML file, you have to delete them in the UI.
|
||||||
|
|
||||||
|
To delete them completely, go to UI **Configuration** -> **Entities** and find the automation in the search field or by scrolling down.
|
||||||
|
|
||||||
|
Check the square box aside of the automation you wish to delete and from the top-right of your screen, select 'REMOVE SELECTED'.
|
||||||
|
@ -10,7 +10,7 @@ The MQTT integration needs you to run an MQTT broker for Home Assistant to conne
|
|||||||
|
|
||||||
This is the most private option, is running your own MQTT broker.
|
This is the most private option, is running your own MQTT broker.
|
||||||
|
|
||||||
The recommended setup method is to use the [Mosquitto MQTT broker add-on](/addons/mosquitto).
|
The recommended setup method is to use the [Mosquitto MQTT broker add-on](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/DOCS.md).
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
@ -15,29 +15,29 @@ ha_codeowners:
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
---
|
---
|
||||||
|
|
||||||
The Home Connect integration will allow users to integrate their home appliances supporting the Home Connect standard using the [official API](https://developer.home-connect.com).
|
The Home Connect integration allows users to integrate their home appliances supporting the Home Connect standard for Bosch and Siemens using the [official cloud API](https://developer.home-connect.com).
|
||||||
|
|
||||||
The integration will add one Home Assistant device for each connected home appliance which will have the following entities:
|
The integration will add one Home Assistant device for each connected home appliance which will have the following entities:
|
||||||
|
|
||||||
- A power switch
|
- A power switch
|
||||||
- If the device has programs, switches for the individual programs. Note that program options cannot be configured at present.
|
- If the device has programs, switches for each of the individual programs will be added. Note that program options cannot be configured currently.
|
||||||
- If the device has programs, a timestamp sensor for remaining time and a numeric sensor for the progress in percent.
|
- If the device has programs, a timestamp sensor for remaining time and a numeric sensor for the progress percentage.
|
||||||
|
|
||||||
Note that it depends on the appliance and on API permissions which of the features are actually supported. A notable limitation is that oven programs cannot be started at present.
|
Note that it depends on the appliance and on API permissions which of the features are supported. A notable limitation is that oven programs cannot be started currently.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Installation using a developer account
|
### Installation using a developer account
|
||||||
|
|
||||||
1. Visit [https://developer.home-connect.com](https://developer.home-connect.com) and sign up for a developer accouunt.
|
1. Visit [https://developer.home-connect.com](https://developer.home-connect.com) and sign up for a developer account.
|
||||||
2. Under [Applications](https://developer.home-connect.com/applications), register a new App:
|
2. Under [Applications](https://developer.home-connect.com/applications), register a new App:
|
||||||
|
|
||||||
- Application ID: Home Assistant
|
- Application ID: Home Assistant (or whatever name makes sense to you)
|
||||||
- OAuth Flow: Authorization Code Grant Flow
|
- OAuth Flow: Authorization Code Grant Flow
|
||||||
- Redirect URI : `<YOUR_HOME_ASSISTANT_URL>/auth/external/callback`
|
- Redirect URI : `<YOUR_HOME_ASSISTANT_URL>/auth/external/callback`
|
||||||
|
|
||||||
3. Add the client ID and client secret to your `configuration.yaml` (see below).
|
3. Add the client ID and client secret to your `configuration.yaml` (see below).
|
||||||
4. Once Home Assistant restarted, go to Configuration > Integrations.
|
4. Once Home Assistant has restarted, go to Configuration > Integrations.
|
||||||
5. Select the Home Connect integration.
|
5. Select the Home Connect integration.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
@ -115,6 +115,11 @@ This service can be used to ask an update of a certain iDevice or all devices li
|
|||||||
|
|
||||||
This service will play the Lost iPhone sound on your iDevice. It will still ring if you are on "Mute" or "Do not disturb" mode.
|
This service will play the Lost iPhone sound on your iDevice. It will still ring if you are on "Mute" or "Do not disturb" mode.
|
||||||
|
|
||||||
|
| Service data attribute | Optional | Description |
|
||||||
|
|---------------------------|----------|---------------------------------------------------------|
|
||||||
|
| `account` | no | E-mail address of the iCloud account |
|
||||||
|
| `device_name` | no | Human Friendly device name like Bob's iPhone |
|
||||||
|
|
||||||
### Service `icloud.display_message`
|
### Service `icloud.display_message`
|
||||||
|
|
||||||
This service will display a message on your iDevice. It can also ring your device.
|
This service will display a message on your iDevice. It can also ring your device.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user