Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2020-04-21 21:33:34 +02:00
commit 774a6578a3
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
167 changed files with 32 additions and 32 deletions

View File

@ -119,7 +119,6 @@ homeassistant:
icon: mdi:description icon: mdi:description
"scene.month_*_colors": "scene.month_*_colors":
hidden: true hidden: true
emulated_hue_hidden: false
``` ```
### Reloading customize ### Reloading customize

View File

@ -1,7 +1,6 @@
--- ---
title: ATEN Rack PDU title: ATEN Rack PDU
description: Instructions on how to integrate ATEN Rack PDUs into Home Assistant. description: Instructions on how to integrate ATEN Rack PDUs into Home Assistant.
logo: aten.png
ha_category: ha_category:
- Switch - Switch
ha_release: 0.103 ha_release: 0.103

View File

@ -1,7 +1,6 @@
--- ---
title: Atome Linky title: Atome Linky
description: Integrate Atome Linky consumption data within Home Assistant. description: Integrate Atome Linky consumption data within Home Assistant.
logo: total_direct_energie.png
ha_release: 0.99 ha_release: 0.99
ha_category: ha_category:
- Energy - Energy

View File

@ -1,7 +1,6 @@
--- ---
title: Elgato Avea title: Elgato Avea
description: Instructions on how to integrate Elgato Avea with Home Assistant. description: Instructions on how to integrate Elgato Avea with Home Assistant.
logo: avea.png
ha_category: ha_category:
- Light - Light
ha_release: 0.97 ha_release: 0.97

View File

