Skip to content

Commit

Permalink
* Force update sensor ringing
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru committed Oct 13, 2023
1 parent f9b802f commit c6a58d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class LuxtronikUpdateEntity(LuxtronikEntity, UpdateEntity):
entity_description: LuxtronikUpdateEntityDescription

_attr_title = "Luxtronik Firmware Version"
_attr_supported_features: UpdateEntityFeature = UpdateEntityFeature.RELEASE_NOTES
_attr_supported_features: UpdateEntityFeature = UpdateEntityFeature.INSTALL | UpdateEntityFeature.RELEASE_NOTES
__firmware_version_available = None
__firmware_version_available_last_request = None

Expand Down

0 comments on commit c6a58d1

Please sign in to comment.