-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Tahoma Platform #3574
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
Tahoma Platform #3574
Conversation
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.
@philklei I've reviewed your PR and have some minor comments. Could you please take a look?
source/_components/tahoma.markdown
Outdated
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent] | ||
``` | ||
|
||
Configuration variables: |
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.
Please use the configuration tags as described in our documentation guidelines:
For more information please visit:
https://home-assistant.io/developers/documentation/create_page/#configuration
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.
@frenck updated!
source/_components/tahoma.markdown
Outdated
--- | ||
|
||
|
||
The `Tahoma` component platform is used as an interface to the [tahomalink.com](https://www.tahomalink.com) website. It adds actually covers and the sun sensor from tahoma plattform. |
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.
Typo: plattform
-> platform
.
The last sentence is not quite right. I would suggest removing it or maybe reword it?
Suggestion: It adds covers and the sun sensor from tahoma platform.
@philklei 🏅 |
source/_components/tahoma.markdown
Outdated
exclude: [BridgeHUEComponent, HueLampHUEComponent, PodComponent] | ||
``` | ||
|
||
Configuration variables: |
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.
You can remove this header since you have implemented the configuration tag instead.
source/_components/tahoma.markdown
Outdated
footer: true | ||
logo: somfy.png | ||
ha_category: Hub | ||
ha_release: 0.41 |
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.
0.59
footer: true | ||
logo: tahoma.png | ||
ha_category: Cover | ||
ha_release: 0.41 |
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.
0.59
footer: true | ||
logo: tahoma.png | ||
ha_category: Cover | ||
ha_release: 0.41 |
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.
0.59
@MartinHjelmare update files |
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.
Great!
comments: false | ||
sharing: true | ||
footer: true | ||
logo: tahoma.png |
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.
There doesn't seem to be a logo named tahoma.png
. Am I wrong?
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.
You are absolutely right!
@philklei ?
comments: false | ||
sharing: true | ||
footer: true | ||
logo: tahoma.png |
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.
Same question as above.
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.
Blocking accidental merge of this PR by dismissing approval.
@philklei Please take a look at the above feedback from @MartinHjelmare.
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.
Thanks!
@philklei, thank you for updating the PR! 🏅 |
Description:
Success of #3002.
Pull request in home-assistant (if applicable):
home-assistant/core#10652