From 89bdaf225d66fedd6f67190807f276ca0cd09f79 Mon Sep 17 00:00:00 2001 From: chrispazz Date: Thu, 19 Sep 2024 17:09:34 +0200 Subject: [PATCH 1/5] Create hacs.json --- hacs.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..c172d0d --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "Light Pairing Integration", + "homeassistant": "2024.8", + "render_readme": true +} From f358575e5f319f0c9dfc07ef624d62434656e6c9 Mon Sep 17 00:00:00 2001 From: chrispazz Date: Thu, 19 Sep 2024 17:10:48 +0200 Subject: [PATCH 2/5] Delete custom_components/.DS_Store --- custom_components/.DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 custom_components/.DS_Store diff --git a/custom_components/.DS_Store b/custom_components/.DS_Store deleted file mode 100644 index 4ec2733924bdd1e7ab06797333ec997d73c86d7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}(1u5S|Tz*g{A-fJARAxJDvIY9VlOO?s-t0ax?@Rj_fCSU6rQc9cUD$#-}W z9-%MLN9gl(_9qo6)QAg0bVi!}W@l&CyWd8;83173Bys?n0AQg?tl8K+A#z;mlGKc6 z4Uwri3g|%w0mLv~iYCWfWI&$X1|)c50~o@?^NS&cK{(B`FcBd}{S31t&Wm>YH><7G zSJxU1yRqK*;Sa^sFM?u{d%^fZ_Pz;`gbO*!X3wyY&& z4mao;EH&Z?3e%~GI+d9cgXwhia}(zpEH&zMV5azB=F7}fC`^4F=jSRMn5&UmVt^QU z%)pB7Hs$;O<=^%H<0R@41H{0)Vu01Ve%He-nYVRmbMmd_s8^^`WL&B7ZweafDaKg& e6mO#{K|hxUqHD0!h#nOBBcN!Yh8TEN2L1pY1$b2e From 35ac3e2fa212aeca1584180b9b5a39234e378bec Mon Sep 17 00:00:00 2001 From: chrispazz Date: Thu, 19 Sep 2024 17:11:14 +0200 Subject: [PATCH 3/5] Update manifest.json --- custom_components/light_pairing/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/light_pairing/manifest.json b/custom_components/light_pairing/manifest.json index 2b96afa..5fdbae6 100644 --- a/custom_components/light_pairing/manifest.json +++ b/custom_components/light_pairing/manifest.json @@ -1,11 +1,11 @@ { "domain": "light_pairing", "name": "Light Pairing", - "documentation": "https://github.com/tuo_repo/light_pairing", + "documentation": "https://github.com/chrispazz/light_pairing", "requirements": [], - "codeowners": ["@tuo_username"], + "codeowners": ["@chrispazz"], "iot_class": "local_polling", "version": "1.0.0", "config_flow": true } - \ No newline at end of file + From 81d704cf958738b5f470221f4f761dbacd38488c Mon Sep 17 00:00:00 2001 From: chrispazz Date: Thu, 19 Sep 2024 17:12:19 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b5062..4f288b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Light Pairing This is custom component of Home Assistant. -Main pourpose of this integration is to create new Virtual Lights based on a pair if a phisical switch and a smart light bulb. +THIS INTEGRATION HAS BEEN FULLY WRITTEN BY OPENAI WITH MY INSTRUCTIONS so I can't guarantee changes or evolutions. + +Main purpose of this integration is to create new Virtual Lights based on a pair if a phisical switch and a smart light bulb. Configuration allows to specify if on switch_off the phisical swith has to be switched off or only the smart bulb. Also you can define the switch on light brightness you want when phisical switch is operated. From b469cd95330f5c19d4b6c9f75a9453001f4b823e Mon Sep 17 00:00:00 2001 From: chrispazz Date: Thu, 19 Sep 2024 17:12:40 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f288b5..2db1b04 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Also you can define the switch on light brightness you want when phisical switch 2. Restart Home Assistant 3. Go to Settings > Devices & Services. 4. In the bottom right corner, select the Add Integration button. -5. Follow the instructions on screen +5. Select Light Pairing and follow the instructions on screen