HomeAssistant Azure
11b812b82e
[ci skip] Translation update
2020-10-16 00:04:33 +00:00
Daniel Hjelseth Høyer
4146a90313
Tibber, change time for fetching prices ( #41840 )
2020-10-15 08:08:57 +02:00
HomeAssistant Azure
994ae09f69
[ci skip] Translation update
2020-10-15 00:03:50 +00:00
scheric
78c0871ae5
Use common strings in Tibber config flow ( #41837 )
2020-10-14 21:10:37 +02:00
Daniel Hjelseth Høyer
3a119dd669
Update pyTibber to 0.15.7 ( #41722 )
2020-10-13 19:58:39 +02:00
HomeAssistant Azure
1417a4161f
[ci skip] Translation update
2020-10-13 00:03:24 +00:00
HomeAssistant Azure
f787289ea0
[ci skip] Translation update
2020-10-12 00:03:31 +00:00
HomeAssistant Azure
80522f1bdc
[ci skip] Translation update
2020-10-11 00:03:37 +00:00
Daniel Hjelseth Høyer
4ece928c0a
Remove icon for Tibber sensor ( #41604 )
2020-10-10 17:29:45 +02:00
Daniel Hjelseth Høyer
9299f0a8b2
Add device_class to Tibber sensor ( #41572 )
2020-10-10 14:20:15 +02:00
HomeAssistant Azure
6ae12c3faf
[ci skip] Translation update
2020-10-10 00:05:05 +00:00
HomeAssistant Azure
29aea5a66c
[ci skip] Translation update
2020-10-09 00:04:33 +00:00
HomeAssistant Azure
486c0b644a
[ci skip] Translation update
2020-10-07 00:06:20 +00:00
HomeAssistant Azure
bcfa4ac959
[ci skip] Translation update
2020-10-06 00:08:09 +00:00
HomeAssistant Azure
8d1d585b40
[ci skip] Translation update
2020-10-05 00:04:23 +00:00
HomeAssistant Azure
f8c2d877aa
[ci skip] Translation update
2020-10-04 00:05:05 +00:00
Daniel Hjelseth Høyer
16d5c145a9
Spread the load on the Tibber server ( #40797 )
...
* Tibber, Spread the load on the server
* start hour
2020-10-03 04:09:29 +02:00
Daniel Hjelseth Høyer
708ef3201e
Update config string for Tibber ( #41045 )
2020-10-02 11:42:26 +02:00
Daniel Hjelseth Høyer
dfe3ee5387
Use reference strings in Tibber ( #41038 )
2020-10-02 09:17:06 +02:00
Daniel Hjelseth Høyer
4c157f65ea
Tibber, combine two fetches into one fetch ( #40787 )
2020-09-30 17:17:21 +02:00
Daniel Hjelseth Høyer
82c61fb6a7
Upgrade Tibber library to 0.15.3 ( #40570 )
2020-09-25 10:05:01 +02:00
HomeAssistant Azure
f28b7f2187
[ci skip] Translation update
2020-09-16 00:09:01 +00:00
Sören Oldag
1f75f61bb0
Bump pyTibber to 0.15.2 ( #39870 )
2020-09-10 00:52:27 +02:00
HomeAssistant Azure
07d5af1969
[ci skip] Translation update
2020-09-08 00:04:13 +00:00
HomeAssistant Azure
8d68963854
[ci skip] Translation update
2020-09-01 00:07:08 +00:00
Ville Skyttä
b4bac0f7a0
Exception chaining and wrapping improvements ( #39320 )
...
* Remove unnecessary exception re-wraps
* Preserve exception chains on re-raise
We slap "from cause" to almost all possible cases here. In some cases it
could conceivably be better to do "from None" if we really want to hide
the cause. However those should be in the minority, and "from cause"
should be an improvement over the corresponding raise without a "from"
in all cases anyway.
The only case where we raise from None here is in plex, where the
exception for an original invalid SSL cert is not the root cause for
failure to validate a newly fetched one.
Follow local convention on exception variable names if there is a
consistent one, otherwise `err` to match with majority of codebase.
* Fix mistaken re-wrap in homematicip_cloud/hap.py
Missed the difference between HmipConnectionError and
HmipcConnectionError.
* Do not hide original error on plex new cert validation error
Original is not the cause for the new one, but showing old in the
traceback is useful nevertheless.
2020-08-28 13:50:32 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
HomeAssistant Azure
195d4b6897
[ci skip] Translation update
2020-08-27 00:04:55 +00:00
Franck Nijhof
53545c984b
Log lines do not end with a full stop ( #37527 )
2020-07-05 23:04:19 +02:00
HomeAssistant Azure
e48bcd2070
[ci skip] Translation update
2020-06-27 00:05:54 +00:00
HomeAssistant Azure
b15caf31a9
[ci skip] Translation update
2020-06-15 00:03:32 +00:00
HomeAssistant Azure
140fd5adaf
[ci skip] Translation update
2020-06-09 00:05:22 +00:00
HomeAssistant Azure
492874c4a0
[ci skip] Translation update
2020-06-06 00:03:33 +00:00
Daniel Høyer Iversen
12fb6a85d5
Set PARALLEL_UPDATES for Tibber ( #35915 )
2020-05-25 12:26:03 +02:00
HomeAssistant Azure
e94f44f294
[ci skip] Translation update
2020-05-17 00:02:56 +00:00
HomeAssistant Azure
9586e9ebef
[ci skip] Translation update
2020-05-15 00:02:56 +00:00
Paulus Schoutsen
0efeefe3b2
Update translations
2020-05-13 11:27:21 -07:00
Paulus Schoutsen
dd32324e01
Use config flow references for data ( #35529 )
2020-05-12 10:50:44 -07:00
Paulus Schoutsen
34e35f6aa3
Add config flow base strings ( #34523 )
2020-05-04 20:10:39 -07:00
Daniel Høyer Iversen
5a2528b0f1
Tibber config flow ( #34469 )
...
* tibber config, wip
* read config from yaml
* sync requirements
* style
* add model property
* unique id
* unique id
* Tibber config, unique id
* test doc
* tibber config, update title
* append _el_price
* Update homeassistant/components/tibber/__init__.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* unique id
* tibber config flow
* tibber config flow
* fix test for python 3.8
* update test imports
* move _async_current_entries
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-05-03 14:40:19 +02:00
Daniel Høyer Iversen
e8e9500a30
upgrade Tibber lib ( #34429 )
2020-04-19 17:43:22 +02:00
springstan
f839ba00eb
Use POWER_WATT constant ( #33984 )
2020-04-11 15:40:59 +02:00
Franck Nijhof
886308a953
String formatting improvements ( #33653 )
2020-04-04 21:39:22 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Paulus Schoutsen
aaa1d06809
Directly call async_write_ha_state ( #33508 )
...
* Directly call async_write_ha_state
* Address comments
* Fix tests
2020-04-01 14:19:51 -07:00
Daniel Høyer Iversen
262ed9ed2a
Upgrade tibber to 0.13.6 ( #33293 )
2020-03-26 22:27:05 +01:00
Daniel Høyer Iversen
b5118c41a6
Add Tibber retry ( #32554 )
...
* Add retry setup to Tibber
* tibber lib
* update comment
* update comment
* increase delay for every try
* Update homeassistant/components/tibber/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-03-08 12:20:33 +01:00
Daniel Høyer Iversen
0c0d4c460f
Upgrade Tibber library to 0.13.2 ( #32478 )
2020-03-04 22:48:00 +01:00
Daniel Høyer Iversen
c361358c6d
Upgrade Tibber library to 0.13.0 ( #32369 )
2020-03-01 22:56:31 +01:00
Daniel Høyer Iversen
8c270e6fc7
update pyTibber libary, add signal strength for Pulse and watty ( #31851 )
...
* update pyTibber libary, add signal strength for Pulse and watty
* update pyTibber libary, add signal strength for Pulse and watty
2020-02-15 13:52:56 -08:00