mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
* Update metoffice to use DataHub API * Reauth test * Updated to datapoint 0.11.0 * Less hacky check for day/night in twice-daily forecasts * Updated to datapoint 0.12.1, added daily forecast * addressed review comments * one more nit * validate credewntials in reauth flow * Addressed review comments * Attempt to improve coverage * Addressed comments * Reverted unnecessary reordering * Update homeassistant/components/metoffice/sensor.py * Update tests/components/metoffice/test_sensor.py * Update homeassistant/components/metoffice/sensor.py --------- Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"domain": "metoffice",
|
|
"name": "Met Office",
|
|
"codeowners": ["@MrHarcombe", "@avee87"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/metoffice",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["datapoint"],
|
|
"requirements": ["datapoint==0.12.1"]
|
|
}
|