Skip to content

Commit cadb541

Browse files
BastianPoefabaff
authored andcommitted
Added documentation for fritz dect switches (home-assistant#1867)
1 parent 49a0841 commit cadb541

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: page
3+
title: "AVM FRITZ!DECT Switch"
4+
description: "Instructions how to integrate your AVM FRITZ!DECT switches into Home Assistant."
5+
date: 2017-01-24 21:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: avm.png
11+
ha_category: Switch
12+
ha_iot_class: "Local Polling"
13+
ha_release: 0.37
14+
---
15+
16+
17+
The `fritzdect` switch platform allows you to control the state of your [AVM FRITZ!DECT DECT-based wireless switches](https://en.avm.de/products/fritzdect/). The AVM FRITZ!DECT switches need to be paired to your Fritz!Box and then can be monitored and controlled via Home Assistant.
18+
19+
Supported devices (tested):
20+
21+
- FRITZ!DECT 200
22+
23+
Supported Firmwares (tested):
24+
25+
- FRITZ!OS: 06.80 / FRITZ!DECT: 03.83
26+
- FRITZ!OS: 06.60 / FRITZ!DECT: 03.83
27+
28+
To use your AVM FRITZ!DECT switch(es) in your installation, add the following to your `configuration.yaml` file:
29+
30+
```yaml
31+
# Example configuration.yaml entry
32+
switch:
33+
- platform: fritzdect
34+
username: YOUR_USERNAME
35+
password: YOUR_PASSWORD
36+
```
37+
38+
Configuration variables:
39+
40+
- **host** (*Optional*): The IP address / hostname of your Fritz!Box. Defaults to fritz.box.
41+
- **username** (*Required*): The username for your Fritz!Box.
42+
- **password** (*Required*): The password for your Fritz!Box.
43+

0 commit comments

Comments
 (0)