Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbe-B authored Sep 5, 2024
1 parent 6f070ea commit bb6cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/maestro_mcz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_device_info(self) -> DeviceInfo:
sw_version = ""

if self.maestroapi.Status.is_connected == True:
sw_version = f"{self._maestroapi.Status.sm_nome_app}.{self._maestroapi.Status.sm_vs_app}"
sw_version=f"{self._maestroapi.Status.sm_nome_app}.{self._maestroapi.Status.sm_vs_app}"
+ f", Panel:{self._maestroapi.Status.mc_vs_app}"
+ f", DB:{self._maestroapi.Status.nome_banca_dati_sel}"
else:
Expand Down

0 comments on commit bb6cc5e

Please sign in to comment.