Commit graph

38 commits

Author SHA1 Message Date
max2697
d4739cfa5c
Bump opower to 0.2.0 (#108067) 2024-01-16 13:43:19 +01:00
tronikos
2a9a046fab
Disable IPv6 in the opower integration to fix AEP utilities (#107203) 2024-01-04 15:07:15 -10:00
tronikos
09a0ace671
Fix opower for AEP utilities (#106010) 2023-12-18 20:49:18 -10:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions (#105984)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
tronikos
82f3f17537
Bump opower to 0.1.0 (#105957) 2023-12-18 12:16:32 +01:00
tronikos
b344ac42a8
Bump opower to 0.0.41 (#105791) 2023-12-15 13:38:38 +01:00
tronikos
53becaa976
Bump opower==0.0.40 (#104986) 2023-12-04 12:32:08 +01:00
tronikos
5d2110c32c
Bump opower to 0.0.39 (#103292) 2023-11-03 12:15:49 +01:00
tronikos
74b19564ad
Fix Opower not refreshing statistics when there are no forecast entities (#103058)
Ensure _insert_statistics is periodically called
2023-10-30 11:08:51 -04:00
tronikos
82688d2a33
Bump opower to 0.0.38 (#102983) 2023-10-29 08:05:37 +01:00
tronikos
afec5b6730
Bump opower to 0.0.37 (#102265) 2023-10-19 01:51:48 +02:00
tronikos
ab29c796da
Bump opower to 0.0.36 (#102150) 2023-10-17 10:35:32 +02:00
tronikos
42b2a462c1
Bump opower to 0.0.35 (#101072) 2023-09-28 22:38:33 +02:00
tronikos
7aa02b8621
Bump opower to 0.0.34 (#100501) 2023-09-17 09:50:17 -05:00
tronikos
d4ef570b0a
Add a comment why state_class=total (#99703) 2023-09-06 08:43:46 +02:00
tronikos
343e8f0ecc
Opower MFA fixes (#99317)
opower mfa fixes
2023-08-31 06:36:07 +02:00
Sebastian Mayr
6e8b3837b0
Add support for MFA auth in opower (#97878)
* Add support for MFA auth in opower

* Make MFA an extra step

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-08-29 23:37:37 -04:00
tronikos
a25a7ebbeb
Bump opower to 0.0.32 (#99079) 2023-08-26 15:39:48 +02:00
tronikos
53b596101b
Bump opower to 0.0.31 (#98716) 2023-08-20 22:29:16 +02:00
tronikos
7059252164
Bump opowerto 0.0.30 (#98660) 2023-08-19 08:57:25 +02:00
tronikos
a0ea6e6a0c
Bump opower to 0.0.29 (#98503) 2023-08-16 11:10:02 +02:00
tronikos
fea4af69d7
Add missing logging for opower library (#98325) 2023-08-13 08:08:33 +02:00
tronikos
fe794e2be3
Fix Opower utilities that have different ReadResolution than previously assumed (#97823) 2023-08-11 13:47:49 +02:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry (#98149)
* Move DeviceInfo from entity to device registry

* Update integrations
2023-08-10 22:04:26 -04:00
tronikos
9a2cb3ad1f
Opower: Add gas sensors for utilities that report CCF (#98142)
Add gas sensors for utilities that report CCF
2023-08-10 16:49:23 +02:00
tronikos
5812090eff
Get Opower accounts from the customer endpoint (#98144)
Get accounts from the customer endpoint
2023-08-10 12:11:01 +02:00
tronikos
84d779fab7
Bump opower to 0.0.26 (#98141) 2023-08-10 11:13:55 +02:00
tronikos
35718b2917
Bump opower to 0.0.24 (#98091) 2023-08-09 10:32:00 +02:00
tronikos
b16254a0de
Bump opower to 0.0.20 (#97752) 2023-08-04 09:32:59 +02:00
tronikos
5e2d3b13b0
Bump opower to 0.0.19 (#97706) 2023-08-03 20:07:44 +02:00
tronikos
3a2549829e
Bump opower to 0.0.18 (#97548) 2023-08-01 09:45:17 +02:00
tronikos
28dc819212
Bump opower to 0.0.16 (#97437) 2023-07-30 18:41:14 +02:00
tronikos
4a649ff31d
Bump opower==0.0.15 (#97243) 2023-07-26 07:48:06 +02:00
tronikos
bbc420bc90
Bump opower to 0.0.14 (#96506) 2023-07-13 14:52:26 -10:00
Marc Mueller
0a165bb35a
Improve opower generic typing (#95758) 2023-07-03 17:43:52 +02:00
tronikos
4e7d8b579a
Address Opower review comments (#95763)
* Address comments

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update sensor.py

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-07-03 14:53:44 +02:00
tronikos
bd6f70c236
Bump opower to 0.0.12 (#95748) 2023-07-03 14:19:40 +02:00
tronikos
caaeb28cbb
Add Opower integration for getting electricity/gas usage and cost for many utilities (#90489)
* Create Opower integration

* fix tests

* Update config_flow.py

* Update coordinator.py

* Update sensor.py

* Update sensor.py

* Update coordinator.py

* Bump opower==0.0.4

* Ignore errors for "recent" PGE accounts

* Add type for forecasts

* Bump opower to 0.0.5

* Bump opower to 0.0.6

* Bump opower to 0.0.7

* Update requirements_all.txt

* Update requirements_test_all.txt

* Update coordinator

Fix exception caused by https://github.com/home-assistant/core/pull/92095
{} is dict but the function expects a set so change it to set()

* Improve exceptions handling

* Bump opower==0.0.9

* Bump opower to 0.0.10

* Bump opower to 0.0.11

* fix issue when integration hasn't run for 30 days

use last stat time instead of now when fetching recent usage/cost

* Allow username to be changed in reauth

* Don't allow changing  username in reauth flow
2023-07-02 21:26:31 -04:00