Skip to content

Commit

Permalink
Adjust adapter attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Homemade-Disaster committed Jan 18, 2024
1 parent be1754c commit 5a0bce0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Mittels der Netatmo-Energy API werden die aktuellen Einstellungen abgeholt bzw.

[Older changes](CHANGELOG_OLD.md)
<!-- ### **WORK IN PROGRESS** -->
### 2.7.2 (2024-01-18)

* (ioKlausi) Adjust attributes of the adapter

### 2.7.1 (2023-12-10)

* (ioKlausi) Remove GULP support
Expand Down
3 changes: 3 additions & 0 deletions admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ body > div:nth-child(2) {
.m.react-dark .card-reveal {
background-color: #272727 !important;
}
.m.react-dark .card-reveal {
background-color: #272727 !important;
}
/* */
/* .m .valve .card.dcard div.control,
.m .valve .card.dcard div.value {
Expand Down
18 changes: 17 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "netatmo-energy",
"version": "2.7.1",
"version": "2.7.2",
"news": {
"2.7.2": {
"en": "Adjust attributes of the adapter",
"de": "Attribute des Adapters anpassen",
"ru": "Настройка атрибутов адаптера",
"pt": "Ajustar atributos do adaptador",
"nl": "Attributen van de adapter aanpassen",
"fr": "Régler les attributs de l'adaptateur",
"it": "Regolare gli attributi dell'adattatore",
"es": "Ajuste los atributos del adaptador",
"pl": "Dostosuj atrybuty adaptera",
"uk": "Налаштування атрибутів адаптера",
"zh-cn": "调整适配器的属性"
},
"2.7.1": {
"en": "Remove GULP support",
"de": "GULP-Unterstützung entfernen",
Expand Down Expand Up @@ -283,6 +296,8 @@
"dataSource": "poll",
"materialize": true,
"materializeTab": true,
"stopBeforeUpdate": true,
"tier": 2,
"adminTab": {
"ignoreConfigUpdate": true,
"singleton": false,
Expand Down Expand Up @@ -370,6 +385,7 @@
}
}
],
"jsonConfig": true,
"adminUI": {
"config": "json"
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.netatmo-energy",
"version": "2.7.1",
"version": "2.7.2",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit 5a0bce0

Please sign in to comment.