diff --git a/custom_components/unifi_rule_management/const.py b/custom_components/unifi_rule_management/const.py index d3a6ea3..68f0534 100644 --- a/custom_components/unifi_rule_management/const.py +++ b/custom_components/unifi_rule_management/const.py @@ -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" \ No newline at end of file +DOMAIN = "unifi_rules" +# MANUFACTURER = "Ubiquiti Networks" \ No newline at end of file diff --git a/custom_components/unifi_rule_management/unifi_rule_management b/custom_components/unifi_rule_management/unifi_rule_management deleted file mode 120000 index 48bd140..0000000 --- a/custom_components/unifi_rule_management/unifi_rule_management +++ /dev/null @@ -1 +0,0 @@ -/mnt/user/appdata/home-assistant/unifi_rule_management_homeassistant/unifi_rule_management_homeassistant/custom_components/unifi_rule_management \ No newline at end of file