Skip to content

Commit

Permalink
(simatec) Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Feb 5, 2024
1 parent 63db546 commit 3ece524
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

![Test and Release](https://github.com/simatec/ioBroker.shuttercontrol/workflows/Test%20and%20Release/badge.svg)
[![License](https://img.shields.io/github/license/simatec/ioBroker.shuttercontrol?style=flat)](https://github.com/simatec/ioBroker.shuttercontrol/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/donate-paypal-blue?style=flat)](https://paypal.me/mk1676)
[![Donate](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg)](https://paypal.me/mk1676)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/simatec)


Expand Down
8 changes: 8 additions & 0 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ <h6 class="translate title" style="background-color:#174475;">Shutter config</h6
<div class="col s2 m1 l1 left">
<a id="responseOIDDialog" class="btn-floating waves-effect waves-light blue table-button-add"><i class="material-icons">add</i></a>
</div>
<div class="col s6 m4 l3 right">
<a class="right" title="PayPal.Me" href="https://paypal.me/mk1676" target="_blank">
<img class="material-icons right" src="https://camo.githubusercontent.com/92dc1ec86cf384041cfb694064b1afd43d99b6d99c29735f23f1d84558d3fe08/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75653f7374796c653d666c6174">
</a>
<a class="right" style="padding-right: 0.3rem;"" title="GitHub Sponsors" href="https://github.com/sponsors/simatec" target="_blank">
<img class="material-icons right" src="https://camo.githubusercontent.com/365a269ff418d24bdf194ab15958a7545e2d9cc794be9e42933e57519e315b51/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836">
</a>
</div>
</div>
<div class="table-values-div">
<table class="table-values">
Expand Down
15 changes: 11 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"zh-cn": "小型固定"
}
},
"title": "shuttercontrol",
"titleLang": {
"en": "shuttercontrol",
"de": "Rolladensteuerung",
Expand All @@ -106,6 +105,7 @@
"it": "otturatore",
"es": "obturador",
"pl": "migawka",
"uk": "керування затвором",
"zh-cn": "快门"
},
"desc": {
Expand All @@ -118,18 +118,25 @@
"it": "Controllo automatico per tapparelle",
"es": "Control automático de persianas.",
"pl": "Automatyczne sterowanie żaluzjami",
"uk": "Автоматичне керування ролетами",
"zh-cn": "百叶窗的自动控制"
},
"authors": [
"simatec <[email protected]>"
],
"keywords": [
"ioBroker",
"Smart Home",
"home automation",
"Rollladen",
"Jalousie",
"Rollladensteuerung"
"Rollladensteuerung",
"shutter",
"Homematic",
"Sunprotec",
"Sonnenschutz",
"Astro",
"Elevation",
"Sonneuntergang",
"Sonnenaufgang"
],
"docs": {
"en": "docs/en/shuttercontrol.md",
Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@
"homepage": "https://github.com/simatec/ioBroker.shuttercontrol",
"license": "MIT",
"keywords": [
"ioBroker",
"Smart Home",
"home automation",
"Rollladen",
"Jalousie",
"Rollladensteuerung"
"Rollladensteuerung",
"shutter",
"Homematic",
"Sunprotec",
"Sonnenschutz",
"Astro",
"Elevation",
"Sonneuntergang",
"Sonnenaufgang"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,4 +71,4 @@
"url": "https://github.com/simatec/ioBroker.shuttercontrol/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 3ece524

Please sign in to comment.