Drop fritzdect integration (#11948)

* Delete fritzdect.markdown

* Update _redirects

* Remove internal links to this page

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
escoand 2020-02-03 11:48:16 +01:00 committed by GitHub
parent bbad0d4e36
commit 50d4ee4cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 8 additions and 70 deletions

View File

@ -1,53 +0,0 @@
---
title: AVM FRITZ!DECT
description: Instructions on how to integrate your AVM FRITZ!DECT switches into Home Assistant.
logo: avm.png
ha_category:
- Switch
ha_iot_class: Local Polling
ha_release: 0.38
---
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.
Supported devices (tested):
- FRITZ!DECT 200
Supported Firmwares (tested):
- FRITZ!OS: 06.80 / FRITZ!DECT: 03.83
- FRITZ!OS: 06.98-51288 (Beta) / FRITZ!DECT: 03.87
- FRITZ!OS: 7.01 / FRITZ!DECT: 04.09
To use your AVM FRITZ!DECT switch(es) in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
switch:
- platform: fritzdect
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}
username:
description: The username for your Fritz!Box.
required: true
type: string
password:
description: The password for your Fritz!Box.
required: true
type: string
host:
description: The IP address/hostname of your Fritz!Box.
required: false
type: string
default: fritz.box
{% endconfiguration %}
It is recommended to create a dedicated user for Home Assistant and only allow access to "Smart Home".
<div class='note warning'>
If this integration throws an error when starting home-assistant you should check if all actors are plugged in and connected to the FritzBox. Inactive actors that are not deleted from FritzBox configuration might lead to errors.
</div>

View File

@ -43,7 +43,7 @@ The [`yeelight`][yeelight] component has been ported to use a more stable and fe
- [Rflink][rflink] 433Mhz gateway platform and components ([@aequitas])
- Lock: Support for [Nuki.io][nuki] smart locks ([@pschmitt])
- Sensor: [QNAP][qnap] Sensor ([@colinodell])
- Switch: Add support for [FRITZ!DECT][fritz] wireless switches based on fritzhome ([@BastianPoe])
- Switch: Add support for FRITZ!DECT wireless switches based on fritzhome ([@BastianPoe])
- Sensor: Add [moon][moon] sensor ([@fabaff])
- Media player: Support for the [Orange Livebox Play TV][orange] appliance ([@pschmitt])
- Media player: [Apple TV][apple-tv] support ([@postlund])
@ -203,7 +203,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[ffmpeg-bin]: /integrations/ffmpeg_motion
[ffmpeg]: /integrations/ffmpeg/
[filters]: /topics/templating/#home-assistant-template-extensions
[fritz]: /integrations/fritzdect
[hue]: /integrations/hue
[light]: /cookbook/custom_ui_by_andrey-git
[mailgun]: /integrations/mailgun

View File

