Skip to content

Commit

Permalink
Merge pull request #14 from wmalgadey/feature/hass_migration
Browse files Browse the repository at this point in the history
Integrated the current hass component development.

* Structural changes to the component parts
* added support for AIR_CONDITIONING zones
  • Loading branch information
Wolfgang Malgadey authored Jun 15, 2017
2 parents 08d2644 + b5881a8 commit ebfc676
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 324 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Hide some OS X stuff
.DS_Store
.AppleDouble
.LSOverride
Icon

*.pyc
# GITHUB Proposed Python stuff:
*.py[cod]

# Visual Studio Code
.vscode
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Custom home-assistant component for tado (using my fork of PyTado for a py3 comp

It is highly inspired by https://community.home-assistant.io/t/tado-api-json/272/5 and the comments by diplix (https://community.home-assistant.io/users/diplix)

It is called `tado_v1` because it is build upon the unofficial API used by the myTado.com-Webapp.

It is called `tado_v1` because it is build upon the unofficial API used by the myTado.com-Webapp. It will be merged as `tado` component in hass main repository, but I will leave this here for those willing to use a custom component.

# Howto use
I created a new custom_component which adds multiple sensors for every zone in myTado.com (not for every device)
Expand All @@ -19,8 +18,8 @@ For hass manual installation it is:
## Edit configuration.yaml
```
tado_v1:
mytado_username: <.. your username ..>
mytado_password: <.. your password ..>
username: <.. your username ..>
password: <.. your password ..>
```

## Use the new sensors in home-assistant
Expand Down
Loading

0 comments on commit ebfc676

Please sign in to comment.