HomeAssistant Azure
6f99bac557
[ci skip] Translation update
2020-02-06 00:31:53 +00:00
HomeAssistant Azure
3801d5adf4
[ci skip] Translation update
2020-02-05 00:31:54 +00:00
Quentame
201ea2557e
Add config flow to Meteo-France ( #29927 )
...
* Add config flow to Meteo-France
* Review 1
* Use config_entry.unique_id
* Fix config_flow _show_setup_form + init
* Remove empty *_setup_platform()
* Avoid HomeAssistantError: Entity id already exists: sensor.[city_name]_[sensor_type]. Platform meteo_france does not generate unique IDs
- when multiple district in one city
* Review + abort when API error
* Fix I/O
* Remove monitored_conditions
* Add async_unload_entry
* Review 3
* Fix pipe
* alert_watcher is already None
* Review 4
* Better fix for "Entity id already exists"
* Whoops, fix tests
* Fix string
2020-02-04 22:37:59 +01:00
Franck Nijhof
dc02c28891
Correct names in manifests (M-P) ( #30541 )
2020-01-07 13:28:35 +01:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
springstan
518ca3afa7
Move imports to top for meteo_france ( #29394 )
2019-12-04 11:16:16 +01:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Quentame
d746035a91
Add Météo France icons + device_class ( #26441 )
...
* Add Météo France icons
* Add Météo France device_class (temperature) + use constants
* Fix weather alert info log
* Use new f"{...} {...}" format for sensor name
2019-09-10 13:17:10 +02:00
Oncleben31
ca74a23cf1
Fix unnecessary db entries for metro_france ( #25957 )
...
* fix #25911 avoid db unecessary entries
* use UTC timestamp for forecast
* simplify forecast timestamp
2019-08-17 11:47:28 +02:00
Ville Skyttä
a54ade1189
Spelling fixes ( #25666 )
2019-08-02 23:20:06 +02:00
Oncleben31
f7a47c6cab
Meteofrance improve log error messages ( #25630 )
...
* Improve log error messages
* remove unique_id not ready yet
2019-08-01 12:45:16 -07:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Oncleben31
6ea92f86a5
Add weather alert sensor to meteo france component ( #23128 )
...
* Quick & Dirty weather alert integration
* Add attributes in weather alert sensor.
* MeteoFranceUpdate returns dept to init the alert watcher
* add rain forecast to weather attribute
* Add checks when no weather alert data are available
* Improve date and state when online source is unreachable
* update to take into account new API of vigilancemeteo 3.0.0
* Clean local patchs and put requirements in manfiest.json
* Use only one proxy for weather alerts to avoid too much HTTP requests
* linting and comments style corrections
* Add error catching and debug logging
* Correction following PR checklist
* Add code owners
* Update requirements_all.txt
* Comment style
* Update CODEOWNERS after rebaseline with dev branch
* update requirements_all.txt
2019-06-19 14:39:13 -07:00
Victor Cerutti
859ae2fbad
Meteofrance fix 24244 ( #24315 )
...
* Update meteofrance package version
Fix https://github.com/home-assistant/home-assistant/issues/24244
* Add code owner to manifest
* Update CODEOWNERS
2019-06-05 20:09:11 -04:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ( #22235 )
...
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
2019-03-20 22:56:46 -07:00
Fabian Affolter
eb573c2701
Meteo france ( #21065 )
...
* Move files
* Move file
* Update .coveragerc
* Sort import and update file header
* Minor changes
2019-02-15 10:57:47 +01:00