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

Commit

Permalink
Fix const.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
ootri committed Aug 1, 2024
1 parent e529485 commit bb10f05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions custom_components/unifi_rule_management/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Constants for Kwikset Monitoring"""
import logging
"""Constants for UniFi rule manager"""
# import logging
# ln -s $(pwd)/unifi_rule_management_homeassistant/custom_components/unifi_rule_management ./custom_components/unifi_rule_management

#LOGGER = logging.getLogger(__package__)
# #LOGGER = logging.getLogger(__package__)

DOMAIN = "unifi"
MANUFACTURER = "Ubiquiti Networks"
DOMAIN = "unifi_rules"
# MANUFACTURER = "Ubiquiti Networks"

This file was deleted.

0 comments on commit bb10f05

Please # to comment.