mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Create climate.mill.markdown (#6659)
* Create climate.mill.markdown
* Update climate.mill.markdown
* Update climate.mill.markdown
* ✏️ Tweaks
* change to username
* Update climate.mill.markdown
* Update climate.mill.markdown
* Add files via upload
* Update climate.mill.markdown
* Update climate.mill.markdown
* Update climate.mill.markdown
* Update climate.mill.markdown
This commit is contained in:
parent
f3e22b4ee4
commit
fb98bd581e
39
source/_components/climate.mill.markdown
Normal file
39
source/_components/climate.mill.markdown
Normal file
@ -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 %}
|
BIN
source/images/supported_brands/mill.png
Normal file
BIN
source/images/supported_brands/mill.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user