Connecting to Snapcast TCP for requests; No monitoring of notifications yet

This commit is contained in:
James Barnsley
2018-03-09 08:23:54 +13:00
parent c204556dbd
commit 1abf393798
7 changed files with 1067 additions and 1848 deletions

View File

@ -37,6 +37,9 @@ class Extension( ext.Extension ):
schema['locale'] = config.String()
schema['spotify_authorization_url'] = config.String()
schema['lastfm_authorization_url'] = config.String()
schema['snapcast_enabled'] = config.Boolean()
schema['snapcast_host'] = config.String()
schema['snapcast_port'] = config.Integer()
return schema
def setup(self, registry):