From 327c5e16acc4f4f6d72afdd2daa9e2ad46107956 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:27:52 -0800 Subject: [PATCH 01/44] Add contributors to README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c03341b..19424c22 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,13 @@ These graphs were generated using the values calculated by the Adaptive Lighting ##### Brightness: ![cl_brightness|690x130](https://community-home-assistant-assets.s3.dualstack.us-west-2.amazonaws.com/original/3X/5/8/58ebd994b62a8b1abfb3497a5288d923ff4e2330.PNG) -# Maintainers +## Contributors -- @basnijholt -- @RubenKelevra + + + + + + + + From 89af672fa3075772cdb702141f3d8d4256a7ad1e Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:12 -0800 Subject: [PATCH 02/44] Add badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 19424c22..ff1323e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) # Adaptive Lighting component for Home Assistant From 0ee8f024910cdd1bc87bcff54bc105722f344ac2 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:21 -0800 Subject: [PATCH 03/44] add .all-contributorsrc --- .all-contributorsrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..c87ea184 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,15 @@ +{ + "projectName": "adaptive-lighting", + "projectOwner": "basnijholt", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [], + "contributorsPerLine": 7, + "linkToUsage": true +} From e3f962b8a23c0540a166d4ec2a456d5c3f77c540 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:36 -0800 Subject: [PATCH 04/44] docs: add @basnijholt as a contributor --- .all-contributorsrc | 12 +++++++++++- README.md | 18 +++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c87ea184..1eaab3bd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -9,7 +9,17 @@ "imageSize": 100, "commit": true, "commitConvention": "angular", - "contributors": [], + "contributors": [ + { + "login": "basnijholt", + "name": "Bas Nijholt", + "avatar_url": "https://avatars.githubusercontent.com/u/6897215?v=4", + "profile": "http://www.nijho.lt/", + "contributions": [ + "code" + ] + } + ], "contributorsPerLine": 7, "linkToUsage": true } diff --git a/README.md b/README.md index ff1323e6..e2ce6f01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -204,6 +204,22 @@ These graphs were generated using the values calculated by the Adaptive Lighting + + + + + + + + + + + +
Bas Nijholt
Bas Nijholt

πŸ’»
+ + Add your contributions + +
From 05e08b1981505c0e01c5fb68c4bd6da422d4e478 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:41 -0800 Subject: [PATCH 05/44] docs: update @basnijholt as a contributor --- .all-contributorsrc | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1eaab3bd..ccabf58b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -16,7 +16,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/6897215?v=4", "profile": "http://www.nijho.lt/", "contributions": [ - "code" + "code", + "maintenance" ] } ], diff --git a/README.md b/README.md index e2ce6f01..bc0e4398 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting - + From fd41d4305fad96033a69b4e80d9c20fe7019a7f7 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:42 -0800 Subject: [PATCH 06/44] docs: update @basnijholt as a contributor --- .all-contributorsrc | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ccabf58b..48297f5e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -17,7 +17,8 @@ "profile": "http://www.nijho.lt/", "contributions": [ "code", - "maintenance" + "maintenance", + "bug" ] } ], diff --git a/README.md b/README.md index bc0e4398..612e6964 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting
Bas Nijholt
Bas Nijholt

πŸ’»
Bas Nijholt
Bas Nijholt

