From 208da5c5835cb4745c2a2b0386726b894f3b6c37 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Tue, 8 Dec 2020 23:24:33 +0100 Subject: [PATCH 1/7] Delete FUNDING.yml --- .github/FUNDING.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 91a8b15..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: sbidy -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 6515c905a8c0d7f36382bafbbb4bc3796d24fd82 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 9 Dec 2020 22:49:03 +0100 Subject: [PATCH 2/7] Updat Readme with test hint --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3dfcb1..3085612 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A Home assistant integration for (Phillips, SLV and more) WiZ Light bulbs. The Wiz Plug is also supported as "switch" in HA. ## Change Log +**Plase test:** I released a beta of the new integration V0.1 --> check [Releases](https://github.com/sbidy/wiz_light/releases/tag/V0.1b) +Please give feedback if any thing is missing or broaken. #50 is still open :wink: ## Kudos and contributions Thank you [@angadsingh](https://github.com/angadsingh) for make such incredible improvements!! From 017e472e59304dcce528afcb8f36dcab639bbda0 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 9 Dec 2020 22:49:47 +0100 Subject: [PATCH 3/7] Typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3085612..625d7c9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Home assistant integration for (Phillips, SLV and more) WiZ Light bulbs. The Wiz Plug is also supported as "switch" in HA. ## Change Log -**Plase test:** I released a beta of the new integration V0.1 --> check [Releases](https://github.com/sbidy/wiz_light/releases/tag/V0.1b) +**Testing/Contribution Required:** I released a beta of the new integration V0.1 --> check [Releases](https://github.com/sbidy/wiz_light/releases/tag/V0.1b) Please give feedback if any thing is missing or broaken. #50 is still open :wink: ## Kudos and contributions From 9df6ea31687069641fac188af6d31c73109f539a Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 9 Dec 2020 23:09:32 +0100 Subject: [PATCH 4/7] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5cba85c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: @sbidy From 12facb136e54074e40e663966465aef23c324442 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Wed, 9 Dec 2020 23:10:06 +0100 Subject: [PATCH 5/7] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5cba85c..1fbffe1 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ # These are supported funding model platforms -github: @sbidy +github: sbidy From b3b7568fc911eec415c241102bd8c0e6060b5b52 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Fri, 18 Dec 2020 16:30:27 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 625d7c9..ae23890 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ # wiz_light A Home assistant integration for (Phillips, SLV and more) WiZ Light bulbs. The Wiz Plug is also supported as "switch" in HA. +## Update Info :warning: +Please don't upgrade you bulb to the 1.21.0! There seems to be some changes in the UDP API! See #62 + ## Change Log **Testing/Contribution Required:** I released a beta of the new integration V0.1 --> check [Releases](https://github.com/sbidy/wiz_light/releases/tag/V0.1b) Please give feedback if any thing is missing or broaken. #50 is still open :wink: From 074b82d5aacc4ac981fb859298652a6bf4406220 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Mon, 21 Dec 2020 19:48:56 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ae23890..625d7c9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ # wiz_light A Home assistant integration for (Phillips, SLV and more) WiZ Light bulbs. The Wiz Plug is also supported as "switch" in HA. -## Update Info :warning: -Please don't upgrade you bulb to the 1.21.0! There seems to be some changes in the UDP API! See #62 - ## Change Log **Testing/Contribution Required:** I released a beta of the new integration V0.1 --> check [Releases](https://github.com/sbidy/wiz_light/releases/tag/V0.1b) Please give feedback if any thing is missing or broaken. #50 is still open :wink: