mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
x-integrations: restart HA after changing config (#32746)
This commit is contained in:
parent
ed0aa54a34
commit
55d553c7a7
@ -9,13 +9,17 @@ ha_domain: x10
|
||||
ha_platforms:
|
||||
- light
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
title: Configuration file
|
||||
---
|
||||
|
||||
The `x10` light platform allows you to control your X10 based lights with Home Assistant.
|
||||
The `x10` light {% term integration %} allows you to control your X10 based lights with Home Assistant.
|
||||
|
||||
Requires [Heyu x10](https://www.heyu.org/) and a CM11A or a CM17A "FireCracker" interface.
|
||||
|
||||
To enable those lights, add the following lines to your `configuration.yaml` file:
|
||||
To enable those lights, add the following lines to your {% term "`configuration.yaml`" %} file.
|
||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -9,13 +9,17 @@ ha_domain: xeoma
|
||||
ha_platforms:
|
||||
- camera
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
title: Configuration file
|
||||
---
|
||||
|
||||
The `Xeoma` camera platform allows you to view the video feeds from a [Xeoma](https://felenasoft.com/xeoma) video surveillance server.
|
||||
The `Xeoma` camera {% term integration %} allows you to view the video feeds from a [Xeoma](https://felenasoft.com/xeoma) video surveillance server.
|
||||
|
||||
## Configuration
|
||||
|
||||
To enable Xeoma camera feeds, add the following lines to your `configuration.yaml`:
|
||||
To enable Xeoma camera feeds, add the following lines to your {% term "`configuration.yaml`" %} file.
|
||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -11,14 +11,18 @@ ha_domain: xiaomi_tv
|
||||
ha_platforms:
|
||||
- media_player
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
title: Configuration file
|
||||
---
|
||||
|
||||
The `xiaomi_tv` platform allows you to control a [Xiaomi TV](https://www.mi.com/global/mitv3s/65flat/).
|
||||
The `xiaomi_tv` {% term integration %} allows you to control a [Xiaomi TV](https://www.mi.com/global/mitv3s/65flat/).
|
||||
The Xiaomi TV integration only supports Xiaomi TVs running MIUI.
|
||||
|
||||
You need to make sure the TV is connected to the internet, and that your Home Assistant instance is on the same network.
|
||||
|
||||
To add a TV to your installation, add the following to your `configuration.yaml` file:
|
||||
To add a TV to your installation, add the following to your {% term "`configuration.yaml`" %} file.
|
||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -12,13 +12,17 @@ ha_iot_class: Cloud Push
|
||||
ha_platforms:
|
||||
- notify
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
title: Configuration file
|
||||
---
|
||||
|
||||
The `xmpp` notification platform allows you to deliver notifications from Home Assistant to a [Jabber (XMPP)](https://xmpp.org/) account.
|
||||
The `xmpp` notification {% term integration %} allows you to deliver notifications from Home Assistant to a [Jabber (XMPP)](https://xmpp.org/) account.
|
||||
|
||||
## Configuration
|
||||
|
||||
To enable Jabber notifications in your installation, add the following to your `configuration.yaml` file:
|
||||
To enable Jabber notifications in your installation, add the following to your {% term "`configuration.yaml`" %} file.
|
||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -14,13 +14,17 @@ ha_platforms:
|
||||
- sensor
|
||||
- switch
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /docs/configuration/
|
||||
title: Configuration file
|
||||
---
|
||||
|
||||
The [EZcontrol XS1](http://www.ezcontrol.de/content/view/36/28/) {% term integration %} for Home Assistant allows you to observe and control devices configured on the XS1 Gateway. Please have a look at the official documentation for using this gateway [Bedienungsanleitung v3.0.0.0](http://www.ezcontrol.de/support/downloads/XS1/xs1manual/Bedienungsanleitung_EZcontrol_XS1_3.0.0.0-2.pdf).
|
||||
|
||||
## Configuration
|
||||
|
||||
Add the following entry to the `configuration.yaml` file:
|
||||
Add the following entry to the {% term "`configuration.yaml`" %} file.
|
||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
@ -71,11 +75,11 @@ If you are using climate devices the "current temp" sensor will be automatically
|
||||
|
||||
### Actuators
|
||||
|
||||
| Type | Supported | Notes |
|
||||
|---------------|-----------|--------------------------------------------------|
|
||||
| `switch` | Yes | |
|
||||
| `dimmer` | Partly | Dimmers are currently handled like switches so actual dimming is not supported :(|
|
||||
| `temperature` | Yes | |
|
||||
| Type | Supported | Notes |
|
||||
| ------------- | --------- | --------------------------------------------------------------------------------- |
|
||||
| `switch` | Yes | |
|
||||
| `dimmer` | Partly | Dimmers are currently handled like switches so actual dimming is not supported :( |
|
||||
| `temperature` | Yes | |
|
||||
|
||||
### Climate actuator/sensor
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user