Added protocols and models to fulfil users need (#295)

* 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
This commit is contained in:
endor-force
2018-05-10 12:50:09 +02:00
committed by Pascal Vizeli
parent 334158fcaf
commit 4e4a5d4c92
2 changed files with 10 additions and 3 deletions

7
tellstick/CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# Changelog
## 0.5
- Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity
- Created changelog

View File

@@ -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/",
@@ -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?",