Merge branch 'current' into next
@ -119,7 +119,6 @@ homeassistant:
|
||||
icon: mdi:description
|
||||
"scene.month_*_colors":
|
||||
hidden: true
|
||||
emulated_hue_hidden: false
|
||||
```
|
||||
|
||||
### Reloading customize
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: ATEN Rack PDU
|
||||
description: Instructions on how to integrate ATEN Rack PDUs into Home Assistant.
|
||||
logo: aten.png
|
||||
ha_category:
|
||||
- Switch
|
||||
ha_release: 0.103
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Atome Linky
|
||||
description: Integrate Atome Linky consumption data within Home Assistant.
|
||||
logo: total_direct_energie.png
|
||||
ha_release: 0.99
|
||||
ha_category:
|
||||
- Energy
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Elgato Avea
|
||||
description: Instructions on how to integrate Elgato Avea with Home Assistant.
|
||||
logo: avea.png
|
||||
ha_category:
|
||||
- Light
|
||||
ha_release: 0.97
|
||||
|
@ -14,16 +14,23 @@ You can enable the Cast integration by going to the Integrations page inside the
|
||||
|
||||
## 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
|
||||
{
|
||||
"entity_id": "media_player.office_display_4",
|
||||
"view_path": "lights"
|
||||
}
|
||||
```yaml
|
||||
'cast_downstairs_on_kitchen':
|
||||
alias: Show Downstairs on kitchen
|
||||
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
|
||||
|
||||
|
@ -74,23 +74,23 @@ cover:
|
||||
required: false
|
||||
type: string
|
||||
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
|
||||
type: action
|
||||
close_cover:
|
||||
description: Defines an action to run when the cover is closed.
|
||||
description: Defines an action to close the cover.
|
||||
required: inclusive
|
||||
type: action
|
||||
stop_cover:
|
||||
description: Defines an action to run when the cover is stopped.
|
||||
description: Defines an action to stop the cover.
|
||||
required: false
|
||||
type: action
|
||||
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
|
||||
type: action
|
||||
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
|
||||
type: action
|
||||
optimistic:
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: D-Link Wi-Fi Smart Plugs
|
||||
description: Instructions on how to integrate D-Link switches into Home Assistant.
|
||||
logo: dlink.png
|
||||
ha_category:
|
||||
- Switch
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Honeywell Total Connect Comfort (Europe)
|
||||
description: Instructions on how to integrate a Honeywell Evohome/TCC system with Home Assistant.
|
||||
logo: honeywell.png
|
||||
ha_category:
|
||||
- Hub
|
||||
- Climate
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Ezviz
|
||||
description: Integrate Ezviz camera within Home Assistant.
|
||||
logo: ezviz.png
|
||||
ha_release: 0.107
|
||||
ha_category:
|
||||
- Camera
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Flexit
|
||||
description: Instructions on how to integrate Flexit A/C unit into Home Assistant.
|
||||
logo: flexit.png
|
||||
ha_category:
|
||||
- Climate
|
||||
ha_release: 0.47
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Flock
|
||||
description: Instructions on how to add Flock notifications to Home Assistant.
|
||||
logo: flock.png
|
||||
ha_category:
|
||||
- Notifications
|
||||
ha_release: 0.71
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Flu Near You
|
||||
description: Instructions on how to use Flu Near You data within Home Assistant
|
||||
logo: flunearyou.png
|
||||
ha_category:
|
||||
- Health
|
||||
ha_release: 0.83
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Honeywell Total Connect Comfort (US)
|
||||
description: Instructions on how to integrate Honeywell thermostats within Home Assistant.
|
||||
logo: honeywell.png
|
||||
ha_category:
|
||||
- Climate
|
||||
ha_release: pre 0.7
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: HP Integrated Lights-Out (ILO)
|
||||
description: How to integrate HP ILO (Integrated Lights-Out) sensors within Home Assistant.
|
||||
logo: hewlett_packard_enterprise.png
|
||||
ha_category:
|
||||
- System Monitor
|
||||
ha_release: 0.27
|
||||
|
@ -6,7 +6,6 @@ ha_category:
|
||||
- Energy
|
||||
ha_release: 0.87
|
||||
ha_iot_class: Local Push
|
||||
logo: integral.png
|
||||
ha_quality_scale: internal
|
||||
ha_codeowners:
|
||||
- '@dgomes'
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: PVOutput
|
||||
description: Instructions on how to use PVOutput within Home Assistant.
|
||||
logo: pvoutput.png
|
||||
ha_category:
|
||||
- Energy
|
||||
ha_release: 0.33
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: STIEBEL ELTRON
|
||||
description: Instructions on how to integrate STIEBEL ELTRON integral ventilation and heat pump units into Home Assistant.
|
||||
logo: stiebel_eltron.png
|
||||
ha_category:
|
||||
- Climate
|
||||
ha_release: 0.92
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Samsung SyncThru Printer
|
||||
description: Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant.
|
||||
logo: samsung.png
|
||||
ha_category:
|
||||
- System Monitor
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: TP-Link LTE
|
||||
description: Instructions on how to integrate your TP-Link LTE routers within Home Assistant.
|
||||
logo: tp-link.png
|
||||
ha_release: 0.83
|
||||
ha_category:
|
||||
- Network
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Ubiquiti UniFi AP
|
||||
description: Instructions on how to use a Unifi WAP as a device tracker.
|
||||
logo: ubiquiti.png
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
ha_iot_class: Local Polling
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Yeelight Sunflower
|
||||
description: Instructions on how to setup Yeelight Sunflower hub and bulbs within Home Assistant.
|
||||
logo: yeelight.png
|
||||
ha_category:
|
||||
- Light
|
||||
ha_release: 0.39
|
||||
|
@ -229,6 +229,18 @@ starting at the part discussing this.
|
||||
></iframe>
|
||||
</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
|
||||
[yt]: https://youtu.be/tc17q1Zn0Xs?t=1809
|
||||
[balloob]: https://twitter.com/balloob
|
||||
[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
|
||||
|
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 980 B |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 962 B |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 835 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 6.1 KiB |