1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Functinality to save/restore snapshots for monoprice platform (#10296)

* added functionality to save/restore snapshots to monoprice platform

* renamed monoprice_snapshot, monoprice_restore to snapshot, restore

This is to simplify refactoring of snapshot/restore functionality for monoprice, snapcast and sonos in the future
This commit is contained in:
Egor Tsinko
2017-12-22 02:26:34 -07:00
committed by Pascal Vizeli
parent 9e0a765801
commit eeb309aea1
6 changed files with 240 additions and 27 deletions

View File

@@ -66,6 +66,7 @@ TEST_REQUIREMENTS = (
'pydispatcher',
'PyJWT',
'pylitejet',
'pymonoprice',
'pynx584',
'python-forecastio',
'pyunifi',