Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change logged precision of volume from 1 to 2 (#768)
Before this change, updating volume from `0.80` to `0.89` would cause `pychromecast` to log the change as such: INFO:pychromecast.controllers:Receiver:setting volume to 0.8 INFO:pychromecast.controllers:Receiver:setting volume to 0.8 After this change, logs accurately reflect volume changes: INFO:pychromecast.controllers:Receiver:setting volume to 0.80 INFO:pychromecast.controllers:Receiver:setting volume to 0.89
- Loading branch information