Remove TekSavvy integration, no longer available. (#14653)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Mike O'Driscoll 2020-09-30 07:22:29 -04:00 committed by GitHub
parent 497d0b20b6
commit 1ada328a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 81 deletions

View File

@ -1,72 +0,0 @@
---
title: TekSavvy
description: Instructions on how to integrate TekSavvy data usage within Home Assistant.
ha_category:
- Network
ha_release: 0.62
ha_iot_class: Cloud Polling
ha_domain: teksavvy
---
Integrate your [TekSavvy](https://myaccount.teksavvy.com/) account information into Home Assistant.
You can get your API key from [TekSavvy My Account](https://myaccount.teksavvy.com/ApiKey/ApiKeyManagement).
## Configuration
To use your TekSavvy sensor in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: teksavvy
api_key: API_KEY
total_bandwidth: 400
monitored_variables:
- usage
- usage_gb
- limit
- onpeak_download
- onpeak_upload
- onpeak_total
- offpeak_download
- offpeak_upload
- offpeak_total
- onpeak_remaining
```
{% configuration %}
api_key:
description: The TekSavvy API key to access the service.
required: true
type: string
total_bandwidth:
description: Your bandwidth limit in gigabytes. Set to `0` for unlimited plans without a cap.
required: true
type: string
monitored_conditions:
description: Conditions to display in the frontend.
required: true
type: list
keys:
usage:
description: Bandwidth usage (percentage).
usage_gb:
description: Bandwidth usage (gigabytes).
limit:
description: Monthly bandwidth limit (gigabytes).
onpeak_download:
description: Bandwidth used by download outside the unmetered period (gigabytes).
onpeak_upload:
description: Bandwidth used by upload outside the unmetered period (gigabytes).
onpeak_total:
description: Total bandwidth used outside the unmetered period (gigabytes).
offpeak_download:
description: Bandwidth used by download during the unlimited period (gigabytes).
offpeak_upload:
description: Bandwidth used by upload during the unlimited period (gigabytes).
offpeak_total:
description: Total bandwidth used during the unlimited period (gigabytes).
onpeak_remaining:
description: Remaining bandwidth (gigabytes).
{% endconfiguration %}

View File

@ -23,7 +23,7 @@ With this new integration by [@sdague] you are able to keep an eye on your Chevy
- Adding support for Lutron covers ([@nickovs] - [#11602]) ([lutron docs]) ([cover.lutron docs]) (new-platform)
- Add basic mychevy component ([@sdague] - [#11409]) ([mychevy docs]) (new-platform)
- Added support for TekSavvy bandwidth sensor ([@jpjodoin] - [#11186]) ([sensor.teksavvy docs]) (new-platform)
- Added support for TekSavvy bandwidth sensor ([@jpjodoin] - [#11186]) (new-platform)
- Ihc component and platforms ([@dingusdk] - [#10916]) ([ihc docs]) ([binary_sensor.ihc docs]) ([light.ihc docs]) ([sensor.ihc docs]) ([switch.ihc docs]) (new-platform)
- Iota wallet ([@jinnerbichler] - [#11398]) ([iota docs]) ([sensor.iota docs]) (new-platform)
@ -104,7 +104,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Owntracks: Use bluetooth_le as source_type if beacon was used for location change. ([@cnrd] - [#11615]) ([device_tracker.owntracks docs])
- Add a 'last' mode and attribute to min_max sensor ([@markferry] - [#11037]) ([sensor.min_max docs])
- Update header and make it less verbose ([@fabaff] - [#11774]) ([asterisk_mbox docs])
- Added support for TekSavvy bandwidth sensor ([@jpjodoin] - [#11186]) ([sensor.teksavvy docs]) (new-platform)
- Added support for TekSavvy bandwidth sensor ([@jpjodoin] - [#11186]) (new-platform)
- Fix for Neato D3 and D5 ([@karlkar] - [#11775])
- Axis discovery fails to save conf ([@Kane610] - [#11769]) ([axis docs])
- Limit service description loading to a single thread ([@amelchio] - [#11733])
@ -463,7 +463,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[mychevy docs]: /integrations/mychevy/
[sensor.openweathermap docs]: /integrations/openweathermap#sensor
[sensor.random docs]: /integrations/random#sensor
[sensor.teksavvy docs]: /integrations/teksavvy
[sensor.xbox_live docs]: /integrations/xbox_live
[sensor.xiaomi_aqara docs]: /integrations/sensor.xiaomi_aqara/
[snips docs]: /integrations/snips/

View File

@ -180,7 +180,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Insteon PLM: If you have created platform overrides in your configuration.yaml file to change a your INSTEON device to map to a different Home Assistant platform, that mapping will no longer be in effect. Please see the new device override capabilities in the [insteon_plm documentation](/integrations/insteon/). ([@teharris1] - [#12534]) ([insteon_plm docs]) ([binary_sensor.insteon_plm docs]) ([fan.insteon_plm docs]) ([light.insteon_plm docs]) ([sensor.insteon_plm docs]) ([switch.insteon_plm docs]) (breaking change)
- AirVisual's air index unit is AQI (Air Quality Index), not PSI (Pressure per Square Inch). ([@chilicheech] - [#12730]) ([sensor.airvisual docs]) (breaking change)
- TekSavvy Sensor: The sensor entity id for peak upload usage used to be `sensor.teksavvy_on_peak_upload_` this has been changed to `sensor.teksavvy_on_peak_upload`. The `usage` title was shared between and therefore indeterminate between GB and % usage. Therefore % usage entity ID has been changed to `sensor.teksavvy_usage_ratio` ([@mikeodr] - [#12325]) ([sensor.teksavvy docs]) (breaking change)
- TekSavvy Sensor: The sensor entity id for peak upload usage used to be `sensor.teksavvy_on_peak_upload_` this has been changed to `sensor.teksavvy_on_peak_upload`. The `usage` title was shared between and therefore indeterminate between GB and % usage. Therefore % usage entity ID has been changed to `sensor.teksavvy_usage_ratio` ([@mikeodr] - [#12325]) (breaking change)
- Egardia redesign - generic component and sensor support ([@jeroenterheerdt] - [#11994]) ([egardia docs]) ([alarm_control_panel.egardia docs]) ([binary_sensor.egardia docs]) (breaking change) (new-platform)
- zip_code for the Pollen integration is now required to have quotes around it to prevent accidental errors: `zip_code: "00544"` ([@bachya] - [#12934]) ([sensor.pollen docs]) (breaking change)
- Google Assistant integration: It is no longer possible to override the domain that Home Assistant uses for an entity. This was bound to go wrong when we would test supported features for different domains. Also removed support for disguising temperature sensors as thermostats. We should follow the traits that Google offer us and not offer things that will only work half. ([@balloob] - [#12959]) ([google_assistant docs]) ([light docs]) (breaking change)
@ -232,7 +232,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- MQTT Static Typing ([@OttoWinter] - [#12433]) ([mqtt docs])
- Add "headers" config parameter to rest switch ([@mfrueh] - [#12706]) ([switch.rest docs])
- Added Sense energy monitor sensor ([@kbickar] - [#11580]) ([sensor.sense docs]) (new-platform)
- TekSavvy Sensor unlimited bandwidth support ([@mikeodr] - [#12325]) ([sensor.teksavvy docs]) (breaking change)
- TekSavvy Sensor unlimited bandwidth support ([@mikeodr] - [#12325]) (breaking change)
- iCloud location tracking improvements ([@reedriley] - [#12399]) ([device_tracker.icloud docs])
- Support serving of backend translations ([@armills] - [#12453]) ([frontend docs])
- Translation cleanup ([@armills] - [#12804])
@ -627,7 +627,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.simulated docs]: /integrations/simulated
[sensor.sql docs]: /integrations/sql
[sensor.systemmonitor docs]: /integrations/systemmonitor
[sensor.teksavvy docs]: /integrations/teksavvy
[sensor.tesla docs]: /integrations/tesla
[sensor.tibber docs]: /integrations/tibber#sensor
[sensor.xbox_live docs]: /integrations/xbox_live

View File

@ -42,7 +42,7 @@ Also impacted, but integrations are read only:
- [sensor.foobot](/integrations/foobot)
- sensor.hydroquebec
- [sensor.startca](/integrations/startca)
- [sensor.teksavvy](/integrations/teksavvy)
- sensor.teksavvy
- [sensor.thethingsnetwork](/integrations/thethingsnetwork#sensor)
- [sensor.tibber](/integrations/tibber#sensor)
- [sensor.waqi](/integrations/waqi)

View File

@ -879,7 +879,6 @@
/components/sensor.tautulli /integrations/tautulli
/components/sensor.tcp /integrations/tcp#sensor
/components/sensor.ted5000 /integrations/ted5000
/components/sensor.teksavvy /integrations/teksavvy
/components/sensor.tellduslive /integrations/tellduslive
/components/sensor.tellstick /integrations/tellstick#sensor
/components/sensor.temper /integrations/temper
@ -1875,7 +1874,6 @@
/components/tautulli /integrations/tautulli
/components/tcp /integrations/tcp
/components/ted5000 /integrations/ted5000
/components/teksavvy /integrations/teksavvy
/components/telegram /integrations/telegram
/components/telegram_bot /integrations/telegram_bot
/components/tellduslive /integrations/tellduslive