core/tests/components/powerwall
jrester 4b998ea6af
Improve error handling for Powerwall (#34580)
* Improve error handling
	modified:   homeassistant/components/powerwall/__init__.py
	modified:   homeassistant/components/powerwall/config_flow.py
	modified:   homeassistant/components/powerwall/const.py
	modified:   homeassistant/components/powerwall/strings.json
	modified:   homeassistant/components/powerwall/translations/en.json

* Change exception name
	modified:   homeassistant/components/powerwall/__init__.py
	modified:   homeassistant/components/powerwall/config_flow.py

* Add test

* Rename PowerwallError to POWERWALL_ERROR

* Modify handling of APIChangedErrors
	modified:   homeassistant/components/powerwall/__init__.py
	modified:   homeassistant/components/powerwall/const.py
2020-04-26 19:14:53 -05:00
..
__init__.py Add Powerwalls integration (#32851) 2020-03-19 10:50:17 -05:00
mocks.py Use serial numbers for unique_id of powerwall devices (#34351) 2020-04-17 16:21:14 -05:00
test_binary_sensor.py Include charging state for powerwall (#33432) 2020-04-19 20:50:42 -05:00
test_config_flow.py Improve error handling for Powerwall (#34580) 2020-04-26 19:14:53 -05:00
test_sensor.py Powerwall sensor add is_active, round state attributes and change thresholding for charging status sensor (#34582) 2020-04-23 10:00:38 -05:00