-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Docs for TIS Control integration #37071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
KarimTIS
wants to merge
27
commits into
home-assistant:next
Choose a base branch
from
KarimTIS:current
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 12 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8372f2d
add documentation for TIS control integration
KarimTIS 2df962d
Update CIFS Authentication Documentation (#36767)
HartD92 3a86125
aquacell.markdown: Expand documentation (#37044)
reedy 86f1968
Add Landis+Gyr E360 to known working meters, with additional elaborat…
NanoBob 57287d9
Fix website builds (#37057)
frenck 81f160d
Fix Acaia headers (#37058)
joostlek 4b8ad45
Add debugging steps for nest integration. (#37050)
mijoharas aa8494b
build(deps-dev): bump sorbet-runtime from 0.5.11766 to 0.5.11778 (#37…
dependabot[bot] 1a3f3b2
build(deps-dev): bump rubocop from 1.70.0 to 1.71.0 (#37068)
dependabot[bot] 378391e
Update weather.markdown (#37066)
SpencerDub 7bd4ed0
Update squeezebox.markdown Clarification of LMS server usage (#37030)
pssc 734875d
Merge branch 'home-assistant:current' into current
KarimTIS c026e13
Add note to P1 Monitor integration (#37072)
klaasnicolaas 2377f05
Update seventeentrack.markdown (#37077)
nstallons f60e27c
2025.1.4 (#37084)
frenck 26c530f
Update manual setup to reflect current Google Developer Console (#37085)
c0ffeeca7 933f7cc
Fix typo in Roomba front matter (#37089)
joostlek 2531e40
Update TP-Link integration troubleshooting section (#37091)
sdb9696 0940d5b
Fix HomeLink casing in existing integrations (#37100)
ryanjones-gentex cf6d90a
build(deps-dev): bump sorbet-runtime from 0.5.11778 to 0.5.11781 (#37…
dependabot[bot] 59423af
build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#37136)
dependabot[bot] 6e29ef5
Add removal docs to Onkyo (#37131)
arturpragacz 98d1d83
Improvements to incomfort documentation (#37101)
jbouwh cb2cb6c
Add note about dense section placement (#37133)
schoenwaldnils f942b82
Rework actions section to use-cases and examples for Plugwise (#36518)
CoMPaTech 5dffba3
update docs
KarimTIS 6de8c0b
Merge branch 'current' into current
KarimTIS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ Server: | |
"[NFS]<sup>1</sup> Remote share path": | ||
description: The path used to connect to the remote storage server. | ||
"[CIFS]<sup>2</sup> Username": | ||
description: The username to use when connecting to the storage server. | ||
description: "The username to use when connecting to the storage server. Use User Principal Name for domain accounts. For example: `[email protected]`." | ||
"[CIFS]<sup>2</sup> Password": | ||
description: The password to use when connecting to the storage server. | ||
"[CIFS]<sup>2</sup> Share": | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: TIS Control | ||
description: Instructions on how to integrate your TIS Control devices with home assistant. | ||
ha_release: 0.1.4 | ||
ha_category: | ||
- Network | ||
- Notifications | ||
ha_iot_class: Local Polling | ||
ha_domain: tis_control | ||
ha_platforms: | ||
- switch | ||
ha_codeowners: | ||
- '@Mustafa744' | ||
ha_integration_type: integration | ||
--- | ||
|
||
The TIS Control integration makes it possible to integrate and control TIS Control devices within Home Assistant. | ||
|
||
## Configuration | ||
|
||
To enable the integration, go to the integrations page inside the configuration panel and add the TIS Control integration. You will be asked to enter the port number for the UDP communication. The default port is 6000. | ||
After this you can use TIS Device manager to add the devices you want to control. | ||
KarimTIS marked this conversation as resolved.
Show resolved
Hide resolved
KarimTIS marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Enhance the integration description.
The current description lacks essential information. Consider adding: