Skip to content

Commit

Permalink
Mark as ready for Bronze
Browse files Browse the repository at this point in the history
  • Loading branch information
RJPoelstra committed Jan 31, 2025
1 parent 21ffcf8 commit 18c5c7c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/motionmount/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"documentation": "https://www.home-assistant.io/integrations/motionmount",
"integration_type": "device",
"iot_class": "local_push",
"quality_scale": "bronze",
"requirements": ["python-MotionMount==2.3.0"],
"zeroconf": ["_tvm._tcp.local."]
}
26 changes: 26 additions & 0 deletions homeassistant/components/motionmount/quality_scale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
rules:
# Bronze
action-setup:
status: exempt
comment: Integration does not have actions
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions:
status: done
comment: Integration does register actions aside from entity actions
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: Integration does not register events.
entity-unique-id: done
has-entity-name: done
runtime-data: done
test-before-configure: done
test-before-setup: done
unique-config-entry: done
2 changes: 0 additions & 2 deletions script/hassfest/quality_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ class Rule:
"motion_blinds",
"motionblinds_ble",
"motioneye",
"motionmount",
"mpd",
"mqtt_eventstream",
"mqtt_json",
Expand Down Expand Up @@ -1748,7 +1747,6 @@ class Rule:
"motion_blinds",
"motionblinds_ble",
"motioneye",
"motionmount",
"mpd",
"mqtt_eventstream",
"mqtt_json",
Expand Down

0 comments on commit 18c5c7c

Please sign in to comment.