You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments