home-assistant.github.io/source/_components/fritzbox.markdown
Heiko Thiery 078167bb03 Add documentation for AVM fritzbox smarthome component (#4076)
* Add documentation for fritzhome

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* change component name and configuration

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* followed review comments

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* another rename

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* remove default from host

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* add documentation for device attributes

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* bump to ha_release 0.65

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

* ✏️ Some spelling and grammar fixes

* ✏️ Grammar and spelling updates

* ✏️ Small grammar & spelling changes

* ⬆️ ha_release -> 0.68
2018-04-17 19:06:39 +02:00

1.3 KiB

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 %}