Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispazz committed Sep 19, 2024
2 parents b2bacca + b469cd9 commit 1d3b8f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -11,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
Binary file removed custom_components/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions custom_components/light_pairing/manifest.json
Original file line number Diff line number Diff line change
@@ -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
}


5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Light Pairing Integration",
"homeassistant": "2024.8",
"render_readme": true
}

0 comments on commit 1d3b8f0

Please sign in to comment.