Reorganize the getting started and component pages
This commit is contained in:
parent
e134f73933
commit
759d107680
23 changed files with 831 additions and 144 deletions
24
source/components/switch.markdown
Normal file
24
source/components/switch.markdown
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Lights"
|
||||
description: "Instructions how to setup your lights with Home Assistant."
|
||||
date: 2015-01-24 14:39
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
Keeps track which switches are in the network, their state and allows you to control them.
|
||||
|
||||
* Maintains a state per switch and a combined state `all_switches`.
|
||||
* Registers services `switch/turn_on` and `switch/turn_off` to control switches.
|
||||
|
||||
Optional service data:
|
||||
|
||||
- `entity_id` - only act on specific switch. Else targets all.
|
||||
|
||||
Supported platforms:
|
||||
|
||||
* `wemo` for Belkin WeMo switches
|
||||
* `tellstick` for Tellstick switches
|
Loading…
Add table
Add a link
Reference in a new issue