mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Remove duke_energy integration (ADR-0004) (#12114)
This commit is contained in:
parent
63730f2f1d
commit
0f543fc052
@ -1,44 +0,0 @@
|
|||||||
---
|
|
||||||
title: Duke Energy
|
|
||||||
description: Instructions on how to set Duke Energy smart meter sensors within Home Assistant.
|
|
||||||
logo: duke_energy.png
|
|
||||||
ha_category:
|
|
||||||
- Energy
|
|
||||||
ha_release: 0.74
|
|
||||||
ha_iot_class: Cloud Polling
|
|
||||||
---
|
|
||||||
|
|
||||||
The `duke_energy` sensor platform allows you get the previous days usage for all of your Duke Energy smart meters.
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
|
|
||||||
You will only have access to meters listed in your account at [Duke Energy Usage](https://www.duke-energy.com/my-account/usage-analysis).
|
|
||||||
|
|
||||||
This supports both electric and gas meters. Along with previous days usage, each sensor will have attributes for the previous bills total usage and average usage.
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
To enable the sensor, add the following lines to your `configuration.yaml`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
sensor:
|
|
||||||
- platform: duke_energy
|
|
||||||
username: YOUR_DUKE_USERNAME
|
|
||||||
password: YOUR_DUKE_PASSWORD
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
username:
|
|
||||||
description: Your Duke Energy username
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
password:
|
|
||||||
description: Your Duke Energy password
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
{% endconfiguration %}
|
|
||||||
|
|
||||||
<div class='note'>
|
|
||||||
Meter usage isn't updated until mid-morning. Prior to updating your meter will report 0 for usage starting at midnight. The API is only called to update every 2 hours from startup time.
|
|
||||||
</div>
|
|
@ -40,7 +40,7 @@ I'm happy to announce that this release introduces support for Tuya thanks to [@
|
|||||||
|
|
||||||
- Add Tuya component and switch support ([@huangyupeng] - [#15399]) ([tuya docs]) ([switch.tuya docs]) (new-platform)
|
- Add Tuya component and switch support ([@huangyupeng] - [#15399]) ([tuya docs]) ([switch.tuya docs]) (new-platform)
|
||||||
- Add Tuya light platform ([@huangyupeng] - [#15444]) ([tuya docs]) ([light.tuya docs]) (new-platform)
|
- Add Tuya light platform ([@huangyupeng] - [#15444]) ([tuya docs]) ([light.tuya docs]) (new-platform)
|
||||||
- Added support for Duke Energy smart meters ([@w1ll1am23] - [#15165]) ([sensor.duke_energy docs]) (new-platform)
|
- Added support for Duke Energy smart meters ([@w1ll1am23] - [#15165]) (new-platform)
|
||||||
- Added Push Camera ([@dgomes] - [#15151]) ([camera.push docs]) (new-platform)
|
- Added Push Camera ([@dgomes] - [#15151]) ([camera.push docs]) (new-platform)
|
||||||
- Add Cloudflare DNS component. ([@ludeeus] - [#15388]) ([cloudflare docs]) (new-platform)
|
- Add Cloudflare DNS component. ([@ludeeus] - [#15388]) ([cloudflare docs]) (new-platform)
|
||||||
- Add HomematicIP alarm control panel ([@mxworm] - [#15342]) ([alarm_control_panel docs]) ([homematicip_cloud docs]) ([alarm_control_panel.homematicip_cloud docs]) (new-platform)
|
- Add HomematicIP alarm control panel ([@mxworm] - [#15342]) ([alarm_control_panel docs]) ([homematicip_cloud docs]) ([alarm_control_panel.homematicip_cloud docs]) (new-platform)
|
||||||
@ -103,7 +103,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Added setting cover tilt position in scene ([@kstaniek] - [#15255])
|
- Added setting cover tilt position in scene ([@kstaniek] - [#15255])
|
||||||
- Pass tox posargs to pylint ([@scop] - [#15226])
|
- Pass tox posargs to pylint ([@scop] - [#15226])
|
||||||
- Fix Roomba exception ([@arbreng] - [#15262]) ([vacuum.roomba docs])
|
- Fix Roomba exception ([@arbreng] - [#15262]) ([vacuum.roomba docs])
|
||||||
- Added support for Duke Energy smart meters ([@w1ll1am23] - [#15165]) ([sensor.duke_energy docs]) (new-platform)
|
- Added support for Duke Energy smart meters ([@w1ll1am23] - [#15165]) (new-platform)
|
||||||
- Update image_processing async ([@dgomes] - [#15082]) ([image_processing docs])
|
- Update image_processing async ([@dgomes] - [#15082]) ([image_processing docs])
|
||||||
- Fix python-miio 0.4 compatibility of the xiaomi miio device tracker ([@serhtt] - [#15244]) ([device_tracker docs])
|
- Fix python-miio 0.4 compatibility of the xiaomi miio device tracker ([@serhtt] - [#15244]) ([device_tracker docs])
|
||||||
- Upgrade keyring to 13.1.0 ([@fabaff] - [#15268])
|
- Upgrade keyring to 13.1.0 ([@fabaff] - [#15268])
|
||||||
@ -380,7 +380,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[prometheus docs]: /integrations/prometheus/
|
[prometheus docs]: /integrations/prometheus/
|
||||||
[sensor.arlo docs]: /integrations/arlo#sensor
|
[sensor.arlo docs]: /integrations/arlo#sensor
|
||||||
[sensor.deconz docs]: /integrations/deconz#sensor
|
[sensor.deconz docs]: /integrations/deconz#sensor
|
||||||
[sensor.duke_energy docs]: /integrations/duke_energy
|
|
||||||
[sensor.efergy docs]: /integrations/efergy
|
[sensor.efergy docs]: /integrations/efergy
|
||||||
[sensor.fixer docs]: /integrations/fixer
|
[sensor.fixer docs]: /integrations/fixer
|
||||||
[sensor.gtfs docs]: /integrations/gtfs
|
[sensor.gtfs docs]: /integrations/gtfs
|
||||||
|
@ -842,7 +842,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Move imports to top for egardia ([@springstan] - [#29448]) ([egardia docs])
|
- Move imports to top for egardia ([@springstan] - [#29448]) ([egardia docs])
|
||||||
- Move imports to top for eight_sleep ([@springstan] - [#29447]) ([eight_sleep docs])
|
- Move imports to top for eight_sleep ([@springstan] - [#29447]) ([eight_sleep docs])
|
||||||
- Update eternalegypt to 0.0.11 ([@amelchio] - [#29446]) ([netgear_lte docs])
|
- Update eternalegypt to 0.0.11 ([@amelchio] - [#29446]) ([netgear_lte docs])
|
||||||
- Move imports to top for duke_energy ([@springstan] - [#29445]) ([duke_energy docs])
|
- Move imports to top for duke_energy ([@springstan] - [#29445])
|
||||||
- Move imports to top for dunehd ([@springstan] - [#29444]) ([dunehd docs])
|
- Move imports to top for dunehd ([@springstan] - [#29444]) ([dunehd docs])
|
||||||
- Move imports to top for dlink ([@springstan] - [#29443]) ([dlink docs])
|
- Move imports to top for dlink ([@springstan] - [#29443]) ([dlink docs])
|
||||||
- Move imports to top for doorbird ([@springstan] - [#29442]) ([doorbird docs])
|
- Move imports to top for doorbird ([@springstan] - [#29442]) ([doorbird docs])
|
||||||
@ -1495,7 +1495,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[doorbird docs]: /integrations/doorbird/
|
[doorbird docs]: /integrations/doorbird/
|
||||||
[dovado docs]: /integrations/dovado/
|
[dovado docs]: /integrations/dovado/
|
||||||
[dsmr_reader docs]: /integrations/dsmr_reader/
|
[dsmr_reader docs]: /integrations/dsmr_reader/
|
||||||
[duke_energy docs]: /integrations/duke_energy/
|
|
||||||
[dunehd docs]: /integrations/dunehd/
|
[dunehd docs]: /integrations/dunehd/
|
||||||
[dwd_weather_warnings docs]: /integrations/dwd_weather_warnings/
|
[dwd_weather_warnings docs]: /integrations/dwd_weather_warnings/
|
||||||
[dyson docs]: /integrations/dyson/
|
[dyson docs]: /integrations/dyson/
|
||||||
|
@ -684,7 +684,6 @@
|
|||||||
/components/sensor.dsmr /integrations/dsmr
|
/components/sensor.dsmr /integrations/dsmr
|
||||||
/components/sensor.dte_energy_bridge /integrations/dte_energy_bridge
|
/components/sensor.dte_energy_bridge /integrations/dte_energy_bridge
|
||||||
/components/sensor.dublin_bus_transport /integrations/dublin_bus_transport
|
/components/sensor.dublin_bus_transport /integrations/dublin_bus_transport
|
||||||
/components/sensor.duke_energy /integrations/duke_energy
|
|
||||||
/components/sensor.dwd_weather_warnings /integrations/dwd_weather_warnings
|
/components/sensor.dwd_weather_warnings /integrations/dwd_weather_warnings
|
||||||
/components/sensor.dweet /integrations/dweet#sensor
|
/components/sensor.dweet /integrations/dweet#sensor
|
||||||
/components/sensor.dyson /integrations/dyson#sensor
|
/components/sensor.dyson /integrations/dyson#sensor
|
||||||
@ -1285,7 +1284,6 @@
|
|||||||
/components/dte_energy_bridge /integrations/dte_energy_bridge
|
/components/dte_energy_bridge /integrations/dte_energy_bridge
|
||||||
/components/dublin_bus_transport /integrations/dublin_bus_transport
|
/components/dublin_bus_transport /integrations/dublin_bus_transport
|
||||||
/components/duckdns /integrations/duckdns
|
/components/duckdns /integrations/duckdns
|
||||||
/components/duke_energy /integrations/duke_energy
|
|
||||||
/components/dunehd /integrations/dunehd
|
/components/dunehd /integrations/dunehd
|
||||||
/components/dwd_weather_warnings /integrations/dwd_weather_warnings
|
/components/dwd_weather_warnings /integrations/dwd_weather_warnings
|
||||||
/components/dweet /integrations/dweet
|
/components/dweet /integrations/dweet
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user