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

Commit

Permalink
fixed const.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
ootri committed Aug 1, 2024
1 parent 09f2be7 commit accc968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
15 changes: 2 additions & 13 deletions custom_components/unifi_rule_management/const.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
<<<<<<< HEAD
"""Constants for Kwikset Monitoring"""
"""Constants for UniFi Rule Management"""
import logging

#LOGGER = logging.getLogger(__package__)

DOMAIN = "unifi"
MANUFACTURER = "Ubiquiti Networks"
=======
"""Constants for UniFi rules manager"""
import logging

#LOGGER = logging.getLogger(__package__)
#ln -s $(pwd)/ootri-unifi_rule_management/custom_components/unifi_rule_management ./custom_components/unifi_rule_management

# DOMAIN = "unifi"
# MANUFACTURER = "Ubiquiti Networks"
>>>>>>> e1e77aa (Re-initialize repository)
# MANUFACTURER = "Ubiquiti Networks"
1 change: 1 addition & 0 deletions unifi_rule_management_homeassistant
Submodule unifi_rule_management_homeassistant added at 5f7238

0 comments on commit accc968

Please sign in to comment.