Skip to content

Commit

Permalink
Added protocols and models to fulfil users need (home-assistant#295)
Browse files Browse the repository at this point in the history
* Added protocols and models to fulfil users need

Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity

* Bumped version

Bumped version from 0.4 to 0.5 in combo with the patch for protocols and models

* Created CHANGELOG
  • Loading branch information
endor-force authored and pvizeli committed May 10, 2018
1 parent 334158f commit 4e4a5d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions tellstick/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.5
- Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity
- Created changelog
6 changes: 3 additions & 3 deletions tellstick/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TellStick",
"version": "0.4",
"version": "0.5",
"slug": "tellstick",
"description": "TellStick and TellStick Duo service.",
"url": "https://home-assistant.io/addons/tellstick/",
Expand Down Expand Up @@ -33,8 +33,8 @@
{
"id": "int(1,)",
"name": "str",
"protocol": "match(arctech|brateck|everflourish|fuhaote|hasta|ikea|kangtai|risingsun|sartano|silvanchip|upm|waveman|x10|yidong)",
"model": "match(codeswitch|bell|selflearning-switch|selflearning-dimmer|selflearning|ecosavers|kp100)?",
"protocol": "match(arctech|brateck|comen|everflourish|fineoffset|fuhaote|hasta|ikea|kangtai|mandolyn|oregon|risingsun|sartano|silvanchip|upm|waveman|x10|yidong)",
"model": "match(codeswitch|bell|selflearning-switch|selflearning-dimmer|selflearning|ecosavers|kp100|temperaturehumidity|temperature)?",
"house": "str?",
"code": "str?",
"unit": "str?",
Expand Down

0 comments on commit 4e4a5d4

Please sign in to comment.