mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Fix missing links
This commit is contained in:
parent
39562cdc14
commit
0acc9ddf29
16
source/_components/cover.tellduslive.markdown
Normal file
16
source/_components/cover.tellduslive.markdown
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Telldus Live Cover"
|
||||
description: "Instructions on how to integrate Telldus Live Covers into Home Assistant."
|
||||
date: 2016-01-17 15:49
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: telldus.png
|
||||
ha_category: Cover
|
||||
featured: false
|
||||
---
|
||||
|
||||
Integrates Telldus Live Covers into Home Assistant. See the [main component](/components/tellduslive/) for configuration instructions.
|
||||
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Volvo On Call Device Tracker"
|
||||
description: "Instructions for how to integrate Volvo On Call into Home Assistant."
|
||||
date: 2016-10-02 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: volvo.png
|
||||
ha_category: Car
|
||||
ha_release: "0.30"
|
||||
---
|
||||
|
||||
|
||||
Integrates Volvo on Call device tracker into Home Assistant. See the [main component](/components/volvooncall/) for configuration instructions.
|
@ -11,6 +11,8 @@ logo: fibaro.png
|
||||
ha_category: Hub
|
||||
ha_release: 0.83
|
||||
ha_iot_class: "Local Push"
|
||||
redirect_from:
|
||||
- /components/scene.fibaro/
|
||||
---
|
||||
|
||||
The [Fibaro](http://fibaro.com) hub is a controller mainly connecting to Z-Wave devices.
|
||||
|
@ -11,6 +11,9 @@ ha_category: Automation
|
||||
logo: hdmi.png
|
||||
ha_release: 0.23
|
||||
ha_iot_class: "Local Push"
|
||||
redirect_from:
|
||||
- /components/media_player.hdmi_cec/
|
||||
- /components/switch.hdmi_cec/
|
||||
---
|
||||
|
||||
The `hdmi_cec` component provides services that allow selecting the active device, powering on all devices, setting all devices to standby and creates switch entities for HDMI devices. Devices are defined in the configuration file by associating HDMI port number and a device name. Connected devices that provide further HDMI ports, such as sound-bars and AVRs are also supported. Devices are listed from the perspective of the CEC-enabled Home Assistant device. Any connected device can be listed, regardless of whether it supports CEC. Ideally the HDMI port number on your device will map correctly the CEC physical address. If it does not, use `cec-client` (part of the `libcec` package) to listen to traffic on the CEC bus and discover the correct numbers.
|
||||
@ -32,7 +35,7 @@ If you are using [Hass.io](/hassio/) then just move forward to the configuration
|
||||
#### {% linkable_title Symlinking into virtual environment %}
|
||||
|
||||
Create a symlink to the `cec` installation including the _cec.so file. Keep in mind different installation methods will result in different locations of cec.
|
||||
|
||||
|
||||
```bash
|
||||
$ ln -s /path/to/your/installation/of/cec /path/to/your/venv/lib/python*/site-packages
|
||||
$ ln -s /path/to/your/installation/of/_cec.so /path/to/your/venv/lib/python*/site-packages
|
||||
@ -49,19 +52,19 @@ $ ln -s /usr/local/lib/python*/dist-packages/_cec.so /srv/homeassistant/lib/pyth
|
||||
|
||||
```
|
||||
|
||||
<p class='note'>If after symlinking and adding `hdmi_cec:` to your configuration you are getting the following error in your logs,
|
||||
<p class='note'>If after symlinking and adding `hdmi_cec:` to your configuration you are getting the following error in your logs,
|
||||
`* failed to open vchiq instance` you will also need to add the user account Home Assistant runs under, to the `video` group. To add the Home Assistant user account to the `video` group, run the following command. `$ usermod -a -G video <hass_user_account>`
|
||||
</p>
|
||||
|
||||
## {% linkable_title Testing your installation %}
|
||||
|
||||
* Login to Raspberry Pi
|
||||
* Login to Raspberry Pi
|
||||
|
||||
```bash
|
||||
ssh pi@your_raspberry_pi_ip
|
||||
```
|
||||
|
||||
* at the command line type:
|
||||
* at the command line type:
|
||||
|
||||
```bash
|
||||
echo scan | cec-client -s -d 1
|
||||
@ -169,7 +172,7 @@ action:
|
||||
data:
|
||||
device: Chromecast
|
||||
```
|
||||
|
||||
|
||||
### {% linkable_title Power On %}
|
||||
|
||||
Call the `hdmi_cec.power_on` service (no arguments) to power on any devices that support this function.
|
||||
|
16
source/_components/light.tellduslive.markdown
Normal file
16
source/_components/light.tellduslive.markdown
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Telldus Live Light"
|
||||
description: "Instructions on how to integrate Telldus Live Lights into Home Assistant."
|
||||
date: 2016-01-17 15:49
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: telldus.png
|
||||
ha_category: Light
|
||||
featured: false
|
||||
---
|
||||
|
||||
Integrates Telldus Live Lights into Home Assistant. See the [main component](/components/tellduslive/) for configuration instructions.
|
||||
|
17
source/_components/sensor.waterfurnace.markdown
Normal file
17
source/_components/sensor.waterfurnace.markdown
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: page
|
||||
title: "WaterFurnace Sensors"
|
||||
description: "Instructions on how to integrate WaterFurnace Geothermal System sensors into Home Assistant."
|
||||
date: 2018-01-19 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: waterfurnace.png
|
||||
ha_category: Sensor
|
||||
ha_release: 0.62
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
Integrates WaterFurnace sensors into Home Assistant. See the [main component](/components/waterfurnace/) for configuration instructions.
|
||||
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Volvo On Call Switch"
|
||||
description: "Instructions for how to integrate Volvo On Call into Home Assistant."
|
||||
date: 2016-10-02 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: volvo.png
|
||||
ha_category: Car
|
||||
ha_release: "0.30"
|
||||
---
|
||||
|
||||
|
||||
Integrates Volvo on Call heater switch into Home Assistant. See the [main component](/components/volvooncall/) for configuration instructions.
|
@ -11,6 +11,12 @@ logo: volvo.png
|
||||
ha_category: Car
|
||||
ha_release: 0.39
|
||||
ha_iot_class: "Cloud Polling"
|
||||
redirect_from:
|
||||
- /components/binary_sensor.volvooncall/
|
||||
- /components/lock.volvooncall/
|
||||
- /components/sensor.volvooncall/
|
||||
- /components/switch.volvooncall/
|
||||
- /components/device_tracker.volvooncall/
|
||||
---
|
||||
|
||||
The `volvooncall` component offers integration with the [Volvo On Call](http://www.volvocars.com/intl/own/connectivity/volvo-on-call) cloud service and offers presence detection as well as sensors such as odometer and fuel level.
|
||||
|
@ -158,7 +158,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Update switchmate lib ([@Danielhiversen] - [#18785]) ([switch.switchmate docs])
|
||||
- Update lang list (fixes #18768) ([@fabaff] - [#18773]) ([tts docs])
|
||||
- Added qbittorrent sensor platform ([@eliseomartelli] - [#18618]) ([sensor.qbittorrent docs]) (new-platform)
|
||||
- Add support for Mode trait in Google Assistant. ([@marchingphoenix] - [#18772]) ([google_assistant docs]) ([media_player.demo docs])
|
||||
- Add support for Mode trait in Google Assistant. ([@marchingphoenix] - [#18772]) ([google_assistant docs])
|
||||
- Service already discovered log entry ([@ehendrix23] - [#18800])
|
||||
- Increase pyatv to 0.3.11 ([@ehendrix23] - [#18801]) ([apple_tv docs])
|
||||
- Store state last seen time separately ([@armills] - [#18806])
|
||||
@ -192,7 +192,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Set sensor to unavailable if battery is dead. ([@fucm] - [#18802]) ([binary_sensor.tahoma docs])
|
||||
- Reconfigure MQTT light component if discovery info is changed ([@emontnemery] - [#18176]) ([mqtt docs]) ([binary_sensor.mqtt docs]) ([light.mqtt docs])
|
||||
- Reconfigure MQTT switch component if discovery info is changed ([@emontnemery] - [#18179]) ([mqtt docs]) ([binary_sensor.mqtt docs]) ([switch.mqtt docs])
|
||||
- No more opt-out auth ([@balloob] - [#18854]) ([config docs]) ([frontend docs]) ([hassio docs]) ([http docs]) ([notify docs]) ([onboarding docs]) ([websocket_api docs])
|
||||
- No more opt-out auth ([@balloob] - [#18854]) ([config docs]) ([frontend docs]) ([hassio docs]) ([http docs]) ([notify docs]) ([websocket_api docs])
|
||||
- Remove commented out code ([@emontnemery] - [#18925]) ([climate.mqtt docs])
|
||||
- Add lightwave components for switches and lights ([@GeoffAtHome] - [#18026]) ([lightwave docs]) ([light.lightwave docs]) ([switch.lightwave docs]) (new-platform)
|
||||
- Allow verisure locks to be configured with a default code ([@ahayworth] - [#18873]) ([verisure docs]) ([lock.verisure docs])
|
||||
|
Loading…
x
Reference in New Issue
Block a user