Skip to content

Commit

Permalink
Fo not set tap_action / hold_action
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed May 13, 2023
1 parent 7e7f84c commit 699bc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Example:
image_url: media-entity://camera.google_photos_favorites_media
```

See [Google Photos Integration README](https://github.com/Daanoz/ha-google-photos#readme) for details.
See [Google Photos Integration README](https://github.com/Daanoz/ha-google-photos#lovelace-wall-panel) for details.

## image_excludes
A list of regular expressions which can be used to exclude files and directories from local media sources.
Expand Down
4 changes: 1 addition & 3 deletions wallpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ScreenWakeLock {
}
}

const version = "4.11.0";
const version = "4.11.1";
const defaultConfig = {
enabled: false,
enabled_on_tabs: [],
Expand Down Expand Up @@ -1012,8 +1012,6 @@ class WallpanelView extends HuiView {
cardConfig.collection_key = "energy_wallpanel";
this.energyCollectionUpdateEnabled = true;
}
cardConfig.tap_action = {"action": "more-info"};
cardConfig.hold_action = {"action": "more-info"};
const cardElement = this.createCardElement(cardConfig);
cardElement.hass = this.hass;

Expand Down

0 comments on commit 699bc07

Please sign in to comment.