diff --git a/tellstick/CHANGELOG.md b/tellstick/CHANGELOG.md new file mode 100644 index 0000000..8b733c6 --- /dev/null +++ b/tellstick/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.5 +- Added possibility for config options: +protocols: comen, fineoffset, mandolyn, oregon +models: temperature, temperaturehumidity +- Created changelog diff --git a/tellstick/config.json b/tellstick/config.json index 181035f..936593e 100644 --- a/tellstick/config.json +++ b/tellstick/config.json @@ -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?",