From b9471134d2e5897321a5e7bb15ae3aac1a69a482 Mon Sep 17 00:00:00 2001 From: Kenzyme L Date: Thu, 23 Dec 2021 10:08:49 -0500 Subject: [PATCH] Update README.md wiz light bulb prefix is `wiz_` as per comment: https://github.com/sbidy/wiz_light/issues/171#issuecomment-934119946 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2f8063..57012f2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you have questions or other comments please use the **new** [Discussions Boar If you are using DHCP IP address features and looking for avoiding static IPs for the bulb, you can use the DNS names. To avoid the mess with the IPs you can use the Hostnames of the bulbs. -The hostname will be created from the last 6 digest of the MAC and the `wiz-` prefix. Example: `wiz-123123` or `wiz-123ABC` . +The hostname will be created from the last 6 digest of the MAC and the `wiz_` prefix. Example: `wiz_123123` or `wiz_123ABC` . So you can have dynamic IPs, but this hostname will not change. The MAC address you can find in your router or via `nc`. One of the next versions of this integration will show the MAC in the "Device Properties" tab. Overall, your DNS resolution should work 😉.