mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Add Netatmo quality scale bronze (#176003)
Co-authored-by: Markus Tuominen <3738613+Markus98@users.noreply.github.com>
This commit is contained in:
co-authored by
Markus Tuominen
parent
f567685a8b
commit
9684558931
@@ -12,6 +12,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyatmo"],
|
||||
"quality_scale": "bronze",
|
||||
"requirements": ["pyatmo==9.4.0"],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
rules:
|
||||
# Bronze
|
||||
action-setup: done
|
||||
appropriate-polling: done
|
||||
brands: done
|
||||
common-modules: done
|
||||
config-flow-test-coverage: done
|
||||
config-flow: done
|
||||
dependency-transparency: done
|
||||
docs-actions: done
|
||||
docs-conditions:
|
||||
status: exempt
|
||||
comment: Integration does not register custom conditions.
|
||||
docs-high-level-description: done
|
||||
docs-installation-instructions: done
|
||||
docs-removal-instructions: done
|
||||
docs-triggers:
|
||||
status: exempt
|
||||
comment: Integration does not register custom triggers.
|
||||
entity-event-setup: done
|
||||
entity-unique-id: done
|
||||
has-entity-name: done
|
||||
runtime-data: done
|
||||
test-before-configure:
|
||||
status: exempt
|
||||
comment: >-
|
||||
The integration is set up via an OAuth2 flow that has no user-entered
|
||||
connection parameters to validate before configuration.
|
||||
test-before-setup: done
|
||||
unique-config-entry: done
|
||||
|
||||
# Silver
|
||||
action-exceptions: todo
|
||||
config-entry-unloading: done
|
||||
docs-configuration-parameters: todo
|
||||
docs-installation-parameters: todo
|
||||
entity-unavailable: todo
|
||||
integration-owner: done
|
||||
log-when-unavailable: todo
|
||||
parallel-updates: todo
|
||||
reauthentication-flow: done
|
||||
test-coverage: todo
|
||||
|
||||
# Gold
|
||||
devices: todo
|
||||
diagnostics: done
|
||||
discovery-update-info: todo
|
||||
discovery: todo
|
||||
docs-data-update: todo
|
||||
docs-examples: todo
|
||||
docs-known-limitations: todo
|
||||
docs-supported-devices: todo
|
||||
docs-supported-functions: todo
|
||||
docs-troubleshooting: done
|
||||
docs-use-cases: todo
|
||||
dynamic-devices: todo
|
||||
entity-category: todo
|
||||
entity-device-class: todo
|
||||
entity-disabled-by-default: todo
|
||||
entity-translations: todo
|
||||
exception-translations: todo
|
||||
icon-translations: done
|
||||
reconfiguration-flow: todo
|
||||
repair-issues: todo
|
||||
stale-devices: todo
|
||||
|
||||
# Platinum
|
||||
async-dependency: done
|
||||
inject-websession: done
|
||||
strict-typing: todo
|
||||
@@ -181,6 +181,15 @@
|
||||
"mode": "Calculation",
|
||||
"show_on_map": "Show on map"
|
||||
},
|
||||
"data_description": {
|
||||
"area_name": "Name used to identify this weather area.",
|
||||
"lat_ne": "Latitude of the northeast corner of the area.",
|
||||
"lat_sw": "Latitude of the southwest corner of the area.",
|
||||
"lon_ne": "Longitude of the northeast corner of the area.",
|
||||
"lon_sw": "Longitude of the southwest corner of the area.",
|
||||
"mode": "How values from multiple stations in the area are aggregated.",
|
||||
"show_on_map": "Whether to show the sensors on the map."
|
||||
},
|
||||
"description": "Configure a public weather sensor for an area.",
|
||||
"title": "Netatmo public weather sensor"
|
||||
},
|
||||
@@ -189,6 +198,10 @@
|
||||
"new_area": "Area name",
|
||||
"weather_areas": "Weather areas"
|
||||
},
|
||||
"data_description": {
|
||||
"new_area": "Name of a new weather area to add.",
|
||||
"weather_areas": "Configured weather areas to edit or remove."
|
||||
},
|
||||
"description": "Configure public weather sensors.",
|
||||
"title": "[%key:component::netatmo::options::step::public_weather::title%]"
|
||||
}
|
||||
|
||||
@@ -621,7 +621,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
||||
"nasweb",
|
||||
"neato",
|
||||
"nederlandse_spoorwegen",
|
||||
"netatmo",
|
||||
"netdata",
|
||||
"netgear",
|
||||
"netgear_lte",
|
||||
@@ -1574,7 +1573,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
||||
"nederlandse_spoorwegen",
|
||||
"nest",
|
||||
"ness_alarm",
|
||||
"netatmo",
|
||||
"netdata",
|
||||
"netgear",
|
||||
"netgear_lte",
|
||||
|
||||
Reference in New Issue
Block a user