diff --git a/.DS_Store b/.DS_Store index 39a94a2..52916a0 100644 Binary files a/.DS_Store and b/.DS_Store differ 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 181bea7..0c44135 100644 Binary files a/custom_components/.DS_Store and b/custom_components/.DS_Store differ 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)