Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeBone committed Apr 8, 2021
1 parent 4c247fd commit 9340f5c
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added custom_components/.DS_Store
Binary file not shown.
Binary file added custom_components/mywyzeapi/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion custom_components/mywyzeapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

_LOGGER = logging.getLogger(__name__)

DOMAIN = 'wyzeapi'
DOMAIN = 'mywyzeapi'
CONF_SENSORS = "sensors"
CONF_LIGHT = "light"
CONF_SWITCH = "switch"
Expand Down
6 changes: 3 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Wyze Bulb, Switch, Sensor and Lock Integration](https://github.com/JoshuaMulliken/ha-wyzeapi) for Home Assistant
# [Wyze Bulb, Switch, Sensor and Lock Integration](https://github.com/Lukejb14/wyzeapi-sense) for Home Assistant

This is a custom component to allow control of Wyze Bulbs, Switches, Sensors, and Locks in Home Assistant using the unofficial Wyze API. Please note this mimics the Wyze app and therefore Wyze may cut off access at anytime.

Expand All @@ -9,7 +9,7 @@ This is a custom component to allow control of Wyze Bulbs, Switches, Sensors, an
* View Wyze Sensors as binary_sensor through HA
* View Wyze Lock Status and Door Status as lock through HA
* ***Note:* Currently you can only view the lock status or door status. Lock and Unlock does not work!**

## Support
If you feel like my work has been valuable to you I welcome your support through BuyMeACoffee!

Expand All @@ -18,4 +18,4 @@ If you feel like my work has been valuable to you I welcome your support through
## Useful Links

* [README](https://github.com/JoshuaMulliken/ha-wyzeapi/blob/master/README.md)
* [Repository](https://github.com/JoshuaMulliken/ha-wyzeapi)
* [Repository](https://github.com/Lukejb14/wyzeapi-sense)

0 comments on commit 9340f5c

Please sign in to comment.