-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Create climate.mill.markdown #6659
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
Merged
+39
−0
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
cdfda1f
Create climate.mill.markdown
Danielhiversen 89cf3df
Update climate.mill.markdown
Danielhiversen 250a07a
Update climate.mill.markdown
Danielhiversen bd59601
:pencil2: Tweaks
frenck 8806eef
change to username
Danielhiversen 88c705f
Update climate.mill.markdown
Danielhiversen 2821b4c
Update climate.mill.markdown
Danielhiversen 80d5892
Add files via upload
Danielhiversen 56064db
Update climate.mill.markdown
Danielhiversen 5475428
Update climate.mill.markdown
Danielhiversen 133c9ad
Update climate.mill.markdown
Danielhiversen 3f0b05c
Update climate.mill.markdown
Danielhiversen 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| layout: page | ||
| title: "Mill heater" | ||
| description: "Instructions on how to integrate Mill heater into Home Assistant." | ||
| date: 2018-10-10 15:00 +0200 | ||
| sidebar: true | ||
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| logo: mill.png | ||
| ha_category: Climate | ||
| ha_release: 0.81 | ||
| ha_iot_class: "Cloud Polling" | ||
| --- | ||
|
|
||
| Integrates Mill heater into Home Assistant. | ||
|
|
||
| The component requires that the heater is set as an [independent device](https://millheat.zendesk.com/hc/en-us/articles/115001123491-What-is-an-Independent-device-) in the Mill app. | ||
|
|
||
|
|
||
| To enable this platform, add the following lines to your `configuration.yaml` file: | ||
|
|
||
| ```yaml | ||
| climate: | ||
| - platform: mill | ||
| username: email@gmail.com | ||
| password: pswd | ||
| ``` | ||
|
|
||
| {% configuration %} | ||
| username: | ||
| description: Your registered Mill email. | ||
| required: true | ||
| type: string | ||
| password: | ||
| description: Your Mill password. | ||
| required: true | ||
| type: string | ||
| {% endconfiguration %} | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Uh oh!
There was an error while loading. Please reload this page.