1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Use deepmerge for options (#157)

Add an optional extended description…
This commit is contained in:
Pascal Vizeli
2017-08-18 15:57:13 +02:00
committed by GitHub
parent 05554ccf7e
commit 6a7617faad
2 changed files with 9 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ setup(
'pyotp',
'pyqrcode',
'pytz',
'pyudev'
'pyudev',
'deepmerge'
]
)