mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
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:
committed by
Pascal Vizeli
parent
334158fcaf
commit
4e4a5d4c92
7
tellstick/CHANGELOG.md
Normal file
7
tellstick/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## 0.5
|
||||
- Added possibility for config options:
|
||||
protocols: comen, fineoffset, mandolyn, oregon
|
||||
models: temperature, temperaturehumidity
|
||||
- Created changelog
|
||||
@@ -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?",
|
||||
|
||||
Reference in New Issue
Block a user