Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB_ADDON: #972

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

DB_ADDON: #972

wants to merge 4 commits into from

Conversation

sisamiwe
Copy link
Contributor

  • use item_attributes direct from item_attributes_master.py
  • add handling of pause_item
  • add deinit() if plugin start fails
  • rework parse_item sub methods
  • extend some functions to get result as sum or list -

- use item_attributes direct from item_attributes_master.py
- add handling of pause_item
- add deinit() if plugin start fails
- rework parse_item sub methods
- extend some functions to get result as sum or list
-
@sisamiwe sisamiwe marked this pull request as draft November 13, 2024 14:56
- use item_attributes direct from item_attributes_master.py
- add handling of pause_item
- add deinit() if plugin start fails
- rework parse_item sub methods
- extend some functions to get result as sum or list
-
@@ -60,7 +59,7 @@ class DatabaseAddOn(SmartPlugin):
Main class of the Plugin. Does all plugin specific stuff and provides the update functions for the items
"""

PLUGIN_VERSION = '1.2.9'
PLUGIN_VERSION = '1.2.10'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version update missing in plugin.yaml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR updated

- bump to 1.2..10 in plugin.yaml
- bugfix verbrauch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants