--- title: AVM FRITZ!SmartHome description: Instructions on how to integrate AVM Fritz!DECT components into Home Assistant. ha_category: - Binary Sensor - Climate - Sensor - Switch ha_release: 0.68 ha_iot_class: Local Polling ha_domain: fritzbox ha_config_flow: true --- The AVM FRITZ!SmartHome integration for Home Assistant allows you to integrate [FRITZ!DECT](https://en.avm.de/products/fritzdect/) devices like switches, sensors and thermostats. There is currently support for the following device types within Home Assistant: - Binary Sensor - Climate - Sensor - Switch #### Tested Devices - [FRITZ!Box 6490 Cable](https://en.avm.de/products/fritzbox/fritzbox-6490-cable/) - [FRITZ!Box 7590](https://en.avm.de/products/fritzbox/fritzbox-7590/) - [FRITZ!Box 7490](https://en.avm.de/service/fritzbox/fritzbox-7490/overview/) - [FRITZ!Box 7430](https://en.avm.de/service/fritzbox/fritzbox-7430/overview/) - [FRITZ!DECT 200](https://en.avm.de/products/fritzdect/fritzdect-200/) - [FRITZ!DECT 301](https://en.avm.de/products/fritzdect/fritzdect-301/) - [Eurotronic Comet DECT](https://eurotronic.org/produkte/elektronische-heizkoerperthermostate/sparmatic-comet/) ## Configuration To add the AVM FRITZ!SmartHome integration to your installation, go to **Configuration** -> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **AVM FRITZ! SmartHome**. If you have enabled SSDP discovery, it’s likely that you just have to confirm the detected device with username and password. ### Configuration via YAML YAML configuration is still around for people that prefer YAML, but it's deprecated and you should not use it anymore. ```yaml # Example configuration.yaml entry fritzbox: devices: - password: YOUR_PASSWORD ``` {% configuration %} devices: description: A list of FRITZ! devices. type: map keys: host: description: The hostname or IP address of the FRITZ!Box. (e.g. fritz.box or 192.168.178.1) required: false type: string default: fritz.box username: description: The username for Smart Home access. **(User needs "Smart Home" persmission!)** required: false type: string default: admin password: description: The password of the user. required: true type: string {% endconfiguration %} ## Switches & Thermostats To get AVM FRITZ!DECT switches (e.g. FRITZ!DECT 400/440) or thermostats (e.g. FRITZ!DECT 301) follow the [configuration instructions](#configuration) above. ### Attributes There are several attributes that can be useful for automations and templates. | Attribute | Description | | --------- | ----------- | | `device_locked` | The state of the key lock at the device. | `locked` | The state of the lock for configuring the device via the app or the FRITZ!Box web interface. | `low_battery` | The low battery state indication. | `battery_level` | The battery level (only available since Fritz!OS 7). | `holiday_mode` | The state of the holiday mode (only available since Fritz!OS 7). | `summer_mode` | The state of the summer mode (only available since Fritz!OS 7). | `window_open` | The state of the window open detection (only available since Fritz!OS 7). | `temperature_unit` | The unit of the temperature sensor (only available if the device support temperature sensor). | `temperature` | The current temperature sensor reading (only available if the device supports temperature sensor). | `total_consumption` | The total power consumption since the beginning of operation (only available if the device supports power meter function). | `total_consumption_unit` | The unit of the total_consumption (only available if the device supports power meter function). ## Sensors To get AVM FRITZ!DECT sensors (e.g., FRITZ!DECT Repeater 100) follow the [configuration instructions](#configuration) above. ### Attributes There are several attributes that can be useful for automations and templates. | Attribute | Description | | --------- | ----------- | | `device_locked` | The state of the key lock at the device. | `locked` | The state of the lock for configuring the device via the app or the FRITZ!Box web interface. | `temperature_unit` | The unit of the temperature sensor. | `temperature` | The current temperature sensor reading.