mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
record iqs
This commit is contained in:
parent
8355727eb1
commit
80b45266b1
@ -19,6 +19,9 @@ from .coordinator import FeedReaderCoordinator
|
|||||||
|
|
||||||
LOGGER = logging.getLogger(__name__)
|
LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
# Coordinator is used to centralize the data updates
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
ATTR_CONTENT = "content"
|
ATTR_CONTENT = "content"
|
||||||
ATTR_DESCRIPTION = "description"
|
ATTR_DESCRIPTION = "description"
|
||||||
ATTR_LINK = "link"
|
ATTR_LINK = "link"
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/feedreader",
|
"documentation": "https://www.home-assistant.io/integrations/feedreader",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["feedparser", "sgmllib3k"],
|
"loggers": ["feedparser", "sgmllib3k"],
|
||||||
|
"quality_scale": "silver",
|
||||||
"requirements": ["feedparser==6.0.11"]
|
"requirements": ["feedparser==6.0.11"]
|
||||||
}
|
}
|
||||||
|
88
homeassistant/components/feedreader/quality_scale.yaml
Normal file
88
homeassistant/components/feedreader/quality_scale.yaml
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
rules:
|
||||||
|
# Bronze
|
||||||
|
action-setup:
|
||||||
|
status: exempt
|
||||||
|
comment: No custom actions are defined.
|
||||||
|
appropriate-polling: done
|
||||||
|
brands: done
|
||||||
|
common-modules: done
|
||||||
|
config-flow-test-coverage: done
|
||||||
|
config-flow: done
|
||||||
|
dependency-transparency: done
|
||||||
|
docs-actions:
|
||||||
|
status: exempt
|
||||||
|
comment: No custom actions are defined.
|
||||||
|
docs-high-level-description: done
|
||||||
|
docs-installation-instructions: done
|
||||||
|
docs-removal-instructions: done
|
||||||
|
entity-event-setup: done
|
||||||
|
entity-unique-id: done
|
||||||
|
has-entity-name: done
|
||||||
|
runtime-data: done
|
||||||
|
test-before-configure: done
|
||||||
|
test-before-setup: done
|
||||||
|
unique-config-entry: done
|
||||||
|
|
||||||
|
# Silver
|
||||||
|
action-exceptions:
|
||||||
|
status: exempt
|
||||||
|
comment: No custom actions are defined.
|
||||||
|
config-entry-unloading: done
|
||||||
|
docs-configuration-parameters: done
|
||||||
|
docs-installation-parameters: done
|
||||||
|
entity-unavailable: done
|
||||||
|
integration-owner: done
|
||||||
|
log-when-unavailable: done
|
||||||
|
parallel-updates: done
|
||||||
|
reauthentication-flow:
|
||||||
|
status: exempt
|
||||||
|
comment: No authentication support.
|
||||||
|
test-coverage: done
|
||||||
|
|
||||||
|
# Gold
|
||||||
|
devices: done
|
||||||
|
diagnostics: todo
|
||||||
|
discovery-update-info:
|
||||||
|
status: exempt
|
||||||
|
comment: No discovery support.
|
||||||
|
discovery:
|
||||||
|
status: exempt
|
||||||
|
comment: No discovery support.
|
||||||
|
docs-data-update: done
|
||||||
|
docs-examples: done
|
||||||
|
docs-known-limitations: todo
|
||||||
|
docs-supported-devices: todo
|
||||||
|
docs-supported-functions: todo
|
||||||
|
docs-troubleshooting: todo
|
||||||
|
docs-use-cases: done
|
||||||
|
dynamic-devices:
|
||||||
|
status: exempt
|
||||||
|
comment: Each config entry, represents one service.
|
||||||
|
entity-category: done
|
||||||
|
entity-device-class:
|
||||||
|
status: exempt
|
||||||
|
comment: Matches no available event entity class.
|
||||||
|
entity-disabled-by-default:
|
||||||
|
status: exempt
|
||||||
|
comment: Only one entity per config entry..
|
||||||
|
entity-translations: todo
|
||||||
|
exception-translations: todo
|
||||||
|
icon-translations: done
|
||||||
|
reconfiguration-flow: done
|
||||||
|
repair-issues:
|
||||||
|
status: done
|
||||||
|
comment: Only one repair-issue for yaml-import defined.
|
||||||
|
stale-devices:
|
||||||
|
status: exempt
|
||||||
|
comment: Each config entry, represents one service.
|
||||||
|
|
||||||
|
# Platinum
|
||||||
|
async-dependency:
|
||||||
|
status: todo
|
||||||
|
comment: feedparser lib is not async.
|
||||||
|
inject-websession:
|
||||||
|
status: todo
|
||||||
|
comment: feedparser lib doesn't take a session as argument.
|
||||||
|
strict-typing:
|
||||||
|
status: todo
|
||||||
|
comment: feedparser lib is not fully typed.
|
@ -373,7 +373,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"fail2ban",
|
"fail2ban",
|
||||||
"familyhub",
|
"familyhub",
|
||||||
"fastdotcom",
|
"fastdotcom",
|
||||||
"feedreader",
|
|
||||||
"ffmpeg_motion",
|
"ffmpeg_motion",
|
||||||
"ffmpeg_noise",
|
"ffmpeg_noise",
|
||||||
"fibaro",
|
"fibaro",
|
||||||
@ -1421,7 +1420,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
|||||||
"fail2ban",
|
"fail2ban",
|
||||||
"familyhub",
|
"familyhub",
|
||||||
"fastdotcom",
|
"fastdotcom",
|
||||||
"feedreader",
|
|
||||||
"ffmpeg_motion",
|
"ffmpeg_motion",
|
||||||
"ffmpeg_noise",
|
"ffmpeg_noise",
|
||||||
"fibaro",
|
"fibaro",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user