diff --git a/README.md b/README.md index aa819bd..327c829 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ Visit the [issues][issuesUrl] page. [sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86 -[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.0&label=Release +[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.1&label=Release [repositoryUrl]: https://github.com/DigiLive/mushroom-strategy -[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.0 +[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.1 [issuesUrl]: https://github.com/DigiLive/mushroom-strategy/issues diff --git a/package-lock.json b/package-lock.json index 3a0d13d..f530504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mushroom-strategy", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 96c9489..bf54292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mushroom-strategy", - "version": "2.3.0", + "version": "2.3.1", "description": "Automatically generate a dashboard of Mushroom cards.", "keywords": [ "dashboard", diff --git a/src/mushroom-strategy.ts b/src/mushroom-strategy.ts index da7b82f..0d6a29a 100644 --- a/src/mushroom-strategy.ts +++ b/src/mushroom-strategy.ts @@ -200,7 +200,7 @@ class MushroomStrategy extends HTMLTemplateElement { customElements.define('ll-strategy-mushroom-strategy', MushroomStrategy); -const version = 'v2.3.0'; +const version = 'v2.3.1'; console.info( '%c Mushroom Strategy %c '.concat(version, ' '), 'color: white; background: coral; font-weight: 700;', diff --git a/src/views/CameraView.ts b/src/views/CameraView.ts index 0674cac..951f320 100644 --- a/src/views/CameraView.ts +++ b/src/views/CameraView.ts @@ -24,7 +24,7 @@ class CameraView extends AbstractView { icon: 'mdi:cctv', subview: false, headerCardConfiguration: { - showControls: false, + showControls: false, // FIXME: This should be named "show_controls". Also in other files and Wiki. }, }; }