πŸ’» 🚧
- + From 64b0600657804c07c36481287453b1104b9f8fce Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:48 -0800 Subject: [PATCH 07/44] docs: add @wrt54g as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 48297f5e..a481dbbb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -20,6 +20,15 @@ "maintenance", "bug" ] + }, + { + "login": "wrt54g", + "name": "Sven Serlier", + "avatar_url": "https://avatars.githubusercontent.com/u/85389871?v=4", + "profile": "https://github.com/wrt54g", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 612e6964..4238f10f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -208,6 +208,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 527a114b9dabb2ad75ea8e1cbff548e3838a6625 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:49 -0800 Subject: [PATCH 08/44] docs: add @willpuckett as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a481dbbb..12d67627 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -29,6 +29,15 @@ "contributions": [ "doc" ] + }, + { + "login": "willpuckett", + "name": "Will Puckett", + "avatar_url": "https://avatars.githubusercontent.com/u/12959477?v=4", + "profile": "https://github.com/willpuckett", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4238f10f..b6a0d4b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -209,6 +209,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 14ea94d03daae18273b977028f68185bffee8d13 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:51 -0800 Subject: [PATCH 09/44] docs: add @vapescherov as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 12d67627..ba6eeb85 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -38,6 +38,15 @@ "contributions": [ "doc" ] + }, + { + "login": "vapescherov", + "name": "vapescherov", + "avatar_url": "https://avatars.githubusercontent.com/u/9620482?v=4", + "profile": "https://github.com/vapescherov", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index b6a0d4b0..1a3393ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -210,6 +210,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 648f86f5dd63904f792ac20416c734ffb8abf05b Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:52 -0800 Subject: [PATCH 10/44] docs: add @travisp as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ba6eeb85..0d5d8f1c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -47,6 +47,15 @@ "contributions": [ "code" ] + }, + { + "login": "travisp", + "name": "Travis Pew", + "avatar_url": "https://avatars.githubusercontent.com/u/165698?v=4", + "profile": "https://github.com/travisp", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 1a3393ae..ce8d34d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -211,6 +211,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 8d7ba5aba24dc83cf1f2b40b19dfa06f373cab31 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:53 -0800 Subject: [PATCH 11/44] docs: add @sindrebroch as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0d5d8f1c..63497060 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -56,6 +56,15 @@ "contributions": [ "doc" ] + }, + { + "login": "sindrebroch", + "name": "Sindre Broch", + "avatar_url": "https://avatars.githubusercontent.com/u/10772085?v=4", + "profile": "https://github.com/sindrebroch", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ce8d34d6..09d05d17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -212,6 +212,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 00e9ceaddd734defd30d7f5bafa2ff4497cf57b7 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:55 -0800 Subject: [PATCH 12/44] docs: add @Shulyaka as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 63497060..302836d6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -65,6 +65,15 @@ "contributions": [ "doc" ] + }, + { + "login": "Shulyaka", + "name": "Denis Shulyaka", + "avatar_url": "https://avatars.githubusercontent.com/u/2741408?v=4", + "profile": "https://github.com/Shulyaka", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 09d05d17..31906831 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -213,6 +213,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 10d0fb543f125e131cc2f16e6fde3b1dddc6d744 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:56 -0800 Subject: [PATCH 13/44] docs: add @RubenKelevra as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 302836d6..4533448f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -74,6 +74,15 @@ "contributions": [ "code" ] + }, + { + "login": "RubenKelevra", + "name": "@RubenKelevra", + "avatar_url": "https://avatars.githubusercontent.com/u/614929?v=4", + "profile": "https://github.com/RubenKelevra", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 31906831..c3cdc644 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -215,6 +215,9 @@ These graphs were generated using the values calculated by the Adaptive Lighting + + + From 8bcf9396b5dd4119b73dfeb298cbdbae8484262b Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:57 -0800 Subject: [PATCH 14/44] docs: update @RubenKelevra as a contributor --- .all-contributorsrc | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4533448f..90b1af5c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -81,7 +81,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/614929?v=4", "profile": "https://github.com/RubenKelevra", "contributions": [ - "doc" + "doc", + "code" ] } ], diff --git a/README.md b/README.md index c3cdc644..ddf9469b 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting - + From 8c40615af7eaba40a196f68ea0433285c4b3c805 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 09:59:59 -0800 Subject: [PATCH 15/44] docs: add @robert as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 90b1af5c..203ad97d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -84,6 +84,15 @@ "doc", "code" ] + }, + { + "login": "robert", + "name": "Rob Heaton", + "avatar_url": "https://avatars.githubusercontent.com/u/1565857?v=4", + "profile": "https://robertheaton.com/", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ddf9469b..d64fabc2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -217,6 +217,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 9b8562065ed063b8b4b9248ffb22d465cad5c401 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:00 -0800 Subject: [PATCH 16/44] docs: add @Repsionu as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 203ad97d..e42dab62 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -93,6 +93,15 @@ "contributions": [ "code" ] + }, + { + "login": "Repsionu", + "name": "JΓΌri Rebane", + "avatar_url": "https://avatars.githubusercontent.com/u/46962963?v=4", + "profile": "https://github.com/Repsionu", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index d64fabc2..387f7c59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -218,6 +218,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From ae23e1509baee28ac26e3f80704899f225030390 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:01 -0800 Subject: [PATCH 17/44] docs: add @quantumlemur as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e42dab62..702adad6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -102,6 +102,15 @@ "contributions": [ "translation" ] + }, + { + "login": "quantumlemur", + "name": "quantumlemur", + "avatar_url": "https://avatars.githubusercontent.com/u/229782?v=4", + "profile": "https://github.com/quantumlemur", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 387f7c59..e2942a3d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -219,6 +219,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 7034ab2c74923d5bd80daf9726c52a440ae50fae Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:03 -0800 Subject: [PATCH 18/44] docs: add @Oekn5w as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 702adad6..f03896ce 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -111,6 +111,15 @@ "contributions": [ "code" ] + }, + { + "login": "Oekn5w", + "name": "Michael Kirsch", + "avatar_url": "https://avatars.githubusercontent.com/u/38046255?v=4", + "profile": "https://github.com/Oekn5w", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index e2942a3d..51968a9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -220,6 +220,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 6de3b22e116ef6badc13f54c0ea47e464b5fd3a3 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:04 -0800 Subject: [PATCH 19/44] docs: add @Nicholaiii as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f03896ce..3ebf7a8b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -120,6 +120,15 @@ "contributions": [ "code" ] + }, + { + "login": "Nicholaiii", + "name": "Nicholai Nissen", + "avatar_url": "https://avatars.githubusercontent.com/u/7280931?v=4", + "profile": "https://nicholai.dev/", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 51968a9f..96bc69af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -221,6 +221,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 504f2a25f21dc8d4571404418e5375bfe3cb1a5b Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:06 -0800 Subject: [PATCH 20/44] docs: add @myhrmans as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3ebf7a8b..84dc5264 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -129,6 +129,15 @@ "contributions": [ "translation" ] + }, + { + "login": "myhrmans", + "name": "Martin Myhrman", + "avatar_url": "https://avatars.githubusercontent.com/u/14261388?v=4", + "profile": "https://github.com/myhrmans", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 96bc69af..cb8ea5e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -222,6 +222,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 6f87c4c0787859c691cc6dfdbe2cdee0b3137a54 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:07 -0800 Subject: [PATCH 21/44] docs: add @mpeterson as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 84dc5264..0e2200ad 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -138,6 +138,15 @@ "contributions": [ "translation" ] + }, + { + "login": "mpeterson", + "name": "Michel Peterson", + "avatar_url": "https://avatars.githubusercontent.com/u/11870?v=4", + "profile": "https://github.com/mpeterson", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index cb8ea5e3..cdb8e2f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -224,6 +224,9 @@ These graphs were generated using the values calculated by the Adaptive Lighting + + + From 86f3da3f9a68900220bb36464ac7690da422826e Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:08 -0800 Subject: [PATCH 22/44] docs: add @matt as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0e2200ad..b830c486 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -147,6 +147,15 @@ "contributions": [ "code" ] + }, + { + "login": "matt", + "name": "Matthew Mohrman", + "avatar_url": "https://avatars.githubusercontent.com/u/2709?v=4", + "profile": "https://github.com/matt", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index cdb8e2f2..810febdf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -226,6 +226,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 7d4a7855249fbe2286ce866263587e9daac7876c Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:10 -0800 Subject: [PATCH 23/44] docs: add @MangoScango as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b830c486..3cfbc654 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -156,6 +156,15 @@ "contributions": [ "code" ] + }, + { + "login": "MangoScango", + "name": "MangoScango", + "avatar_url": "https://avatars.githubusercontent.com/u/7623678?v=4", + "profile": "https://github.com/MangoScango", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 810febdf..4863fd1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -227,6 +227,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From e329417f88c374705bbf97832c0c3931154ce879 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:11 -0800 Subject: [PATCH 24/44] docs: add @Lynilia as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3cfbc654..21d3c029 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -165,6 +165,15 @@ "contributions": [ "code" ] + }, + { + "login": "Lynilia", + "name": "Lynilia", + "avatar_url": "https://avatars.githubusercontent.com/u/89228568?v=4", + "profile": "https://github.com/Lynilia", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4863fd1f..196cbc68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -228,6 +228,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From aa9b0542fd339a75591831feb8a4f18630df7af5 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:13 -0800 Subject: [PATCH 25/44] docs: add @LukaszP2 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 21d3c029..9e5264ca 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -174,6 +174,15 @@ "contributions": [ "translation" ] + }, + { + "login": "LukaszP2", + "name": "LukaszP2", + "avatar_url": "https://avatars.githubusercontent.com/u/44735995?v=4", + "profile": "https://github.com/LukaszP2", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 196cbc68..99df4451 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -229,6 +229,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From d2c38111666b3685acf5c4d0a4570fb91bd17eec Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:14 -0800 Subject: [PATCH 26/44] docs: add @jowgn as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 9e5264ca..7d1d1eab 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -183,6 +183,15 @@ "contributions": [ "translation" ] + }, + { + "login": "jowgn", + "name": "Joscha Wagner", + "avatar_url": "https://avatars.githubusercontent.com/u/24966042?v=4", + "profile": "https://github.com/jowgn", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 99df4451..4d1c46ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -230,6 +230,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 418f5570b7cb9189c69cbae7b31ecaa27b209053 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:15 -0800 Subject: [PATCH 27/44] docs: add @josecarlosfernandez as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7d1d1eab..c8c10bed 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -192,6 +192,15 @@ "contributions": [ "translation" ] + }, + { + "login": "josecarlosfernandez", + "name": "skdzzz", + "avatar_url": "https://avatars.githubusercontent.com/u/624242?v=4", + "profile": "https://github.com/josecarlosfernandez", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4d1c46ad..0b43082b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -231,6 +231,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 2cf3ebc299fba9c3efeccbaa82056e73c3a6d0ca Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:17 -0800 Subject: [PATCH 28/44] docs: add @itssimon as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c8c10bed..042b51cc 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -201,6 +201,15 @@ "contributions": [ "translation" ] + }, + { + "login": "itssimon", + "name": "Simon Gurcke", + "avatar_url": "https://avatars.githubusercontent.com/u/1176585?v=4", + "profile": "https://github.com/itssimon", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 0b43082b..9b9d28c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -233,6 +233,9 @@ These graphs were generated using the values calculated by the Adaptive Lighting + + + From b9c86591d6114e42fbbaf9e50c40d4c575d67468 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:19 -0800 Subject: [PATCH 29/44] docs: add @Hypfer as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 042b51cc..8dbc5272 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -210,6 +210,15 @@ "contributions": [ "code" ] + }, + { + "login": "Hypfer", + "name": "SΓΆren Beye", + "avatar_url": "https://avatars.githubusercontent.com/u/974410?v=4", + "profile": "http://hypfer.de/", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9b9d28c9..ab84b8b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -235,6 +235,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 553e2741185ece86dd83d7b0c26fdda7cbac7677 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:20 -0800 Subject: [PATCH 30/44] docs: add @hudsonbrendon as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8dbc5272..64f38888 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -219,6 +219,15 @@ "contributions": [ "code" ] + }, + { + "login": "hudsonbrendon", + "name": "Hudson Brendon", + "avatar_url": "https://avatars.githubusercontent.com/u/5201888?v=4", + "profile": "http://medium.com/@hudsonbrendon", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index ab84b8b4..4fc18bcb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -236,6 +236,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From f0b6790b542d4043c91f1def68f357a257a20b08 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:22 -0800 Subject: [PATCH 31/44] docs: add @gvssr as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 64f38888..80deb079 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -228,6 +228,15 @@ "contributions": [ "translation" ] + }, + { + "login": "gvssr", + "name": "Gabriel Visser", + "avatar_url": "https://avatars.githubusercontent.com/u/61377476?v=4", + "profile": "https://github.com/gvssr", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 4fc18bcb..1e2b42b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -237,6 +237,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 5ed39db275e6d7b17d5064750b4ca0593a20af62 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:24 -0800 Subject: [PATCH 32/44] docs: add @glebsterx as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 80deb079..63dd2bb2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -237,6 +237,15 @@ "contributions": [ "doc" ] + }, + { + "login": "glebsterx", + "name": "Gleb", + "avatar_url": "https://avatars.githubusercontent.com/u/8779304?v=4", + "profile": "https://github.com/glebsterx", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 1e2b42b4..31595c87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -238,6 +238,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 5d848593326d14e84274c6e37e3a17b7f5b31d8d Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:25 -0800 Subject: [PATCH 33/44] docs: add @ghost as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 63dd2bb2..7ecd385a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -246,6 +246,15 @@ "contributions": [ "translation" ] + }, + { + "login": "ghost", + "name": "Deleted user", + "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", + "profile": "https://github.com/ghost", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 31595c87..f664f5e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -239,6 +239,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 9063dedb37a53784726dd622424b7bba54e06637 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:27 -0800 Subject: [PATCH 34/44] docs: add @Djelibeybi as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7ecd385a..f3c2d948 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -255,6 +255,15 @@ "contributions": [ "translation" ] + }, + { + "login": "Djelibeybi", + "name": "Avi Miller", + "avatar_url": "https://avatars.githubusercontent.com/u/103232?v=4", + "profile": "https://omg.dje.li/", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index f664f5e2..8ca54581 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -240,6 +240,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 93f3232587839a2f917057cd2263f6a7c17721be Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:28 -0800 Subject: [PATCH 35/44] docs: update @Djelibeybi as a contributor --- .all-contributorsrc | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f3c2d948..440b4c2b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -262,7 +262,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/103232?v=4", "profile": "https://omg.dje.li/", "contributions": [ - "doc" + "doc", + "code" ] } ], diff --git a/README.md b/README.md index 8ca54581..11bd0c2f 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting - + From 58fe0888fc6b0743cd9e936b8b0e27faefddcbb7 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:29 -0800 Subject: [PATCH 36/44] docs: add @denysdovhan as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 440b4c2b..7f903a5b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -265,6 +265,15 @@ "doc", "code" ] + }, + { + "login": "denysdovhan", + "name": "Denys Dovhan", + "avatar_url": "https://avatars.githubusercontent.com/u/3459374?v=4", + "profile": "https://github.com/denysdovhan", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 11bd0c2f..9b0e8857 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -242,6 +242,9 @@ These graphs were generated using the values calculated by the Adaptive Lighting + + + From 4573261c7bd0eeedf9d62e614abb69a1e69da5a1 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:31 -0800 Subject: [PATCH 37/44] docs: add @Davst as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7f903a5b..d823fb4c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -274,6 +274,15 @@ "contributions": [ "translation" ] + }, + { + "login": "Davst", + "name": "David Stenbeck", + "avatar_url": "https://avatars.githubusercontent.com/u/3330933?v=4", + "profile": "http://davidstenbeck.com/", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9b0e8857..bbbca215 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -244,6 +244,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From a0bca638000fcee217ea186497acbe38fc8d7f3e Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:32 -0800 Subject: [PATCH 38/44] docs: add @danaues as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d823fb4c..c0d1ef30 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -283,6 +283,15 @@ "contributions": [ "doc" ] + }, + { + "login": "danaues", + "name": "Kevin Addeman", + "avatar_url": "https://avatars.githubusercontent.com/u/24459240?v=4", + "profile": "https://github.com/danaues", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index bbbca215..fa7e292a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-30-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -245,6 +245,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From 0c74ee81b008773ecbd35a870e8b710d414be8a2 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:34 -0800 Subject: [PATCH 39/44] docs: add @covid10 as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c0d1ef30..8d4b521e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -292,6 +292,15 @@ "contributions": [ "code" ] + }, + { + "login": "covid10", + "name": "covid10", + "avatar_url": "https://avatars.githubusercontent.com/u/71146231?v=4", + "profile": "https://github.com/covid10", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index fa7e292a..e97d3cca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -246,6 +246,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From b6808125a25f94ec7be5dbd408f9ffdb4e8aa22c Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:35 -0800 Subject: [PATCH 40/44] docs: update @covid10 as a contributor --- .all-contributorsrc | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8d4b521e..7f85bb97 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -299,7 +299,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/71146231?v=4", "profile": "https://github.com/covid10", "contributions": [ - "translation" + "translation", + "code" ] } ], diff --git a/README.md b/README.md index e97d3cca..84e46dc2 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting - + From e30910ad73547ded46b46eb11badb219ced28490 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:37 -0800 Subject: [PATCH 41/44] docs: add @chishm as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7f85bb97..a94ffa79 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -302,6 +302,15 @@ "translation", "code" ] + }, + { + "login": "chishm", + "name": "Michael Chisholm", + "avatar_url": "https://avatars.githubusercontent.com/u/18148723?v=4", + "profile": "https://github.com/chishm", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 84e46dc2..10114d54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -247,6 +247,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From ed7fbe856daec02ef61f2ed4f8f0ba33d7d24909 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:38 -0800 Subject: [PATCH 42/44] docs: add @blueshiftlabs as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a94ffa79..a88e3419 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -311,6 +311,15 @@ "contributions": [ "code" ] + }, + { + "login": "blueshiftlabs", + "name": "Justin Paupore", + "avatar_url": "https://avatars.githubusercontent.com/u/1445520?v=4", + "profile": "https://github.com/blueshiftlabs", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 10114d54..b088d302 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-33-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-34-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -248,6 +248,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From a341a9169a5e724e4b6df52f6ea3964f429e877e Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:40 -0800 Subject: [PATCH 43/44] docs: add @bedaes as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a88e3419..a3bf6389 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -320,6 +320,15 @@ "contributions": [ "code" ] + }, + { + "login": "bedaes", + "name": "bedaes", + "avatar_url": "https://avatars.githubusercontent.com/u/8410205?v=4", + "profile": "https://github.com/bedaes", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index b088d302..dea29665 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-34-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-35-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -249,6 +249,7 @@ These graphs were generated using the values calculated by the Adaptive Lighting + From fd88bbe5638670dcc2940f651201514f55927d11 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 8 Nov 2022 10:00:41 -0800 Subject: [PATCH 44/44] docs: add @awashingmachine as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a3bf6389..d13ac3b9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -329,6 +329,15 @@ "contributions": [ "code" ] + }, + { + "login": "awashingmachine", + "name": "awashingmachine", + "avatar_url": "https://avatars.githubusercontent.com/u/79043726?v=4", + "profile": "https://github.com/awashingmachine", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index dea29665..1c8f152f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) -[![All Contributors](https://img.shields.io/badge/all_contributors-35-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-36-orange.svg?style=flat-square)](#contributors-) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) @@ -251,6 +251,9 @@ These graphs were generated using the values calculated by the Adaptive Lighting + + +
Bas Nijholt
Bas Nijholt

πŸ’» 🚧
Bas Nijholt
Bas Nijholt

πŸ’» 🚧 πŸ›
Bas Nijholt
Bas Nijholt

πŸ’» 🚧 πŸ›
Sven Serlier
Sven Serlier

πŸ“–
Bas Nijholt
Bas Nijholt

πŸ’» 🚧 πŸ›
Sven Serlier
Sven Serlier

πŸ“–
Will Puckett
Will Puckett

πŸ“–
Bas Nijholt
Bas Nijholt

πŸ’» 🚧 πŸ›
Sven Serlier
Sven Serlier

πŸ“–
Will Puckett
Will Puckett

πŸ“–
vapescherov
vapescherov

πŸ’»
Sven Serlier
Sven Serlier

πŸ“–
Will Puckett
Will Puckett

πŸ“–
vapescherov
vapescherov

πŸ’»
Travis Pew
Travis Pew

πŸ“–
Will Puckett
Will Puckett

πŸ“–
vapescherov
vapescherov

πŸ’»
Travis Pew
Travis Pew

πŸ“–
Sindre Broch
Sindre Broch

πŸ“–
vapescherov
vapescherov

πŸ’»
Travis Pew
Travis Pew

πŸ“–
Sindre Broch
Sindre Broch

πŸ“–
Denis Shulyaka
Denis Shulyaka

πŸ’»
Sindre Broch
Sindre Broch

πŸ“–
Denis Shulyaka
Denis Shulyaka

πŸ’»
@RubenKelevra
@RubenKelevra

πŸ“–
Denis Shulyaka
Denis Shulyaka

πŸ’»
@RubenKelevra
@RubenKelevra

πŸ“–
@RubenKelevra
@RubenKelevra

πŸ“– πŸ’»
@RubenKelevra
@RubenKelevra

πŸ“– πŸ’»
Rob Heaton
Rob Heaton

πŸ’»
@RubenKelevra
@RubenKelevra

πŸ“– πŸ’»
Rob Heaton
Rob Heaton

πŸ’»
JΓΌri Rebane
JΓΌri Rebane

🌍
@RubenKelevra
@RubenKelevra

πŸ“– πŸ’»
Rob Heaton
Rob Heaton

πŸ’»
JΓΌri Rebane
JΓΌri Rebane

🌍
quantumlemur
quantumlemur

πŸ’»
Rob Heaton
Rob Heaton

πŸ’»
JΓΌri Rebane
JΓΌri Rebane

🌍
quantumlemur
quantumlemur

πŸ’»
Michael Kirsch
Michael Kirsch

πŸ’»
JΓΌri Rebane
JΓΌri Rebane

🌍
quantumlemur
quantumlemur

πŸ’»
Michael Kirsch
Michael Kirsch

πŸ’»
Nicholai Nissen
Nicholai Nissen

🌍
quantumlemur
quantumlemur

πŸ’»
Michael Kirsch
Michael Kirsch

πŸ’»
Nicholai Nissen
Nicholai Nissen

🌍
Martin Myhrman
Martin Myhrman

🌍
Nicholai Nissen
Nicholai Nissen

🌍
Martin Myhrman
Martin Myhrman

🌍
Michel Peterson
Michel Peterson

πŸ’»
Michel Peterson
Michel Peterson

πŸ’»
Matthew Mohrman
Matthew Mohrman

πŸ’»
Michel Peterson
Michel Peterson

πŸ’»
Matthew Mohrman
Matthew Mohrman

πŸ’»
MangoScango
MangoScango

πŸ’»
Michel Peterson
Michel Peterson

πŸ’»
Matthew Mohrman
Matthew Mohrman

πŸ’»
MangoScango
MangoScango

πŸ’»
Lynilia
Lynilia

🌍
Matthew Mohrman
Matthew Mohrman

πŸ’»
MangoScango
MangoScango

πŸ’»
Lynilia
Lynilia

🌍
LukaszP2
LukaszP2

🌍
MangoScango
MangoScango

πŸ’»
Lynilia
Lynilia

🌍
LukaszP2
LukaszP2

🌍
Joscha Wagner
Joscha Wagner

🌍
Lynilia
Lynilia

🌍
LukaszP2
LukaszP2

🌍
Joscha Wagner
Joscha Wagner

🌍
skdzzz
skdzzz

🌍
Joscha Wagner
Joscha Wagner

🌍
skdzzz
skdzzz

🌍
Simon Gurcke
Simon Gurcke

πŸ’»
Simon Gurcke
Simon Gurcke

πŸ’»
SΓΆren Beye
SΓΆren Beye

πŸ’»
Simon Gurcke
Simon Gurcke

πŸ’»
SΓΆren Beye
SΓΆren Beye

πŸ’»
Hudson Brendon
Hudson Brendon

🌍
Simon Gurcke
Simon Gurcke

πŸ’»
SΓΆren Beye
SΓΆren Beye

πŸ’»
Hudson Brendon
Hudson Brendon

🌍
Gabriel Visser
Gabriel Visser

πŸ“–
SΓΆren Beye
SΓΆren Beye

πŸ’»
Hudson Brendon
Hudson Brendon

🌍
Gabriel Visser
Gabriel Visser

πŸ“–
Gleb
Gleb

🌍
Hudson Brendon
Hudson Brendon

🌍
Gabriel Visser
Gabriel Visser

πŸ“–
Gleb
Gleb

🌍
Deleted user
Deleted user

🌍
Gabriel Visser
Gabriel Visser

πŸ“–
Gleb
Gleb

🌍
Deleted user
Deleted user

🌍
Avi Miller
Avi Miller

πŸ“–
Gabriel Visser
Gabriel Visser

πŸ“–
Gleb
Gleb

🌍
Deleted user
Deleted user

🌍
Avi Miller
Avi Miller

πŸ“–
Avi Miller
Avi Miller

πŸ“– πŸ’»
Deleted user
Deleted user

🌍
Avi Miller
Avi Miller

πŸ“– πŸ’»
Denys Dovhan
Denys Dovhan

🌍
Denys Dovhan
Denys Dovhan

🌍
David Stenbeck
David Stenbeck

πŸ“–
Denys Dovhan
Denys Dovhan

🌍
David Stenbeck
David Stenbeck

πŸ“–
Kevin Addeman
Kevin Addeman

πŸ’»
Denys Dovhan
Denys Dovhan

🌍
David Stenbeck
David Stenbeck

πŸ“–
Kevin Addeman
Kevin Addeman

πŸ’»
covid10
covid10

🌍
Denys Dovhan
Denys Dovhan

🌍
David Stenbeck
David Stenbeck

πŸ“–
Kevin Addeman
Kevin Addeman

πŸ’»
covid10
covid10

🌍
covid10
covid10

🌍 πŸ’»
David Stenbeck
David Stenbeck

πŸ“–
Kevin Addeman
Kevin Addeman

πŸ’»
covid10
covid10

🌍 πŸ’»
Michael Chisholm
Michael Chisholm

πŸ’»
Kevin Addeman
Kevin Addeman

πŸ’»
covid10
covid10

🌍 πŸ’»
Michael Chisholm
Michael Chisholm

πŸ’»
Justin Paupore
Justin Paupore

πŸ’»
covid10
covid10

🌍 πŸ’»
Michael Chisholm
Michael Chisholm

πŸ’»
Justin Paupore
Justin Paupore

πŸ’»
bedaes
bedaes

πŸ’»
Justin Paupore
Justin Paupore

πŸ’»
bedaes
bedaes

πŸ’»
awashingmachine
awashingmachine

🌍