mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Fritzbox | Instructions on how to integrate the AVM Fritzbox Smart Home components. | 2018-02-18 17:10 | true | false | true | true | avm.png | Hub | 0.68 | Local Polling |
The AVM Fritzbox component for Home Assistant allows you to integrate the switch and climate devices.
{% linkable_title Tested Devices %}
{% linkable_title Setup %}
# Example configuration.yaml entry
fritzbox:
devices:
- host: fritz.box
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} devices: description: A list of Fritzbox devices. required: true type: map keys: host: description: The hostname or IP address of the Fritzbox. required: true type: optional username: description: The username for Smart Home access. required: true type: string password: description: The password of the user. required: true type: string {% endconfiguration %}