Skip to content

Commit

Permalink
Fixed #144
Browse files Browse the repository at this point in the history
  • Loading branch information
tschamm committed Jan 16, 2024
1 parent 941db88 commit 2c9d553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bosch_shc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/tschamm/boschshc-hass/issues",
"requirements": ["boschshcpy==0.2.88"],
"version": "0.4.81",
"version": "0.4.82",
"zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }]
}
1 change: 1 addition & 0 deletions custom_components/bosch_shc/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ async def async_setup_entry(
parent_id=session.information.unique_id,
entry_id=config_entry.entry_id,
description=SWITCH_TYPES["vibration_enabled"],
attr_name="VibrationEnabled",
)
)

Expand Down

0 comments on commit 2c9d553

Please sign in to comment.