From b12cbe065ad65b0176844e78b2784c3d44357144 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 8 Apr 2021 18:24:44 -0400 Subject: [PATCH] Update to mywyzeapi --- .DS_Store | Bin 6148 -> 6148 bytes README.md | 2 -- custom_components/.DS_Store | Bin 6148 -> 6148 bytes custom_components/mywyzeapi/__init__.py | 2 +- custom_components/mywyzeapi/manifest.json | 8 ++++---- hacs.json | 2 +- info.md | 5 ----- 7 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.DS_Store b/.DS_Store index 39a94a2ba1223c0d926e9fbaa4e44486fceeca52..52916a00ca788ba78e8562a7d048ef1886b46b7a 100644 GIT binary patch delta 52 zcmZoMXffE3&%|_7e{vy{5l6AgOUFC>haG_&4aStovzW{$b2IZXe%P$Y{ETH{1N&xn Hj=%f>-$xO| delta 62 zcmZoMXffE3&&0G+cXA<<(d4^KdLp^`DK1Gl`AG~63>-kbearJhjzCGZ$=u9*j2kv9 QGCyOP*ucJ-o#QV*0C`Ll0RR91 diff --git a/README.md b/README.md index 361d59e..2e490ee 100644 --- a/README.md +++ b/README.md @@ -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. -Buy Me A Coffee ## Installation (HACS) - Highly Recommended @@ -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 - diff --git a/custom_components/.DS_Store b/custom_components/.DS_Store index 181bea703ed6ce9a406b0a621ffdd5d8e8295883..0c44135ae341aca2656a27d6163a53a778270e94 100644 GIT binary patch delta 50 zcmV-20L}k|FoZC$FaZL=E0bIS7?Vl?3Irgb=s}ZM0Vb1F0Unc_0S*Dsv#|kI29baU Ivj+(M4~=&Z;{X5v delta 61 zcmZoMXffDez{s>xcXAA)#AGiBX!DK1Gl`AG~63>-kbearJhlUo^888>X+ Q$QZ^pv4L$fJI7ys061h5DF6Tf diff --git a/custom_components/mywyzeapi/__init__.py b/custom_components/mywyzeapi/__init__.py index 47c8693..10185b4 100644 --- a/custom_components/mywyzeapi/__init__.py +++ b/custom_components/mywyzeapi/__init__.py @@ -12,7 +12,7 @@ _LOGGER = logging.getLogger(__name__) -DOMAIN = 'mywyzeapi' +DOMAIN = 'wyzeapi' CONF_SENSORS = "sensors" CONF_LIGHT = "light" CONF_SWITCH = "switch" diff --git a/custom_components/mywyzeapi/manifest.json b/custom_components/mywyzeapi/manifest.json index eaa2914..22fd552 100644 --- a/custom_components/mywyzeapi/manifest.json +++ b/custom_components/mywyzeapi/manifest.json @@ -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": [] diff --git a/hacs.json b/hacs.json index 3a076a2..5b03131 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Wyze Bulb, Switch and Sensor Integration", + "name": "My Wyze Bulb, Switch and Sensor Integration", "domains": [ "switch", "light", diff --git a/info.md b/info.md index 2f89584..a0bc2e7 100644 --- a/info.md +++ b/info.md @@ -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! - -Buy Me A Coffee ## Useful Links -* [README](https://github.com/JoshuaMulliken/ha-wyzeapi/blob/master/README.md) * [Repository](https://github.com/Lukejb14/wyzeapi-sense)