Skip to content

Commit

Permalink
chore: release v1.13.1
Browse files Browse the repository at this point in the history
* (bluefox) Added netatmo support
  • Loading branch information
GermanBluefox committed Dec 13, 2022
1 parent 83eb41b commit 784b7fd
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Following types are supported:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.13.1 (2022-12-13)
* (bluefox) Added netatmo support

### 1.13.0 (2022-12-08)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.621a0bc2.js",
"main.js": "./static/js/main.8319562a.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -123,10 +123,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.621a0bc2.js.map": "./static/js/main.621a0bc2.js.map"
"main.8319562a.js.map": "./static/js/main.8319562a.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.621a0bc2.js"
"static/js/main.8319562a.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.621a0bc2.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.8319562a.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "iot",
"version": "1.13.0",
"version": "1.13.1",
"news": {
"1.13.1": {
"en": "Added netatmo support",
"de": "Netatmo-Unterstützung",
"ru": "Добавлена поддержка netatmo",
"pt": "Adicionado suporte netatmo",
"nl": "Voeg netatmo steun toe",
"fr": "Ajout du soutien netatmo",
"it": "Aggiunto netatmo supporto",
"es": "Apoyo neto adicional",
"pl": "Added netatmo support",
"uk": "Додано підтримку Netatmo",
"zh-cn": "增加净支助"
},
"1.13.0": {
"en": "Add support vor Custom Skill v2",
"de": "Unterstützung vor Custom Skill v2 hinzufügen",
Expand Down Expand Up @@ -77,18 +90,6 @@
"es": "No controle la saturación con una solicitud porcentual vía alexa\nGUI migrado al v5",
"pl": "Nie kontroluje nasycenia z odsetkiem żądanym przez alexa\nMigrated GUI (ang.)",
"zh-cn": "未通过法警控制饱和百分比要求\n第5条"
},
"1.11.9": {
"en": "Fix temperature controlling for thermostats via alexa",
"de": "Temperaturregelung für Thermostate über alexa festsetzen",
"ru": "Исправление температуры управления для термостатов через alexa",
"pt": "Fix controle de temperatura para termostatos via alexa",
"nl": "Fix temperatuur controlerend op thermostaat via Alexa",
"fr": "Contrôle de température fixe pour les thermostats via alexa",
"it": "Fissare il controllo della temperatura per termostati tramite alexa",
"es": "Control de temperatura fijo para termostatos vía alexa",
"pl": "Temperatura Fix kontroluje termosty poprzez alexa",
"zh-cn": "B. 通过单一法控制动荡局势的固定温度"
}
},
"title": "IoT Assistants",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.iot",
"version": "1.13.0",
"version": "1.13.1",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-admin",
"version": "1.13.0",
"version": "1.13.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.0.2",
Expand Down

0 comments on commit 784b7fd

Please sign in to comment.