Skip to content

Commit

Permalink
Update to mywyzeapi
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeBone committed Apr 8, 2021
1 parent 9340f5c commit b12cbe0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 13 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ If you like what I have done here and want to help I would recommend that you fi

After you have done that if you feel like my work has been valuable to you I welcome your support through BuyMeACoffee.

<a href="https://www.buymeacoffee.com/joshmulliken" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-blue.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>

## Installation (HACS) - Highly Recommended

Expand Down Expand Up @@ -82,4 +81,3 @@ If you would like more information then please look at the [wiki](https://github
2. Restart HA
3. Verify you're still having the issue
4. File an issue in this Github Repository

Binary file modified custom_components/.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 = 'mywyzeapi'
DOMAIN = 'wyzeapi'
CONF_SENSORS = "sensors"
CONF_LIGHT = "light"
CONF_SWITCH = "switch"
Expand Down
8 changes: 4 additions & 4 deletions custom_components/mywyzeapi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"domain": "wyzeapi",
"name": "Wyze Bulb and Switch Api Integration",
"documentation": "https://github.com/JoshuaMulliken/ha-wyzebulb/blob/master/README.md",
"domain": "mywyzeapi",
"name": "Myy Wyze Bulb and Switch Api Integration",
"documentation": "https://github.com/Lukejb14/wyzeapi-sense/blob/master/README.md",
"dependencies": [],
"codeowners": [
"@joshuamulliken"
"@lukejb14"
],
"requirements": [],
"icons": []
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Wyze Bulb, Switch and Sensor Integration",
"name": "My Wyze Bulb, Switch and Sensor Integration",
"domains": [
"switch",
"light",
Expand Down
5 changes: 0 additions & 5 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ This is a custom component to allow control of Wyze Bulbs, Switches, Sensors, an
* 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!

<a href="https://www.buymeacoffee.com/joshmulliken" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>

## Useful Links

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

0 comments on commit b12cbe0

Please sign in to comment.