mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Remove deprecated srp_energy integration (ADR-0004) (#10425)
This commit is contained in:
parent
52d64598c2
commit
3a4ca3ac42
@ -1,52 +0,0 @@
|
||||
---
|
||||
title: "SRP Energy Sensor"
|
||||
description: "How to integrate SRP Energy within Home Assistant."
|
||||
ha_category:
|
||||
- Energy
|
||||
ha_release: 0.83
|
||||
ha_iot_class: Cloud Polling
|
||||
redirect_from:
|
||||
- /components/sensor.srp_energy/
|
||||
---
|
||||
|
||||
<div class="note warning">
|
||||
|
||||
This integration is deprecated and will be removed in Home Assistant 0.100.0.
|
||||
|
||||
For more information see [Architecture Decision Record: 0004](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md).
|
||||
|
||||
</div>
|
||||
|
||||
The `srp_energy` integration shows information from Srp hourly energy usage report for their customers. The srpenergy module fetches the data found on the website.
|
||||
|
||||
You need a Username, Password, and AccountId which you can create at [Srp](https://www.srpnet.com).
|
||||
|
||||
## Configuration
|
||||
|
||||
To add Srp Energy to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: srp_energy
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
id: YOUR_ACCOUNT_ID
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Your username for SRP.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Your password for SRP.
|
||||
required: true
|
||||
type: string
|
||||
id:
|
||||
description: Your account id for SRP.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
Details about the API are available in the [SRP Energy Developers API documentation](https://srpenergy-api-client-python.readthedocs.io/en/latest/?badge=latest).
|
@ -45,7 +45,7 @@ Note, this release includes a migration to add an index to speed up the logbook
|
||||
- Add support for 17track.net package sensors ([@bachya] - [#18038]) ([sensor.seventeentrack docs]) (new-platform)
|
||||
- Add new launch sensor to keep track of space launches. ([@ludeeus] - [#18274]) ([sensor.launch_library docs]) (new-platform)
|
||||
- W800rf32 ([@horga83] - [#17920]) ([w800rf32 docs]) ([binary_sensor.w800rf32 docs]) (new-platform)
|
||||
- Srpenergy ([@briglx] - [#18036]) ([sensor.srp_energy docs]) (new-platform)
|
||||
- Srpenergy ([@briglx] - [#18036]) (new-platform)
|
||||
- Add support for sensors from Flu Near You ([@bachya] - [#18136]) ([sensor.flunearyou docs]) (new-platform)
|
||||
- Add niko-home-control support ([@legovaer] - [#18019]) ([light.niko_home_control docs]) (new-platform)
|
||||
- Readded climate.velbus ([@Cereal2nd] - [#18434]) ([velbus docs]) ([climate.velbus docs]) (new-platform)
|
||||
@ -273,7 +273,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Doc fix: a circular dependency does not raise an error. ([@smurfix] - [#18298])
|
||||
- Add new launch sensor to keep track of space launches. ([@ludeeus] - [#18274]) ([sensor.launch_library docs]) (new-platform)
|
||||
- W800rf32 ([@horga83] - [#17920]) ([w800rf32 docs]) ([binary_sensor.w800rf32 docs]) (new-platform)
|
||||
- Srpenergy ([@briglx] - [#18036]) ([sensor.srp_energy docs]) (new-platform)
|
||||
- Srpenergy ([@briglx] - [#18036]) (new-platform)
|
||||
- Restrict recorder query to include max age ([@ehendrix23] - [#18231]) ([sensor.statistics docs])
|
||||
- Add support for sensors from Flu Near You ([@bachya] - [#18136]) ([sensor.flunearyou docs]) (new-platform)
|
||||
- Rename sensor.launch to sensor.launch_library ([@ludeeus] - [#18337]) ([sensor.launch_library docs]) (beta fix)
|
||||
@ -785,7 +785,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.season docs]: /components/sensor.season/
|
||||
[sensor.seventeentrack docs]: /components/sensor.seventeentrack/
|
||||
[sensor.sql docs]: /components/sensor.sql/
|
||||
[sensor.srp_energy docs]: /components/sensor.srp_energy/
|
||||
[sensor.statistics docs]: /components/sensor.statistics/
|
||||
[sensor.swiss_hydrological_data docs]: /components/sensor.swiss_hydrological_data/
|
||||
[sensor.tautulli docs]: /components/sensor.tautulli/
|
||||
|
@ -315,7 +315,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Fix Prometheus casting issues ([@robbiet480] - [#22282]) ([prometheus docs])
|
||||
- Update trait to support auto without ranges. ([@Swamp-Ig] - [#21847]) ([google_assistant docs])
|
||||
- Sort code owners alphabetically ([@cgtobi] - [#22304])
|
||||
- Update srpenergy library ([@robbiet480] - [#22307]) ([srp_energy docs])
|
||||
- Update srpenergy library ([@robbiet480] - [#22307])
|
||||
- Switch from using Google Maps API for elevation to Open Elevation API ([@robbiet480] - [#22306])
|
||||
- Fix for embedded MQTT server configuration ([@robbiet480] - [#22305]) ([mqtt docs])
|
||||
- Upgrade pylast to 3.1.0 ([@fabaff] - [#22302]) ([lastfm docs])
|
||||
@ -827,7 +827,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[smartthings docs]: /components/smartthings/
|
||||
[solaredge docs]: /components/solaredge/
|
||||
[sql docs]: /components/sql/
|
||||
[srp_energy docs]: /components/srp_energy/
|
||||
[stream docs]: /components/stream/
|
||||
[switch docs]: /components/switch/
|
||||
[switchbot docs]: /components/switchbot/
|
||||
|
@ -222,7 +222,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- **SYTADIN** - ([@frenck] - [#25742]) ([sytadin docs])
|
||||
- **UPS** - ([@frenck] - [#25746]) ([ups docs])
|
||||
- **FEDEX** - ([@frenck] - [#25745]) ([fedex docs])
|
||||
- **SRP Energy** - ([@frenck] - [#25754]) ([srp_energy docs])
|
||||
- **SRP Energy** - ([@frenck] - [#25754])
|
||||
- **Linksys AP** - ([@frenck] - [#25804]) ([linksys_ap docs])
|
||||
|
||||
- **Ruter** - *Removed* - Ruter Labs which hosted the API has shut down the service. As an alternative, see the Entur public transport integration. - ([@ludeeus] - [#26041])
|
||||
@ -351,7 +351,7 @@ anymore. - ([@abmantis] - [#25971])
|
||||
- Deprecates sytadin integration (ADR-0004) ([@frenck] - [#25742]) ([sytadin docs]) (breaking change)
|
||||
- Deprecates ups integration (ADR-0004) ([@frenck] - [#25746]) ([ups docs]) (breaking change)
|
||||
- Deprecates fedex integration (ADR-0004) ([@frenck] - [#25745]) ([fedex docs]) (breaking change)
|
||||
- Deprecates srp_energy integration (ADR-0004) ([@frenck] - [#25754]) ([srp_energy docs]) (breaking change)
|
||||
- Deprecates srp_energy integration (ADR-0004) ([@frenck] - [#25754]) (breaking change)
|
||||
- Updater component is always available and shows on/off depending on whether an update is available or not ([@Santobert] - [#25418]) ([updater docs]) (breaking change)
|
||||
- Integration requirement check refactor ([@elupus] - [#25626])
|
||||
- Add Mikrotik hub and rework device tracker ([@slackr31337] - [#25664]) ([mikrotik docs]) (breaking change)
|
||||
@ -863,7 +863,6 @@ anymore. - ([@abmantis] - [#25971])
|
||||
[snmp docs]: /components/snmp/
|
||||
[sonos docs]: /components/sonos/
|
||||
[sql docs]: /components/sql/
|
||||
[srp_energy docs]: /components/srp_energy/
|
||||
[statistics docs]: /components/statistics/
|
||||
[stream docs]: /components/stream/
|
||||
[syncthru docs]: /components/syncthru/
|
||||
|
Loading…
x
Reference in New Issue
Block a user