Brian Rogers
e33405a8b0
Fix Met.no forecast precipitation ( #44106 )
2020-12-11 16:53:21 +01:00
HomeAssistant Azure
9c63fbfcb1
[ci skip] Translation update
2020-12-07 00:04:18 +00:00
Michael Thingnes
69c2818c56
Met.no: Fix for zero temp entries ( #43684 )
...
Addresses issue #43587
2020-11-27 08:07:49 +01:00
Paulus Schoutsen
54f3d9078a
Update translations
2020-11-11 12:10:09 +01:00
HomeAssistant Azure
57c6bb96f4
[ci skip] Translation update
2020-11-07 00:04:02 +00:00
HomeAssistant Azure
b71e28dfac
[ci skip] Translation update
2020-11-04 00:13:14 +00:00
HomeAssistant Azure
aab0ff2ea5
[ci skip] Translation update
2020-11-03 00:04:39 +00:00
springstan
5f3384fc8a
Add elevation to base strings for config flows ( #42377 )
2020-10-26 23:30:20 -05:00
springstan
fe62543a25
Add location to base strings for config flows ( #42374 )
2020-10-25 23:41:26 +01:00
HomeAssistant Azure
81296b2b70
[ci skip] Translation update
2020-10-20 00:08:00 +00:00
HomeAssistant Azure
994ae09f69
[ci skip] Translation update
2020-10-15 00:03:50 +00:00
HomeAssistant Azure
1417a4161f
[ci skip] Translation update
2020-10-13 00:03:24 +00:00
HomeAssistant Azure
80522f1bdc
[ci skip] Translation update
2020-10-11 00:03:37 +00:00
Paulus Schoutsen
dc1b1706f1
Add device info to met ( #41611 )
2020-10-10 17:30:27 +02:00
HomeAssistant Azure
6ae12c3faf
[ci skip] Translation update
2020-10-10 00:05:05 +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
springstan
04daa9a378
Add name to base strings for config flows ( #40947 )
...
* Add name to base strings for config flows
* Fix HA strings.json
2020-10-03 15:28:42 +02:00
Daniel Hjelseth Høyer
4a1173c3de
Update met config string ( #41048 )
...
* update config string met
* typo
* config strings
2020-10-03 15:18:05 +02:00
HomeAssistant Azure
81c6d48cb4
[ci skip] Translation update
2020-10-02 00:05:51 +00:00
SNoof85
480066ba63
Add longitude and latitude common strings ( #40963 )
2020-10-01 15:36:57 +02:00
Michael Thingnes
bfbaa1e8bb
Validate Met.no forecast entries before passing them on to HA ( #40400 )
2020-09-21 21:56:08 +02:00
Michael Thingnes
83b0954e58
Fix Met.no missing conditions in API forecasts ( #40373 )
2020-09-20 23:56:04 +02:00
HomeAssistant Azure
5dcaeebdac
[ci skip] Translation update
2020-09-20 00:05:00 +00:00
Franck Nijhof
b70df4ab18
Disable Met.no hourly weather by default ( #39867 )
...
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
2020-09-10 07:58:40 +02:00
HomeAssistant Azure
07d5af1969
[ci skip] Translation update
2020-09-08 00:04:13 +00:00
Daniel Hjelseth Høyer
97602a127a
Reintroduce custom met.no url ( #39583 )
2020-09-02 20:56:23 +02:00
Michael Thingnes
0892acbabd
Met.no migrate from classic to complete endpoint ( #39493 )
2020-09-02 14:11:13 +02:00
J. Nick Koston
9d1045dd7a
Update met to use CoordinatorEntity ( #39462 )
2020-08-30 20:14:09 +02: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
HomeAssistant Azure
195d4b6897
[ci skip] Translation update
2020-08-27 00:04:55 +00:00
Daniel Hjelseth Høyer
28a9793a7b
Update met.no library ( #39076 )
2020-08-20 10:26:49 +02:00
Vaclav
8555e17eb9
Add hourly forecast to met.no ( #38700 )
...
* Add hourly forecast
* fix tests to assert for 2 entities created
* fix test to assert for 4 calls
* correct test tracking home number of calls
* fox tests
* fix test
* Apply suggestions from code review
* black
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2020-08-10 20:22:39 -05:00
Vaclav
b258e757c2
Add DataUpdateCoordinator to met integration ( #38405 )
...
* Add DataUpdateCoordinator to met integration
* isort
* redundant fetch_data
* Update homeassistant/components/met/weather.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/weather.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/weather.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/weather.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Update homeassistant/components/met/weather.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* fix black, isort, flake8, hassfest, mypy
* remove unused async_setup method
* replace fetch_data by coordinator request_refresh
* remove redundant async_update
* track_home
* Apply suggestions from code review
* Apply suggestions from code review
* Update homeassistant/components/met/__init__.py
* Apply suggestions from code review
* Update homeassistant/components/met/__init__.py
* Apply suggestions from code review
* Update homeassistant/components/met/__init__.py
* Apply suggestions from code review
* Update test_config_flow.py
* Apply suggestions from code review
* Apply suggestions from code review
* Update __init__.py
* Create test_init.py
* Update homeassistant/components/met/__init__.py
* Update __init__.py
* Update __init__.py
* Update homeassistant/components/met/__init__.py
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2020-08-09 13:18:02 -05:00
Daniel Hjelseth Høyer
e53d770b3d
Update pymetno lib, and start using met api v2 ( #38547 )
2020-08-05 00:31:12 +02:00
Daniel Hjelseth Høyer
662d79eb86
Prevent unnecessary updates of met component ( #38168 )
2020-07-25 11:18:30 +02:00
HomeAssistant Azure
a6fb9e6100
[ci skip] Translation update
2020-07-03 00:03:38 +00:00
Paulus Schoutsen
43cee39528
Upgrade pymetno ( #36880 )
2020-06-17 12:12:50 -07: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
Paulus Schoutsen
0efeefe3b2
Update translations
2020-05-13 11:27:21 -07:00
HomeAssistant Azure
7faba60e83
[ci skip] Translation update
2020-04-29 00:03:31 +00:00
Joakim Sørensen
730a257f3c
Rename translations dir for integrations ( #34494 )
2020-04-21 16:11:05 -07:00
Paulus Schoutsen
0d60d40512
Update translations
2020-04-16 13:00:10 -07:00
Paulus Schoutsen
55dfca7467
Drop title from translations if brand name ( #34306 )
2020-04-16 12:52:53 -07:00
Paulus Schoutsen
f06aeea385
Update translations
2020-04-15 09:51:07 -07:00
Paulus Schoutsen
d36204a968
Move title translation to root ( #33850 )
2020-04-15 09:41:18 -07:00
Franck Nijhof
39336d3ea3
Add prettier (in pre-commit and CI) ( #33693 )
...
* Add prettier (in pre-commit and CI)
* Make all file prettier
* Change order
* Add to Azure Pipelines
* Fix a YAML file prettier caught as invalid
* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00