mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
fix dead links
This commit is contained in:
parent
820577c04f
commit
aa3ca2e7f8
16
source/_components/default_config.markdown
Normal file
16
source/_components/default_config.markdown
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Default Config"
|
||||
description: "The default config component will initate a default configuration for Home Assistant."
|
||||
date: 2019-02-15 20:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: home-assistant.png
|
||||
ha_category: Other
|
||||
ha_release: 0.88
|
||||
featured: false
|
||||
---
|
||||
|
||||
This component is a meta-component and configures a default set of components for Home Assistant to load. The components that will be loaded can be found [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/default_config/__init__.py).
|
@ -11,6 +11,8 @@ logo: ebusd.png
|
||||
ha_category: Sensor
|
||||
ha_iot_class: "Local Polling"
|
||||
ha_release: "0.88"
|
||||
redirect_from:
|
||||
- /components/sensor.ebusd/
|
||||
---
|
||||
|
||||
Integration between [ebusd](https://github.com/john30/ebusd/) daemon for communication with eBUS heating systems, and Home Assistant using sensor component.
|
||||
@ -31,7 +33,7 @@ host:
|
||||
description: This is the IP address of your ebus daemon, e.g., `127.0.0.1`.
|
||||
required: true
|
||||
type: string
|
||||
circuit:
|
||||
circuit:
|
||||
description: The heating circuit name to monitor, e.g., 700.
|
||||
required: true
|
||||
type: string
|
||||
@ -40,7 +42,7 @@ port:
|
||||
type: integer
|
||||
required: false
|
||||
default: 8888
|
||||
name:
|
||||
name:
|
||||
description: The name to use when displaying this ebusd instance.
|
||||
type: string
|
||||
required: false
|
||||
|
@ -11,6 +11,8 @@ logo: ipma.png
|
||||
ha_category: Weather
|
||||
ha_release: 0.72
|
||||
ha_iot_class: "Cloud Polling"
|
||||
redirect_from:
|
||||
- /components/weather.ipma/
|
||||
---
|
||||
|
||||
The `ipma` weather platform uses the [Instituto Português do Mar e Atmosfera](http://www.ipma.pt) as a source for current and forecast meteorological data.
|
@ -15,6 +15,7 @@ ha_release: 0.49
|
||||
ha_iot_class: "Local Polling"
|
||||
redirect_from:
|
||||
- /components/scene.velux/
|
||||
- /components/cover.velux/
|
||||
---
|
||||
|
||||
[Velux](http://www.velux.com) integration for Home Assistant allows you to connect to a Velux KLF 200 interface, to control [io-homecontrol](http://www.io-homecontrol.com) devices like windows and blinds. The module allows you to start scenes configured within KLF 200.
|
||||
|
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: xs1.jpg
|
||||
ha_category:
|
||||
ha_category:
|
||||
- Hub
|
||||
- Climate
|
||||
- Sensor
|
||||
@ -16,6 +16,10 @@ ha_category:
|
||||
ha_release: 0.88
|
||||
featured: false
|
||||
ha_iot_class: "Local Polling"
|
||||
redirect_from:
|
||||
- /components/climate.xs1/
|
||||
- /components/sensor.xs1/
|
||||
- /components/switch.xs1/
|
||||
---
|
||||
|
||||
The [EZcontrol XS1](http://www.ezcontrol.de/content/view/36/28/) integration for Home Assistant allows you to observe and control devices configured on the XS1 Gateway. Please have a look at the official docs 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).
|
||||
@ -78,8 +82,8 @@ If you are using climate devices the "current temp" sensor will be automatically
|
||||
| `switch` | Yes | |
|
||||
| `dimmer` | Partly | Dimmers are currently handled like switches so actual dimming is not supported :(|
|
||||
| `temperature` | Yes | |
|
||||
|
||||
|
||||
|
||||
|
||||
### {% linkable_title Climate Actuator/Sensor%}
|
||||
|
||||
Home Assistant can combine temperature sensors and climate actuators into a single device. The XS1 gateway does not allow this, but a sensor and actuator can be configured separately. To make Home Assistant register them in the same climate device just prefix the **sensor** name with the actuator name on the XS1 gateway configuration, f.ex:
|
||||
|
Loading…
x
Reference in New Issue
Block a user