mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Srpenergy (#18036)
* Add srp_energy * Update message on TypeError. Add check for None state. * Add check for none in history * Add srpenergy to Test requirements. * Add srpenergy to requirments. * Change = to ==. * Change import for srpenergy * Fix Flak8 errors * Add srp to gen requirements script * Change config name. * Add daily usage test * Add test for daily usage. * Fix Flake8 message. * Remove blank after docstring. * Add srpenergy to coverage * Bump requires version to srpenergy * Fix type in coverage. Import from Sensor. Use dict. * Update to 1.0.5. Check credentials on setup. Standalone test. * Fix formating. * Remove period. Rename _ variables. * Fix rebase merge * Add rebase requirement * Improve Mock Patching.
This commit is contained in:
committed by
Martin Hjelmare
parent
8f107c46fe
commit
05eac915d1
@@ -104,6 +104,7 @@ TEST_REQUIREMENTS = (
|
||||
'smhi-pkg',
|
||||
'somecomfort',
|
||||
'sqlalchemy',
|
||||
'srpenergy',
|
||||
'statsd',
|
||||
'uvcclient',
|
||||
'warrant',
|
||||
|
||||
Reference in New Issue
Block a user