@ -119,7 +119,7 @@ conversation:
- The kitchen is magic
```
- Switch fritzdect: attributes have been renamed to use underscores and no capital letters ([@thomasklingbeil] - [#8436]) ([switch.fritzdect docs]) (breaking change)
- Switch fritzdect: attributes have been renamed to use underscores and no capital letters ([@thomasklingbeil] - [#8436]) (breaking change)
- Yahoo Weather: no longer allow configuring forecasts but include all instead. ([@fanthos] - [#8626]) ([weather.yweather docs]) (breaking change)
- The Home Assistant Z-Wave Cover implementation has been updated to support the latest development version of OpenZWave. If you are currently applying a workaround to your OpenZWave installation to support the barrier command class, you'll need to make sure you update your workaround to the latest development version of OpenZWave. ([@firstof9] - [#8574]) ([cover docs]) ([cover.zwave docs]) (breaking change)
@ -170,7 +170,7 @@ conversation:
- bump python-mirobo version for more robust protocol handling, make the platform to update on startup ([@rytilahti] - [#8602]) ([switch.xiaomi_vacuum docs])
- Binary sensor ping fixed for hassio ([@gollo] - [#8573]) ([binary_sensor.ping docs])
- Simplified percent conversion, better logging ([@open-homeautomation] - [#8568]) ([sensor.knx docs])
- make attributes in the fritzdect module easier to process ([@thomasklingbeil] - [#8436]) ([switch.fritzdect docs]) (breaking change)
- make attributes in the fritzdect module easier to process ([@thomasklingbeil] - [#8436]) (breaking change)
- Allow set_cover_position in scenes ([@peckham] - [#8613])
- better but still not great ([@cribbstechnologies] - [#8618])
- Upgrade youtube_dl to 2017.7.23 ([@fabaff] - [#8617]) ([media_extractor docs])
@ -391,7 +391,6 @@ conversation:
[shopping_list docs]: /integrations/shopping_list/
[snips docs]: /integrations/snips/
[statsd docs]: /integrations/statsd/
[switch.fritzdect docs]: /integrations/fritzdect
[switch.mqtt docs]: /integrations/switch.mqtt/
[switch.wink docs]: /integrations/wink#switch
[switch.xiaomi docs]: /integrations/switch.xiaomi_aqara/

View File

@ -211,7 +211,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Update directpy to 0.2 ([@arsaboo] - [#9948])
- Update enocean to 0.40 ([@arsaboo] - [#9949]) ([enocean docs])
- Update hikvision to 1.2 ([@arsaboo] - [#9953]) ([switch.hikvisioncam docs])
- Update fritzhome to 1.0.3 ([@arsaboo] - [#9951]) ([switch.fritzdect docs])
- Update fritzhome to 1.0.3 ([@arsaboo] - [#9951])
- Update fritzconnection to 0.6.5 ([@arsaboo] - [#9950]) ([device_tracker.fritz docs]) ([sensor.fritzbox_callmonitor docs]) ([sensor.fritzbox_netmonitor docs])
- Upgraded pyhomematic ([@danielperna84] - [#9956]) ([homematic docs])
- Add emeter attributes ([@gollo] - [#9903]) ([light.tplink docs])
@ -520,7 +520,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[shiftr docs]: /integrations/shiftr/
[skybell docs]: /integrations/skybell/
[switch.flux docs]: /integrations/flux
[switch.fritzdect docs]: /integrations/fritzdect
[switch.hikvisioncam docs]: /integrations/hikvisioncam
[switch.rainmachine docs]: /integrations/rainmachine#switch
[switch.skybell docs]: /integrations/skybell#switch

View File

@ -83,7 +83,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Enable probot move ([@fabaff] - [#11690])
- fixed not to include spaces or dots in attribute names ([@olskar] - [#11694]) ([sensor.mold_indicator docs]) (breaking change)
- Add attributes ([@fabaff] - [#11698]) ([sensor.random docs])
- Feature/fritzdect errorhandling ([@BastianPoe] - [#11490]) ([switch.fritzdect docs])
- Feature/fritzdect errorhandling ([@BastianPoe] - [#11490])
- Tesla bug fix #11598 ([@zabuldon] - [#11707])
- Update mold_indicator.py ([@olskar] - [#11715]) ([sensor.mold_indicator docs])
- Override default name for TP-Link devices ([@DanNixon] - [#11710]) ([light.tplink docs]) ([switch.tplink docs])
@ -468,7 +468,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.xiaomi_aqara docs]: /integrations/sensor.xiaomi_aqara/
[sensor.yr docs]: /integrations/yr
[snips docs]: /integrations/snips/
[switch.fritzdect docs]: /integrations/fritzdect
[switch.hive docs]: /integrations/hive#switch
[switch.ihc docs]: /integrations/ihc#switch
[switch.snmp docs]: /integrations/snmp#switch

View File

@ -193,7 +193,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Add recent context ([@balloob] - [#15989])
- Add ecovacs component ([@OverloadUT] - [#15520]) ([ecovacs docs]) ([vacuum.ecovacs docs]) (new-platform)
- Bumped NDMS2 client library to 0.0.4 to get compatible with python 3.5 ([@foxel] - [#16077]) ([device_tracker docs])
- fritzdect change to current_power_w ([@Danielhiversen] - [#16079]) ([switch.fritzdect docs])
- fritzdect change to current_power_w ([@Danielhiversen] - [#16079])
- Update pyhomematic to 0.1.47 ([@danielperna84] - [#16083]) ([homematic docs])
- Get user after login flow finished ([@awarecan] - [#16047]) ([auth docs])
- Upgrade pytest to 3.7.2 ([@scop] - [#16091])
@ -480,7 +480,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sonos docs]: /integrations/sonos/
[splunk docs]: /integrations/splunk/
[switch.deconz docs]: /integrations/deconz#switch
[switch.fritzdect docs]: /integrations/fritzdect
[switch.konnected docs]: /integrations/konnected#switch
[switch.wemo docs]: /integrations/wemo
[switch.xiaomi_miio docs]: /integrations/switch.xiaomi_miio/

View File

@ -627,7 +627,7 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
- Refactor the conversation integration ([@balloob] - [#27839]) ([conversation docs]) ([shopping_list docs])
- Use pre-commit in CI and tox ([@scop] - [#27743])
- Introduce new OAuth2 config flow helper ([@balloob] - [#27727]) ([somfy docs]) (breaking change)
- Move imports in fritzbox, fritz device tracker, fritzdect, fritzbox netmonitor ([@springstan] - [#27746]) ([fritz docs]) ([fritzbox docs]) ([fritzbox_netmonitor docs]) ([fritzdect docs])
- Move imports in fritzbox, fritz device tracker, fritzdect, fritzbox netmonitor ([@springstan] - [#27746]) ([fritz docs]) ([fritzbox docs]) ([fritzbox_netmonitor docs])
- Move imports in cppm_tracker component ([@Bouni] - [#27889]) ([cppm_tracker docs])
- Move imports in concord232 component ([@Bouni] - [#27887]) ([concord232 docs])
- Move imports in comfoconnect component ([@Bouni] - [#27886]) ([comfoconnect docs])
@ -1645,7 +1645,6 @@ The **holiday name** sensor has been renamed to **holiday**. ([@tsvi] - [#27654]
[fritzbox docs]: /integrations/fritzbox/
[fritzbox_callmonitor docs]: /integrations/fritzbox_callmonitor/
[fritzbox_netmonitor docs]: /integrations/fritzbox_netmonitor/
[fritzdect docs]: /integrations/fritzdect/
[frontend docs]: /integrations/frontend/
[frontier_silicon docs]: /integrations/frontier_silicon/
[futurenow docs]: /integrations/futurenow/

View File

@ -1026,7 +1026,7 @@ Make sure to fill in all fields of the issue template, that is helping us a lot!
- Set required_features field when registering fan services ([@Jc2k] - [#30516]) ([fan docs]) ([homekit_controller docs])
- Add Brother Printer integration ([@bieniu] - [#30359]) ([brother docs]) (new-integration)
- Format all manifests with prettier ([@frenck] - [#30521])
- Fix AVM FRITZ!DECT switch total consumption ([@Alexxander0] - [#30478]) ([fritzdect docs])
- Fix AVM FRITZ!DECT switch total consumption ([@Alexxander0] - [#30478])
- Register 'androidtv.download' and 'androidtv.upload' services ([@JeffLIrion] - [#30086]) ([androidtv docs])
- Allow specific status codes while notifying mobile_app devices ([@rccoleman] - [#30496]) ([mobile_app docs])
- Correct integration names in manifests (A-B) ([@frenck] - [#30527])
@ -1886,7 +1886,6 @@ Make sure to fill in all fields of the issue template, that is helping us a lot!
[filter docs]: /integrations/filter/
[freebox docs]: /integrations/freebox/
[fritz docs]: /integrations/fritz/
[fritzdect docs]: /integrations/fritzdect/
[frontend docs]: /integrations/frontend/
[geofency docs]: /integrations/geofency/
[geonetnz_quakes docs]: /integrations/geonetnz_quakes/

View File

@ -975,7 +975,6 @@
/components/switch.fibaro /integrations/fibaro
/components/switch.flux /integrations/flux
/components/switch.fritzbox /integrations/fritzbox
/components/switch.fritzdect /integrations/fritzdect
/components/switch.gc100 /integrations/gc100#switch
/components/switch.hdmi_cec /integrations/hdmi_cec
/components/switch.hikvisioncam /integrations/hikvisioncam
@ -1368,7 +1367,6 @@
/components/fritzbox /integrations/fritzbox
/components/fritzbox_callmonitor /integrations/fritzbox_callmonitor
/components/fritzbox_netmonitor /integrations/fritzbox_netmonitor
/components/fritzdect /integrations/fritzdect
/components/fronius /integrations/fronius
/components/frontend /integrations/frontend
/components/frontier_silicon /integrations/frontier_silicon