@ -14,16 +14,23 @@ You can enable the Cast integration by going to the Integrations page inside the
## Home Assistant Cast ## Home Assistant Cast
Home Assistant has its own Cast application to show the Home Assistant UI on any Chromecast device. You can use it by adding the [Cast entity row](/lovelace/entities/#cast) to your Lovelace UI, or by calling the `cast.show_lovelace_view` service. The service takes the path of a Lovelace view and an entity ID of a Cast device to show the view on. A `path` has to be defined in your Lovelace YAML for each view, as outlined in the [views documentation](/lovelace/views/#path). Home Assistant has its own Cast application to show the Home Assistant UI on any Chromecast device. You can use it by adding the [Cast entity row](/lovelace/entities/#cast) to your Lovelace UI, or by calling the `cast.show_lovelace_view` service. The service takes the path of a Lovelace view and an entity ID of a Cast device to show the view on. A `path` has to be defined in your Lovelace YAML for each view, as outlined in the [views documentation](/lovelace/views/#path). The following is a full configuration for a script that starts casting the `downstairs` tab of the `lovelace-cast` path (note that `entity_id` is specified under `data` and not for the service call):
```json ```yaml
{ 'cast_downstairs_on_kitchen':
"entity_id": "media_player.office_display_4", alias: Show Downstairs on kitchen
"view_path": "lights" sequence:
} - data:
dashboard_path: lovelace-cast-
entity_id: media_player.kitchen
view_path: downstairs
service: cast.show_lovelace_view
``` ```
<div class='note'>
Note that Home Assistant Cast requires your Home Assistant installation to be accessible via `https://`. If you're using Home Assistant Cloud, you don't need to do anything. Otherwise you must make sure that you have configured the `base_url` for [the `http` integration](/integrations/http/). Home Assistant Cast requires your Home Assistant installation to be accessible via `https://`. If you're using Home Assistant Cloud, you don't need to do anything. Otherwise you must make sure that you have configured the `base_url` for [the `http` integration](/integrations/http/).
</div>
## Advanced use ## Advanced use

View File

@ -74,23 +74,23 @@ cover:
required: false required: false
type: string type: string
open_cover: open_cover:
description: Defines an action to run when the cover is opened. If [`open_cover`](#open_cover) is specified, [`close_cover`](#close_cover) must also be specified. At least one of [`open_cover`](#open_cover) and [`set_cover_position`](#set_cover_position) must be specified. description: Defines an action to open the cover. If [`open_cover`](#open_cover) is specified, [`close_cover`](#close_cover) must also be specified. At least one of [`open_cover`](#open_cover) and [`set_cover_position`](#set_cover_position) must be specified.
required: inclusive required: inclusive
type: action type: action
close_cover: close_cover:
description: Defines an action to run when the cover is closed. description: Defines an action to close the cover.
required: inclusive required: inclusive
type: action type: action
stop_cover: stop_cover:
description: Defines an action to run when the cover is stopped. description: Defines an action to stop the cover.
required: false required: false
type: action type: action
set_cover_position: set_cover_position:
description: Defines an action to run when the cover is set to a specific value (between `0` and `100`). description: Defines an action to set to a cover position (between `0` and `100`).
required: false required: false
type: action type: action
set_cover_tilt_position: set_cover_tilt_position:
description: Defines an action to run when the cover tilt is set to a specific value (between `0` and `100`). description: Defines an action to set the tilt of a cover (between `0` and `100`).
required: false required: false
type: action type: action
optimistic: optimistic:

View File

@ -1,7 +1,6 @@
--- ---
title: D-Link Wi-Fi Smart Plugs title: D-Link Wi-Fi Smart Plugs
description: Instructions on how to integrate D-Link switches into Home Assistant. description: Instructions on how to integrate D-Link switches into Home Assistant.
logo: dlink.png
ha_category: ha_category:
- Switch - Switch
ha_iot_class: Local Polling ha_iot_class: Local Polling

View File

@ -1,7 +1,6 @@
--- ---
title: Honeywell Total Connect Comfort (Europe) title: Honeywell Total Connect Comfort (Europe)
description: Instructions on how to integrate a Honeywell Evohome/TCC system with Home Assistant. description: Instructions on how to integrate a Honeywell Evohome/TCC system with Home Assistant.
logo: honeywell.png
ha_category: ha_category:
- Hub - Hub
- Climate - Climate

View File

@ -1,7 +1,6 @@
--- ---
title: Ezviz title: Ezviz
description: Integrate Ezviz camera within Home Assistant. description: Integrate Ezviz camera within Home Assistant.
logo: ezviz.png
ha_release: 0.107 ha_release: 0.107
ha_category: ha_category:
- Camera - Camera

View File

@ -1,7 +1,6 @@
--- ---
title: Flexit title: Flexit
description: Instructions on how to integrate Flexit A/C unit into Home Assistant. description: Instructions on how to integrate Flexit A/C unit into Home Assistant.
logo: flexit.png
ha_category: ha_category:
- Climate - Climate
ha_release: 0.47 ha_release: 0.47

View File

@ -1,7 +1,6 @@
--- ---
title: Flock title: Flock
description: Instructions on how to add Flock notifications to Home Assistant. description: Instructions on how to add Flock notifications to Home Assistant.
logo: flock.png
ha_category: ha_category:
- Notifications - Notifications
ha_release: 0.71 ha_release: 0.71

View File

@ -1,7 +1,6 @@
--- ---
title: Flu Near You title: Flu Near You
description: Instructions on how to use Flu Near You data within Home Assistant description: Instructions on how to use Flu Near You data within Home Assistant
logo: flunearyou.png
ha_category: ha_category:
- Health - Health
ha_release: 0.83 ha_release: 0.83

View File

@ -1,7 +1,6 @@
--- ---
title: Honeywell Total Connect Comfort (US) title: Honeywell Total Connect Comfort (US)
description: Instructions on how to integrate Honeywell thermostats within Home Assistant. description: Instructions on how to integrate Honeywell thermostats within Home Assistant.
logo: honeywell.png
ha_category: ha_category:
- Climate - Climate
ha_release: pre 0.7 ha_release: pre 0.7

View File

@ -1,7 +1,6 @@
--- ---
title: HP Integrated Lights-Out (ILO) title: HP Integrated Lights-Out (ILO)
description: How to integrate HP ILO (Integrated Lights-Out) sensors within Home Assistant. description: How to integrate HP ILO (Integrated Lights-Out) sensors within Home Assistant.
logo: hewlett_packard_enterprise.png
ha_category: ha_category:
- System Monitor - System Monitor
ha_release: 0.27 ha_release: 0.27

View File

@ -6,7 +6,6 @@ ha_category:
- Energy - Energy
ha_release: 0.87 ha_release: 0.87
ha_iot_class: Local Push ha_iot_class: Local Push
logo: integral.png
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@dgomes' - '@dgomes'

View File

@ -1,7 +1,6 @@
--- ---
title: PVOutput title: PVOutput
description: Instructions on how to use PVOutput within Home Assistant. description: Instructions on how to use PVOutput within Home Assistant.
logo: pvoutput.png
ha_category: ha_category:
- Energy - Energy
ha_release: 0.33 ha_release: 0.33

View File

@ -1,7 +1,6 @@
--- ---
title: STIEBEL ELTRON title: STIEBEL ELTRON
description: Instructions on how to integrate STIEBEL ELTRON integral ventilation and heat pump units into Home Assistant. description: Instructions on how to integrate STIEBEL ELTRON integral ventilation and heat pump units into Home Assistant.
logo: stiebel_eltron.png
ha_category: ha_category:
- Climate - Climate
ha_release: 0.92 ha_release: 0.92

View File

@ -1,7 +1,6 @@
--- ---
title: Samsung SyncThru Printer title: Samsung SyncThru Printer
description: Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant. description: Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant.
logo: samsung.png
ha_category: ha_category:
- System Monitor - System Monitor
ha_iot_class: Local Polling ha_iot_class: Local Polling

View File

@ -1,7 +1,6 @@
--- ---
title: TP-Link LTE title: TP-Link LTE
description: Instructions on how to integrate your TP-Link LTE routers within Home Assistant. description: Instructions on how to integrate your TP-Link LTE routers within Home Assistant.
logo: tp-link.png
ha_release: 0.83 ha_release: 0.83
ha_category: ha_category:
- Network - Network

View File

@ -1,7 +1,6 @@
--- ---
title: Ubiquiti UniFi AP title: Ubiquiti UniFi AP
description: Instructions on how to use a Unifi WAP as a device tracker. description: Instructions on how to use a Unifi WAP as a device tracker.
logo: ubiquiti.png
ha_category: ha_category:
- Presence Detection - Presence Detection
ha_iot_class: Local Polling ha_iot_class: Local Polling

View File

@ -1,7 +1,6 @@
--- ---
title: Yeelight Sunflower title: Yeelight Sunflower
description: Instructions on how to setup Yeelight Sunflower hub and bulbs within Home Assistant. description: Instructions on how to setup Yeelight Sunflower hub and bulbs within Home Assistant.
logo: yeelight.png
ha_category: ha_category:
- Light - Light
ha_release: 0.39 ha_release: 0.39

View File

@ -229,6 +229,18 @@ starting at the part discussing this.
></iframe> ></iframe>
</div> </div>
## Special Home Assistant Podcast episode
A special edition of the Home Assistant Podcast has been put out.
In this episode, [Phil][phil] and [Rohan][rohan] talk with
[Paulus][balloob] about the changes announced in this blog post.
[Click here to listen to the Podcast][podcast]
[adr]: https://github.com/home-assistant/architecture/blob/master/adr/0010-integration-configuration.md [adr]: https://github.com/home-assistant/architecture/blob/master/adr/0010-integration-configuration.md
[yt]: https://youtu.be/tc17q1Zn0Xs?t=1809 [balloob]: https://twitter.com/balloob
[gh]: https://github.com/topics/home-assistant-config [gh]: https://github.com/topics/home-assistant-config
[phil]: https://twitter.com/philhawthorne
[podcast]: https://hasspodcast.io/x001/
[rohan]: https://twitter.com/rohank9
[yt]: https://youtu.be/tc17q1Zn0Xs?t=1809

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Some files were not shown because too many files have changed in this diff Show More