mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 02:34:57 -05:00
* alexa/capabilities.py: Fix TypeError Exception
- Remove division by zero try/catch -- there is no division
- Handle TypeError exception when current_volume = None
- Simplify math and return logic
* Add test for Alexa.Speaker's valid volume range