Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Ignore brands
Browse files Browse the repository at this point in the history
  • Loading branch information
ootri committed Aug 1, 2024
1 parent 0cd4693 commit 5f72388
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
category: "integration"
ignore: "brands"
2 changes: 1 addition & 1 deletion custom_components/unifi_rule_management/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import homeassistant.helpers.config_validation as cv
import voluptuous as vol

_LOGGER = logging.getLogger(__name__)
# _LOGGER = logging.getLogger(__name__)

DOMAIN = "unifi_rule_management"
PLATFORMS: list[Platform] = [Platform.SWITCH]
Expand Down
8 changes: 7 additions & 1 deletion custom_components/unifi_rule_management/const.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
DOMAIN = "unifi"
"""Constants for Kwikset Monitoring"""
import logging

#LOGGER = logging.getLogger(__package__)

DOMAIN = "unifi"
MANUFACTURER = "Ubiquiti Networks"
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"render_readme": true,
"country": "US",
"homeassistant": "2023.3.0",
"domains": ["unifi"]
"content_in_root": false
}

0 comments on commit 5f72388

Please sign in to comment.