Skip to content

Commit

Permalink
enable_connection added
Browse files Browse the repository at this point in the history
  • Loading branch information
lgb-this authored Dec 9, 2023
1 parent c05de5f commit be02c20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion byd_bat/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1886748-support-thread-f%C3%BCr-das-byd-batterie-plugin

version: 0.0.6 # Plugin version (must match the version specified in __init__.py)
version: 0.0.7 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.9 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: 3.9 # minimum Python version to use for this plugin
Expand Down Expand Up @@ -59,6 +59,12 @@ item_structs:
initial_value: false
enforce_updates: true
visu_acl: ro

enable_connection:
type: bool
initial_value: true
enforce_updates: true
visu_acl: rw

state:

Expand Down

0 comments on commit be02c20

Please sign in to comment.