Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DurgNomis-drol committed Oct 15, 2021
1 parent 4d1d56f commit b4f720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/google_home/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def value(self) -> float:
return GOOGLE_HOME_ALARM_DEFAULT_VALUE

volume = device.get_alarm_volume()
return volume
return round(volume * 100)

async def async_set_value(self, value: float) -> None:
"""Sets the alarm volume"""
Expand Down

0 comments on commit b4f720a

Please sign in to comment.