Skip to content

Commit

Permalink
Add icon & logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Aug 31, 2023
1 parent 3a6da7e commit 7d5d0a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linky
description: Sync Energy dashboards with Linky smart meters
version: 1.0.0
description: Sync Energy dashboards with your Linky smart meter
version: 1.1.0
slug: linky
init: false
url: https:/bokub/ha-linky
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 +1,7 @@
{
"name": "ha-linky",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/linky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class LinkyClient {
constructor(token: string, prm: string) {
this.prm = prm;
this.session = new Session(token, prm);
this.session.userAgent = 'ha-linky/1.0.0';
this.session.userAgent = 'ha-linky/1.1.0';
}

public async getEnergyData(firstDay: null | Dayjs): Promise<EnergyDataPoint[]> {
Expand Down

0 comments on commit 7d5d0a8

Please sign in to comment.